comparison dw.h @ 724:41080d22edc8

Couple more fixes to keyhandling... committed before I finished what I was doing... Problem of views not having focus and ignoring the keystrokes remains...
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 14 Mar 2011 02:08:36 +0000
parents 37c8d2b4cec5
children 6a589a1a42b0
comparison
equal deleted inserted replaced
723:37c8d2b4cec5 724:41080d22edc8
427 #define VK_NUMPAD7 89 427 #define VK_NUMPAD7 89
428 #define VK_NUMPAD8 91 428 #define VK_NUMPAD8 91
429 #define VK_NUMPAD9 92 429 #define VK_NUMPAD9 92
430 #define VK_MULTIPLY 67 430 #define VK_MULTIPLY 67
431 #define VK_ADD 69 431 #define VK_ADD 69
432 #define VK_SEPARATOR 42 432 #define VK_SEPARATOR 0xFF15 /* TODO */
433 #define VK_SUBTRACT 78 433 #define VK_SUBTRACT 78
434 #define VK_DECIMAL 65 434 #define VK_DECIMAL 65
435 #define VK_DIVIDE 75 435 #define VK_DIVIDE 75
436 #define VK_F1 0xF704 /* NSF1FunctionKey */ 436 #define VK_F1 0xF704 /* NSF1FunctionKey */
437 #define VK_F2 0xF705 /* NSF2FunctionKey */ 437 #define VK_F2 0xF705 /* NSF2FunctionKey */
455 #define VK_F20 0xF717 /* NSF20FunctionKey */ 455 #define VK_F20 0xF717 /* NSF20FunctionKey */
456 #define VK_F21 0xF718 /* NSF21FunctionKey */ 456 #define VK_F21 0xF718 /* NSF21FunctionKey */
457 #define VK_F22 0xF719 /* NSF22FunctionKey */ 457 #define VK_F22 0xF719 /* NSF22FunctionKey */
458 #define VK_F23 0xF71A /* NSF23FunctionKey */ 458 #define VK_F23 0xF71A /* NSF23FunctionKey */
459 #define VK_F24 0xF71B /* NSF24FunctionKey */ 459 #define VK_F24 0xF71B /* NSF24FunctionKey */
460 #define VK_NUMLOCK 70 460 #define VK_NUMLOCK 0xFF16 /* TODO */
461 #define VK_SCROLL 0xF72F /* NSScrollLockFunctionKey */ 461 #define VK_SCROLL 0xF72F /* NSScrollLockFunctionKey */
462 #define VK_LSHIFT 56 462 #define VK_LSHIFT 56
463 #define VK_RSHIFT 60 463 #define VK_RSHIFT 60
464 #define VK_LCONTROL 59 464 #define VK_LCONTROL 59
465 #define VK_RCONTROL 62 465 #define VK_RCONTROL 62