From: Edward M. <em...@co...> - 2010-08-24 15:19:53
|
As a follow-up to my notes on the tilde/backtick key, here are some changes to the keycodes file that seem to make ordinary cursor movement possible under Windows with a modern keyboard: 71 115 # Home (was: 89 # KP 7) 72 62 # Cursor Up (was: 91 # KP 8) 73 116 # Page Up (was: 92 # KP 9) 75 59 # Cursor Left (was: 86 # KP 4) 77 60 # Cursor Right (was: 88 # KP 6) 79 119 # End (was: 83 # KP 1) 80 61 # Cursor Down (was: 84 # KP 2) 81 121 # Page Down(was: 85 # KP 3) 82 114 # Insert (was: 82 # KP 0) 83 117 # Del (was: 65 # KP .) I haven't tested these extensively. I don't know if they belong in the source code. The assignments for the four Cursor keys came from someone's posting on an old web page; I added the rest. Edward Mendelson |