- Timestamp:
- Jul 8, 2007, 11:10:09 PM (17 years ago)
- File:
-
- 1 edited
-
branches/ide-1.0/ccl/hemlock/src/bindings.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ide-1.0/ccl/hemlock/src/bindings.lisp
r6768 r6794 96 96 ;(bind-key "Save All Files and Exit" #k"control-x meta-z") 97 97 98 (bind-key "List Buffers" #k"control-x control-b")98 ;(bind-key "List Buffers" #k"control-x control-b") 99 99 (bind-key "Buffer Not Modified" #k"meta-~") 100 100 ;(bind-key "Check Buffer Modified" #k"control-x ~") … … 162 162 (bind-key "Capitalize Word" #k"meta-c") 163 163 164 (bind-key "Previous Page" #k"control-x [")165 (bind-key "Next Page" #k"control-x ]")166 (bind-key "Mark Page" #k"control-x control-p")167 (bind-key "Count Lines Page" #k"control-x l")164 ;(bind-key "Previous Page" #k"control-x [") 165 ;(bind-key "Next Page" #k"control-x ]") 166 ;(bind-key "Mark Page" #k"control-x control-p") 167 ;(bind-key "Count Lines Page" #k"control-x l") 168 168 169 169
Note:
See TracChangeset
for help on using the changeset viewer.
