File size: 742 Bytes
d12bc25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[General]
# We base this configuration on the default config.
# You can list "Based On" as many times as you like
Based On          = default

[Keys]
# Only list keys different to default.
# Note you may wish to rebind some of the default
# Pythonwin keys to "Beep" or "DoNothing"

Alt+L             = LocateSelectedFile
Ctrl+Q            = AppExit

# Other non-default Pythonwin keys
Alt+A             = EditSelectAll
Alt+M             = LocateModule

# Movement
Ctrl+D            = GotoEndOfFile

# Tabs and other indent features
Alt+T            = <<toggle-tabs>>
Ctrl+[            = <<indent-region>>
Ctrl+]            = <<dedent-region>>

[Keys:Interactive]
Alt+P             = <<history-previous>>
Alt+N             = <<history-next>>