1 # IDLE reads several config files to determine user preferences. This
2 # file is the default config file for idle key binding settings.
3 # Where multiple keys are specified for an action
: if they are separated
4 # by a
space (eg. action
=<key1
> <key2
>) then the keys are altenatives
, if
5 # there is no
space (eg. action
=<key1
>key2
>) then the keys comprise a
6 # single
'emacs style' multi
-keystoke binding.
9 Copy
=<Control
-c
> <Control
-C
>
10 Cut
=<Control
-x
> <Control
-X
>
11 Paste
=<Control
-v
> <Control
-V
>
12 beginning
-of
-line
=<Control
-a
> <Home
>
13 center
-insert
=<Control
-l
>
14 close
-all
-windows
=<Control
-q
>
16 dump
-undo
-state
=<Control
-backslash
>
17 end
-of
-file
=<Control
-d
>
19 python
-context
-help
=<Shift
-F1
>
21 history
-previous
=<Alt
-p
>
22 interrupt
-execution
=<Control
-c
>
23 open
-class
-browser
=<Alt
-c
>
25 open
-new
-window
=<Control
-n
>
26 open
-window
-from
-file
=<Control
-o
>
27 plain
-newline
-and
-indent
=<Control
-j
>
28 redo
=<Control
-Shift
-z
>
29 remove
-selection
=<Escape
>
30 save
-copy
-of
-window
-as
-file
=<Alt
-Shift
-s
>
31 save
-window
-as
-file
=<Alt
-s
>
32 save
-window
=<Control
-s
>
34 toggle
-auto
-coloring
=<Control
-slash
>
41 beginning
-of
-line
=<Control
-a
> <Home
>
42 center
-insert
=<Control
-l
>
43 close
-all
-windows
=<Control
-x
><Control
-c
>
44 close
-window
=<Control
-x
><Control
-0> <Control
-x
><Key
-0>
45 do
-nothing
=<Control
-x
>
46 dump
-undo
-state
=<Control
-backslash
>
47 end
-of
-file
=<Control
-d
>
48 history
-next
=<Alt
-n
> <Meta
-n
>
49 history
-previous
=<Alt
-p
> <Meta
-p
>
50 interrupt
-execution
=<Control
-c
>
51 open
-class
-browser
=<Control
-x
><Control
-b
>
52 open
-module
=<Control
-x
><Control
-m
>
53 open
-new
-window
=<Control
-x
><Control
-n
>
54 open
-window
-from
-file
=<Control
-x
><Control
-f
>
55 plain
-newline
-and
-indent
=<Control
-j
>
56 python
-docs
=<Control
-h
>
57 python
-context
-help
=<Control
-Shift
-h
>
59 save
-copy
-of
-window
-as
-file
=<Control
-x
><w
>
60 save
-window
-as
-file
=<Control
-x
><Control
-w
>
61 save
-window
=<Control
-x
><Control
-s
>
62 select
-all
=<Alt
-a
> <Meta
-a
>
63 toggle
-auto
-coloring
=<Control
-slash
>