Changeset 6652


Ignore:
Timestamp:
Jun 3, 2007, 2:47:36 AM (17 years ago)
Author:
Gary Byers
Message:

Remove mouse bindings, other things unlikely to be used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ide-1.0/ccl/hemlock/src/bindings.lisp

    r6570 r6652  
    117117;(bind-key "Bottom of Window" #k"meta-.")
    118118
    119 (bind-key "Exit Hemlock" #k"control-x control-z")
    120119(bind-key "Exit Recursive Edit" #k"control-meta-z")
    121120(bind-key "Abort Recursive Edit" #k"control-]")
     
    298297(bind-key "Illegal" #k"control-r" :mode "Echo Area")
    299298(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")
    306299
    307300
     
    328321(bind-key "Editor Compile Defun" #k"control-x control-C" :mode "Editor")
    329322
    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")
    331325(bind-key "Editor Describe Function Call" #k"control-meta-A" :mode "Editor")
    332326(bind-key "Editor Describe Symbol" #k"control-meta-S" :mode "Editor")
     
    396390(bind-key "Compile Defun" #k"control-x control-c")
    397391(bind-key "Compile Buffer File" #k"control-x c")
    398 (bind-key "Macroexpand Expression" #k"control-M")
    399392
    400393(bind-key "Describe Function Call" #k"control-meta-A")
Note: See TracChangeset for help on using the changeset viewer.