Mercurial > emacs
view src/bitmaps/gray3.xbm @ 111700:3242c8febbd0
Bug 7458: Make key press like Left + right ctrl work when right is not control.
Ditto Alt and Command.
* src/nsterm.m (NSLeftControlKeyMask, NSLeftCommandKeyMask)
(NSLeftAlternateKeyMask): New defines.
(keyDown): Parse left and right keys separatly.
author | Jan D. <jan.h.d@swipnet.se> |
---|---|
date | Wed, 24 Nov 2010 08:50:08 +0100 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray3_width 4 #define gray3_height 4 static unsigned char gray3_bits[] = { 0x01, 0x00, 0x04, 0x00};