Doug Kramer wrote:
Hi, How do I assign Ctrl-left arrow key to move to previous word? I tried this (and other variations): unsetkey ("^C-Left"); setkey ("bskip_word", "^C-Left"); but this doesn't work. I assume "-Left" must be replaced by something else.
If you have jed.99.17 you can 1. add to your .jedrc (or jed.rc on windows): require("keydefs"); 2. unsetkey (Key_Ctrl_Left); setkey ("bskip_word", Key_Ctrl_Left); Marko -------------------------- To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with the word "unsubscribe" in the message body. Need help? Email <jed-users-owner@xxxxxxxxxxx>.