annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/lib/python3.8/idlelib/config-keys.def @ 69:33d812a61356

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 17:55:14 -0400
parents
children
rev   line source
jpayne@69 1 # IDLE reads several config files to determine user preferences. This
jpayne@69 2 # file is the default config file for idle key binding settings.
jpayne@69 3 # Where multiple keys are specified for an action: if they are separated
jpayne@69 4 # by a space (eg. action=<key1> <key2>) then the keys are alternatives, if
jpayne@69 5 # there is no space (eg. action=<key1><key2>) then the keys comprise a
jpayne@69 6 # single 'emacs style' multi-keystoke binding. The tk event specifier 'Key'
jpayne@69 7 # is used in all cases, for consistency in auto key conflict checking in the
jpayne@69 8 # configuration gui.
jpayne@69 9
jpayne@69 10 [IDLE Classic Windows]
jpayne@69 11 copy=<Control-Key-c> <Control-Key-C>
jpayne@69 12 cut=<Control-Key-x> <Control-Key-X>
jpayne@69 13 paste=<Control-Key-v> <Control-Key-V>
jpayne@69 14 beginning-of-line= <Key-Home>
jpayne@69 15 center-insert=<Control-Key-l> <Control-Key-L>
jpayne@69 16 close-all-windows=<Control-Key-q> <Control-Key-Q>
jpayne@69 17 close-window=<Alt-Key-F4> <Meta-Key-F4>
jpayne@69 18 do-nothing=<Control-Key-F12>
jpayne@69 19 end-of-file=<Control-Key-d> <Control-Key-D>
jpayne@69 20 python-docs=<Key-F1>
jpayne@69 21 python-context-help=<Shift-Key-F1>
jpayne@69 22 history-next=<Alt-Key-n> <Meta-Key-n> <Alt-Key-N> <Meta-Key-N>
jpayne@69 23 history-previous=<Alt-Key-p> <Meta-Key-p> <Alt-Key-P> <Meta-Key-P>
jpayne@69 24 interrupt-execution=<Control-Key-c> <Control-Key-C>
jpayne@69 25 view-restart=<Key-F6>
jpayne@69 26 restart-shell=<Control-Key-F6>
jpayne@69 27 open-class-browser=<Alt-Key-c> <Meta-Key-c> <Alt-Key-C> <Meta-Key-C>
jpayne@69 28 open-module=<Alt-Key-m> <Meta-Key-m> <Alt-Key-M> <Meta-Key-M>
jpayne@69 29 open-new-window=<Control-Key-n> <Control-Key-N>
jpayne@69 30 open-window-from-file=<Control-Key-o> <Control-Key-O>
jpayne@69 31 plain-newline-and-indent=<Control-Key-j> <Control-Key-J>
jpayne@69 32 print-window=<Control-Key-p> <Control-Key-P>
jpayne@69 33 redo=<Control-Shift-Key-Z> <Control-Shift-Key-z>
jpayne@69 34 remove-selection=<Key-Escape>
jpayne@69 35 save-copy-of-window-as-file=<Alt-Shift-Key-S> <Alt-Shift-Key-s>
jpayne@69 36 save-window-as-file=<Control-Shift-Key-S> <Control-Shift-Key-s>
jpayne@69 37 save-window=<Control-Key-s> <Control-Key-S>
jpayne@69 38 select-all=<Control-Key-a> <Control-Key-A>
jpayne@69 39 toggle-auto-coloring=<Control-Key-slash>
jpayne@69 40 undo=<Control-Key-z> <Control-Key-Z>
jpayne@69 41 find=<Control-Key-f> <Control-Key-F>
jpayne@69 42 find-again=<Control-Key-g> <Key-F3> <Control-Key-G>
jpayne@69 43 find-in-files=<Alt-Key-F3> <Meta-Key-F3>
jpayne@69 44 find-selection=<Control-Key-F3>
jpayne@69 45 replace=<Control-Key-h> <Control-Key-H>
jpayne@69 46 goto-line=<Alt-Key-g> <Meta-Key-g> <Alt-Key-G> <Meta-Key-G>
jpayne@69 47 smart-backspace=<Key-BackSpace>
jpayne@69 48 newline-and-indent=<Key-Return> <Key-KP_Enter>
jpayne@69 49 smart-indent=<Key-Tab>
jpayne@69 50 indent-region=<Control-Key-bracketright>
jpayne@69 51 dedent-region=<Control-Key-bracketleft>
jpayne@69 52 comment-region=<Alt-Key-3> <Meta-Key-3>
jpayne@69 53 uncomment-region=<Alt-Key-4> <Meta-Key-4>
jpayne@69 54 tabify-region=<Alt-Key-5> <Meta-Key-5>
jpayne@69 55 untabify-region=<Alt-Key-6> <Meta-Key-6>
jpayne@69 56 toggle-tabs=<Alt-Key-t> <Meta-Key-t> <Alt-Key-T> <Meta-Key-T>
jpayne@69 57 change-indentwidth=<Alt-Key-u> <Meta-Key-u> <Alt-Key-U> <Meta-Key-U>
jpayne@69 58 del-word-left=<Control-Key-BackSpace>
jpayne@69 59 del-word-right=<Control-Key-Delete>
jpayne@69 60 force-open-completions= <Control-Key-space>
jpayne@69 61 expand-word= <Alt-Key-slash>
jpayne@69 62 force-open-calltip= <Control-Key-backslash>
jpayne@69 63 format-paragraph= <Alt-Key-q>
jpayne@69 64 flash-paren= <Control-Key-0>
jpayne@69 65 run-module= <Key-F5>
jpayne@69 66 run-custom= <Shift-Key-F5>
jpayne@69 67 check-module= <Alt-Key-x>
jpayne@69 68 zoom-height= <Alt-Key-2>
jpayne@69 69
jpayne@69 70 [IDLE Classic Unix]
jpayne@69 71 copy=<Alt-Key-w> <Meta-Key-w>
jpayne@69 72 cut=<Control-Key-w>
jpayne@69 73 paste=<Control-Key-y>
jpayne@69 74 beginning-of-line=<Control-Key-a> <Key-Home>
jpayne@69 75 center-insert=<Control-Key-l>
jpayne@69 76 close-all-windows=<Control-Key-x><Control-Key-c>
jpayne@69 77 close-window=<Control-Key-x><Control-Key-0>
jpayne@69 78 do-nothing=<Control-Key-x>
jpayne@69 79 end-of-file=<Control-Key-d>
jpayne@69 80 history-next=<Alt-Key-n> <Meta-Key-n>
jpayne@69 81 history-previous=<Alt-Key-p> <Meta-Key-p>
jpayne@69 82 interrupt-execution=<Control-Key-c>
jpayne@69 83 view-restart=<Key-F6>
jpayne@69 84 restart-shell=<Control-Key-F6>
jpayne@69 85 open-class-browser=<Control-Key-x><Control-Key-b>
jpayne@69 86 open-module=<Control-Key-x><Control-Key-m>
jpayne@69 87 open-new-window=<Control-Key-x><Control-Key-n>
jpayne@69 88 open-window-from-file=<Control-Key-x><Control-Key-f>
jpayne@69 89 plain-newline-and-indent=<Control-Key-j>
jpayne@69 90 print-window=<Control-x><Control-Key-p>
jpayne@69 91 python-docs=<Control-Key-h>
jpayne@69 92 python-context-help=<Control-Shift-Key-H>
jpayne@69 93 redo=<Alt-Key-z> <Meta-Key-z>
jpayne@69 94 remove-selection=<Key-Escape>
jpayne@69 95 save-copy-of-window-as-file=<Control-Key-x><Control-Key-y>
jpayne@69 96 save-window-as-file=<Control-Key-x><Control-Key-w>
jpayne@69 97 save-window=<Control-Key-x><Control-Key-s>
jpayne@69 98 select-all=<Alt-Key-a> <Meta-Key-a>
jpayne@69 99 toggle-auto-coloring=<Control-Key-slash>
jpayne@69 100 undo=<Control-Key-z>
jpayne@69 101 find=<Control-Key-u><Control-Key-u><Control-Key-s>
jpayne@69 102 find-again=<Control-Key-u><Control-Key-s>
jpayne@69 103 find-in-files=<Alt-Key-s> <Meta-Key-s>
jpayne@69 104 find-selection=<Control-Key-s>
jpayne@69 105 replace=<Control-Key-r>
jpayne@69 106 goto-line=<Alt-Key-g> <Meta-Key-g>
jpayne@69 107 smart-backspace=<Key-BackSpace>
jpayne@69 108 newline-and-indent=<Key-Return> <Key-KP_Enter>
jpayne@69 109 smart-indent=<Key-Tab>
jpayne@69 110 indent-region=<Control-Key-bracketright>
jpayne@69 111 dedent-region=<Control-Key-bracketleft>
jpayne@69 112 comment-region=<Alt-Key-3>
jpayne@69 113 uncomment-region=<Alt-Key-4>
jpayne@69 114 tabify-region=<Alt-Key-5>
jpayne@69 115 untabify-region=<Alt-Key-6>
jpayne@69 116 toggle-tabs=<Alt-Key-t>
jpayne@69 117 change-indentwidth=<Alt-Key-u>
jpayne@69 118 del-word-left=<Alt-Key-BackSpace>
jpayne@69 119 del-word-right=<Alt-Key-d>
jpayne@69 120 force-open-completions= <Control-Key-space>
jpayne@69 121 expand-word= <Alt-Key-slash>
jpayne@69 122 force-open-calltip= <Control-Key-backslash>
jpayne@69 123 format-paragraph= <Alt-Key-q>
jpayne@69 124 flash-paren= <Control-Key-0>
jpayne@69 125 run-module= <Key-F5>
jpayne@69 126 run-custom= <Shift-Key-F5>
jpayne@69 127 check-module= <Alt-Key-x>
jpayne@69 128 zoom-height= <Alt-Key-2>
jpayne@69 129
jpayne@69 130 [IDLE Modern Unix]
jpayne@69 131 copy = <Control-Shift-Key-C> <Control-Key-Insert>
jpayne@69 132 cut = <Control-Key-x> <Shift-Key-Delete>
jpayne@69 133 paste = <Control-Key-v> <Shift-Key-Insert>
jpayne@69 134 beginning-of-line = <Key-Home>
jpayne@69 135 center-insert = <Control-Key-l>
jpayne@69 136 close-all-windows = <Control-Key-q>
jpayne@69 137 close-window = <Control-Key-w> <Control-Shift-Key-W>
jpayne@69 138 do-nothing = <Control-Key-F12>
jpayne@69 139 end-of-file = <Control-Key-d>
jpayne@69 140 history-next = <Alt-Key-n> <Meta-Key-n>
jpayne@69 141 history-previous = <Alt-Key-p> <Meta-Key-p>
jpayne@69 142 interrupt-execution = <Control-Key-c>
jpayne@69 143 view-restart = <Key-F6>
jpayne@69 144 restart-shell = <Control-Key-F6>
jpayne@69 145 open-class-browser = <Control-Key-b>
jpayne@69 146 open-module = <Control-Key-m>
jpayne@69 147 open-new-window = <Control-Key-n>
jpayne@69 148 open-window-from-file = <Control-Key-o>
jpayne@69 149 plain-newline-and-indent = <Control-Key-j>
jpayne@69 150 print-window = <Control-Key-p>
jpayne@69 151 python-context-help = <Shift-Key-F1>
jpayne@69 152 python-docs = <Key-F1>
jpayne@69 153 redo = <Control-Shift-Key-Z>
jpayne@69 154 remove-selection = <Key-Escape>
jpayne@69 155 save-copy-of-window-as-file = <Alt-Shift-Key-S>
jpayne@69 156 save-window-as-file = <Control-Shift-Key-S>
jpayne@69 157 save-window = <Control-Key-s>
jpayne@69 158 select-all = <Control-Key-a>
jpayne@69 159 toggle-auto-coloring = <Control-Key-slash>
jpayne@69 160 undo = <Control-Key-z>
jpayne@69 161 find = <Control-Key-f>
jpayne@69 162 find-again = <Key-F3>
jpayne@69 163 find-in-files = <Control-Shift-Key-f>
jpayne@69 164 find-selection = <Control-Key-h>
jpayne@69 165 replace = <Control-Key-r>
jpayne@69 166 goto-line = <Control-Key-g>
jpayne@69 167 smart-backspace = <Key-BackSpace>
jpayne@69 168 newline-and-indent = <Key-Return> <Key-KP_Enter>
jpayne@69 169 smart-indent = <Key-Tab>
jpayne@69 170 indent-region = <Control-Key-bracketright>
jpayne@69 171 dedent-region = <Control-Key-bracketleft>
jpayne@69 172 comment-region = <Control-Key-d>
jpayne@69 173 uncomment-region = <Control-Shift-Key-D>
jpayne@69 174 tabify-region = <Alt-Key-5>
jpayne@69 175 untabify-region = <Alt-Key-6>
jpayne@69 176 toggle-tabs = <Control-Key-T>
jpayne@69 177 change-indentwidth = <Alt-Key-u>
jpayne@69 178 del-word-left = <Control-Key-BackSpace>
jpayne@69 179 del-word-right = <Control-Key-Delete>
jpayne@69 180 force-open-completions= <Control-Key-space>
jpayne@69 181 expand-word= <Alt-Key-slash>
jpayne@69 182 force-open-calltip= <Control-Key-backslash>
jpayne@69 183 format-paragraph= <Alt-Key-q>
jpayne@69 184 flash-paren= <Control-Key-0>
jpayne@69 185 run-module= <Key-F5>
jpayne@69 186 run-custom= <Shift-Key-F5>
jpayne@69 187 check-module= <Alt-Key-x>
jpayne@69 188 zoom-height= <Alt-Key-2>
jpayne@69 189
jpayne@69 190 [IDLE Classic Mac]
jpayne@69 191 copy=<Command-Key-c>
jpayne@69 192 cut=<Command-Key-x>
jpayne@69 193 paste=<Command-Key-v>
jpayne@69 194 beginning-of-line= <Key-Home>
jpayne@69 195 center-insert=<Control-Key-l>
jpayne@69 196 close-all-windows=<Command-Key-q>
jpayne@69 197 close-window=<Command-Key-w>
jpayne@69 198 do-nothing=<Control-Key-F12>
jpayne@69 199 end-of-file=<Control-Key-d>
jpayne@69 200 python-docs=<Key-F1>
jpayne@69 201 python-context-help=<Shift-Key-F1>
jpayne@69 202 history-next=<Control-Key-n>
jpayne@69 203 history-previous=<Control-Key-p>
jpayne@69 204 interrupt-execution=<Control-Key-c>
jpayne@69 205 view-restart=<Key-F6>
jpayne@69 206 restart-shell=<Control-Key-F6>
jpayne@69 207 open-class-browser=<Command-Key-b>
jpayne@69 208 open-module=<Command-Key-m>
jpayne@69 209 open-new-window=<Command-Key-n>
jpayne@69 210 open-window-from-file=<Command-Key-o>
jpayne@69 211 plain-newline-and-indent=<Control-Key-j>
jpayne@69 212 print-window=<Command-Key-p>
jpayne@69 213 redo=<Shift-Command-Key-Z>
jpayne@69 214 remove-selection=<Key-Escape>
jpayne@69 215 save-window-as-file=<Shift-Command-Key-S>
jpayne@69 216 save-window=<Command-Key-s>
jpayne@69 217 save-copy-of-window-as-file=<Option-Command-Key-s>
jpayne@69 218 select-all=<Command-Key-a>
jpayne@69 219 toggle-auto-coloring=<Control-Key-slash>
jpayne@69 220 undo=<Command-Key-z>
jpayne@69 221 find=<Command-Key-f>
jpayne@69 222 find-again=<Command-Key-g> <Key-F3>
jpayne@69 223 find-in-files=<Command-Key-F3>
jpayne@69 224 find-selection=<Shift-Command-Key-F3>
jpayne@69 225 replace=<Command-Key-r>
jpayne@69 226 goto-line=<Command-Key-j>
jpayne@69 227 smart-backspace=<Key-BackSpace>
jpayne@69 228 newline-and-indent=<Key-Return> <Key-KP_Enter>
jpayne@69 229 smart-indent=<Key-Tab>
jpayne@69 230 indent-region=<Command-Key-bracketright>
jpayne@69 231 dedent-region=<Command-Key-bracketleft>
jpayne@69 232 comment-region=<Control-Key-3>
jpayne@69 233 uncomment-region=<Control-Key-4>
jpayne@69 234 tabify-region=<Control-Key-5>
jpayne@69 235 untabify-region=<Control-Key-6>
jpayne@69 236 toggle-tabs=<Control-Key-t>
jpayne@69 237 change-indentwidth=<Control-Key-u>
jpayne@69 238 del-word-left=<Control-Key-BackSpace>
jpayne@69 239 del-word-right=<Control-Key-Delete>
jpayne@69 240 force-open-completions= <Control-Key-space>
jpayne@69 241 expand-word= <Option-Key-slash>
jpayne@69 242 force-open-calltip= <Control-Key-backslash>
jpayne@69 243 format-paragraph= <Option-Key-q>
jpayne@69 244 flash-paren= <Control-Key-0>
jpayne@69 245 run-module= <Key-F5>
jpayne@69 246 run-custom= <Shift-Key-F5>
jpayne@69 247 check-module= <Option-Key-x>
jpayne@69 248 zoom-height= <Option-Key-0>
jpayne@69 249
jpayne@69 250 [IDLE Classic OSX]
jpayne@69 251 toggle-tabs = <Control-Key-t>
jpayne@69 252 interrupt-execution = <Control-Key-c>
jpayne@69 253 untabify-region = <Control-Key-6>
jpayne@69 254 remove-selection = <Key-Escape>
jpayne@69 255 print-window = <Command-Key-p>
jpayne@69 256 replace = <Command-Key-r>
jpayne@69 257 goto-line = <Command-Key-j>
jpayne@69 258 plain-newline-and-indent = <Control-Key-j>
jpayne@69 259 history-previous = <Control-Key-p>
jpayne@69 260 beginning-of-line = <Control-Key-Left>
jpayne@69 261 end-of-line = <Control-Key-Right>
jpayne@69 262 comment-region = <Control-Key-3>
jpayne@69 263 redo = <Shift-Command-Key-Z>
jpayne@69 264 close-window = <Command-Key-w>
jpayne@69 265 restart-shell = <Control-Key-F6>
jpayne@69 266 save-window-as-file = <Shift-Command-Key-S>
jpayne@69 267 close-all-windows = <Command-Key-q>
jpayne@69 268 view-restart = <Key-F6>
jpayne@69 269 tabify-region = <Control-Key-5>
jpayne@69 270 find-again = <Command-Key-g> <Key-F3>
jpayne@69 271 find = <Command-Key-f>
jpayne@69 272 toggle-auto-coloring = <Control-Key-slash>
jpayne@69 273 select-all = <Command-Key-a>
jpayne@69 274 smart-backspace = <Key-BackSpace>
jpayne@69 275 change-indentwidth = <Control-Key-u>
jpayne@69 276 do-nothing = <Control-Key-F12>
jpayne@69 277 smart-indent = <Key-Tab>
jpayne@69 278 center-insert = <Control-Key-l>
jpayne@69 279 history-next = <Control-Key-n>
jpayne@69 280 del-word-right = <Option-Key-Delete>
jpayne@69 281 undo = <Command-Key-z>
jpayne@69 282 save-window = <Command-Key-s>
jpayne@69 283 uncomment-region = <Control-Key-4>
jpayne@69 284 cut = <Command-Key-x>
jpayne@69 285 find-in-files = <Command-Key-F3>
jpayne@69 286 dedent-region = <Command-Key-bracketleft>
jpayne@69 287 copy = <Command-Key-c>
jpayne@69 288 paste = <Command-Key-v>
jpayne@69 289 indent-region = <Command-Key-bracketright>
jpayne@69 290 del-word-left = <Option-Key-BackSpace> <Option-Command-Key-BackSpace>
jpayne@69 291 newline-and-indent = <Key-Return> <Key-KP_Enter>
jpayne@69 292 end-of-file = <Control-Key-d>
jpayne@69 293 open-class-browser = <Command-Key-b>
jpayne@69 294 open-new-window = <Command-Key-n>
jpayne@69 295 open-module = <Command-Key-m>
jpayne@69 296 find-selection = <Shift-Command-Key-F3>
jpayne@69 297 python-context-help = <Shift-Key-F1>
jpayne@69 298 save-copy-of-window-as-file = <Option-Command-Key-s>
jpayne@69 299 open-window-from-file = <Command-Key-o>
jpayne@69 300 python-docs = <Key-F1>
jpayne@69 301 force-open-completions= <Control-Key-space>
jpayne@69 302 expand-word= <Option-Key-slash>
jpayne@69 303 force-open-calltip= <Control-Key-backslash>
jpayne@69 304 format-paragraph= <Option-Key-q>
jpayne@69 305 flash-paren= <Control-Key-0>
jpayne@69 306 run-module= <Key-F5>
jpayne@69 307 run-custom= <Shift-Key-F5>
jpayne@69 308 check-module= <Option-Key-x>
jpayne@69 309 zoom-height= <Option-Key-0>