Advertisement
Guest User

Keychord doc

a guest
Oct 8th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. key-chord-define is an autoloaded compiled Lisp function in
  2. ‘key-chord.el’.
  3.  
  4. (key-chord-define KEYMAP KEYS COMMAND)
  5.  
  6. Define in KEYMAP, a key-chord of the two keys in KEYS starting a COMMAND.
  7.  
  8. KEYS can be a string or a vector of two elements. Currently only elements
  9. that corresponds to ascii codes in the range 32 to 126 can be used.
  10.  
  11. COMMAND can be an interactive function, a string, or nil.
  12. If COMMAND is nil, the key-chord is removed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement