![[index]](../icons/index.gif)
Next: keymap:get-file
Up: Keymap Utilities
Previous: keymap:canonicalize-keybinding-string
This returns a keymap for handling standard editing operations. It
binds these keys:
- z: undo
- y: redo
- x: cut
- c: copy
- v: paste
- a: select all
where each key is prefixed with the menu-shortcut key, based on the
platform. Under unix, the shortcut is scm"a:"; under windows the
shortcut key is "c:" and under MacOS, the shortcut key is
"d:".
- (keymap:get-editor) -> (instance keymap%)
PLT