|
Kurt B. Kaiser wrote: Ron MacNeil <[EMAIL PROTECTED]> writes: is there any way to, even in a convoluted way, map "what the left arrow key does" or "move cursor left one space" to C-b? God would be happy typing on my keyboard... I used keyRemap to put the control key under my left thumb...I think most emacs users these days use the arrow keys, I certainly do. Control-f etc. were useful in the olden days when many keyboards didn't have cursor keys. Unlike the old Wordstar sexd cursor movement keys, they aren't particularly convenient bindings. I'm not going to type a chord just to move a cursor, especially now that the Control key is no longer where god intended it to be. I've gotten very used to moving the cursor with those few commands when I'm working hard on just a local area of code.. moving my hand away to get to the arrow keys is just not quite it... anyway... Note that Control-left and Control-right moves by words (in a peculiar, but useful way). Control-up and down move by blank-line separated blocks. right... I had saved the original config-key.def and now made custom config-keys.cfg...The way to modify IDLE keybindings is to use the Options / Configure IDLE / Keys dialog. You "Save as a New Custom Key Set". This creates a config-keys.cfg file in your .idlerc directory. You shouldn't modify config-keys.def, that's intended to be "factory issue". thanks much... cheers, ronmac |
_______________________________________________ IDLE-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/idle-dev
