aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/schemes/MS_Visual_Studio_Code.kms
blob: e1ea112b2a65294973c63bd8f8538a9d78a2425f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE KeyboardMappingScheme>
<mapping>
 <shortcut id="TextEditor.CopyLineUp">
  <key value="Alt+Shift+Up"/>
 </shortcut>
 <shortcut id="TextEditor.CopyLineDown">
  <key value="Alt+Shift+Down"/>
 </shortcut>
 <shortcut id="TextEditor.CutLine">
  <key value="Ctrl+X"/>
 </shortcut>
 <shortcut id="QtCreator.GotoPreviousInHistory">
  <key value="AlwaysCtrl+Tab"/>
 </shortcut>
 <shortcut id="QtCreator.GotoNextInHistory">
  <key value="AlwaysCtrl+Shift+Tab"/>
 </shortcut>
 <shortcut id="TextEditor.MoveLineUp">
  <key value="Alt+Up"/>
 </shortcut>
 <shortcut id="TextEditor.MoveLineDown">
  <key value="Alt+Down"/>
 </shortcut>
 <shortcut id="QtCreator.Options">
  <key value="Ctrl+,"/>
 </shortcut>
 <shortcut id="QtCreator.Locate">
  <key value="Ctrl+P"/>
 </shortcut>
 <shortcut id="QtCreator.Print"/>
</mapping>