Changeset 6652
- Timestamp:
- Jun 3, 2007, 2:47:36 AM (17 years ago)
- File:
-
- 1 edited
-
branches/ide-1.0/ccl/hemlock/src/bindings.lisp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ide-1.0/ccl/hemlock/src/bindings.lisp
r6570 r6652 117 117 ;(bind-key "Bottom of Window" #k"meta-.") 118 118 119 (bind-key "Exit Hemlock" #k"control-x control-z")120 119 (bind-key "Exit Recursive Edit" #k"control-meta-z") 121 120 (bind-key "Abort Recursive Edit" #k"control-]") … … 298 297 (bind-key "Illegal" #k"control-r" :mode "Echo Area") 299 298 (bind-key "Illegal" #k"hyper-t" :mode "Echo Area") 300 (bind-key "Illegal" #k"middledown" :mode "Echo Area")301 (bind-key "Do Nothing" #k"middleup" :mode "Echo Area")302 (bind-key "Illegal" #k"super-leftdown" :mode "Echo Area")303 (bind-key "Do Nothing" #k"super-leftup" :mode "Echo Area")304 (bind-key "Illegal" #k"super-rightdown" :mode "Echo Area")305 (bind-key "Do Nothing" #k"super-rightup" :mode "Echo Area")306 299 307 300 … … 328 321 (bind-key "Editor Compile Defun" #k"control-x control-C" :mode "Editor") 329 322 330 (bind-key "Editor Macroexpand Expression" #k"control-m" :mode "Editor") 323 (bind-key "Editor Macroexpand-1 Expression" #k"control-m" :mode "Editor") 324 (bind-key "Editor Macroexpand Expression" #k"control-x control-m" :mode "Editor") 331 325 (bind-key "Editor Describe Function Call" #k"control-meta-A" :mode "Editor") 332 326 (bind-key "Editor Describe Symbol" #k"control-meta-S" :mode "Editor") … … 396 390 (bind-key "Compile Defun" #k"control-x control-c") 397 391 (bind-key "Compile Buffer File" #k"control-x c") 398 (bind-key "Macroexpand Expression" #k"control-M")399 392 400 393 (bind-key "Describe Function Call" #k"control-meta-A")
Note:
See TracChangeset
for help on using the changeset viewer.
