clarification in reponse to comment on plt-scheme
svn: r13179
This commit is contained in:
parent
cc9925dd6b
commit
e8f7fe9501
|
@ -199,3 +199,7 @@ For example, this remaps the key combination ``control-a'' key to ``!''.
|
||||||
s-exp framework/keybinding-lang
|
s-exp framework/keybinding-lang
|
||||||
(keybinding "c:a" (λ (editor evt) (send editor insert "!")))
|
(keybinding "c:a" (λ (editor evt) (send editor insert "!")))
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Note that DrScheme does not reload this file automatically when you
|
||||||
|
make a change, so you'll need to restart DrScheme to see changes to
|
||||||
|
the file.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user