blob: cae0301c7d601b70e08005299163ad62d02f4042 [file] [log] [blame]
Steven M. Gavac11ccf32001-09-24 09:43:17 +00001# IDLE reads several config files to determine user preferences. This
2# file is the default config file for idle key binding settings.
3
4[IDLE Classic - windows]
5Copy= '<Control-c> <Control-C>'
6Cut= '<Control-x> <Control-X>'
7Paste= '<Control-v> <Control-V>'
8beginning-of-line= '<Control-a> <Home>'
9center-insert= '<Control-l>'
10close-all-windows= '<Control-q>'
11close-window= '<Alt-F4>'
12dump-undo-state= '<Control-backslash>'
13end-of-file= '<Control-d>'
14python-docs= '<F1>'
15history-next= '<Alt-n>'
16history-previous= '<Alt-p>'
17interrupt-execution= '<Control-c>'
18open-class-browser= '<Alt-c>'
19open-module= '<Alt-m>'
20open-new-window= '<Control-n>'
21open-window-from-file= '<Control-o>'
22plain-newline-and-indent= '<Control-j>'
23redo= '<Control-y>'
24remove-selection= '<Escape>'
25save-copy-of-window-as-file= '<Alt-Shift-s>'
26save-window-as-file= '<Alt-s>'
27save-window= '<Control-s>'
28select-all= '<Alt-a>'
29toggle-auto-coloring= '<Control-slash>'
30undo= '<Control-z>'
31
32[IDLE Classic - posix]
33Copy= '<Alt-w> <Meta-w>'
34Cut= '<Control-w>'
35Paste= '<Control-y>'
36beginning-of-line= '<Control-a> <Home>'
37center-insert= '<Control-l>'
38close-all-windows= '<Control-x><Control-c>'
39close-window= '<Control-x><Control-0> <Control-x><Key-0>'
40do-nothing= '<Control-x>'
41dump-undo-state= '<Control-backslash>'
42end-of-file= '<Control-d>'
43help= '<F1>'
44history-next= '<Alt-n> <Meta-n>'
45history-previous= '<Alt-p> <Meta-p>'
46interrupt-execution= '<Control-c>'
47open-class-browser= '<Control-x><Control-b>'
48open-module= '<Control-x><Control-m>'
49open-new-window= '<Control-x><Control-n>'
50open-window-from-file= '<Control-x><Control-f>'
51plain-newline-and-indent= '<Control-j>'
52redo= '<Alt-z> <Meta-z>'
53save-copy-of-window-as-file= '<Control-x><w>'
54save-window-as-file= '<Control-x><Control-w>'
55save-window= '<Control-x><Control-s>'
56select-all= '<Alt-a> <Meta-a>'
57toggle-auto-coloring= '<Control-slash>'
58undo= '<Control-z>'