source:
trunk/ccl/hemlock/src/bindings-gb.lisp
@
6
Last change on this file since 6 was 6, checked in by gb, 17 years ago | |
---|---|
|
|
File size: 210 bytes |
Rev | Line | |
---|---|---|
[6] | 1 | (in-package :hemlock) |
2 | ||
3 | (bind-key "Scroll Window Down" #k"pagedown") | |
4 | (bind-key "Scroll Window Up" #k"pageup") | |
5 | (bind-key "Undo" #k"control-\/") | |
6 | (bind-key "Help" #k"control-h") | |
7 | ||
8 | ||
9 | ||
10 |
Note: See TracBrowser
for help on using the repository browser.