view etc/images/gud/rnexti.xpm @ 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 ca0315d80583
children
line wrap: on
line source

/* XPM */
static char * reverse_nexti_xpm[] = {
"24 24 6 1",
" 	c None",
".	c #CC0033",
"+	c #D40000",
"@	c #CC9999",
"#	c #616161",
"$	c #2A1F55",
"                        ",
"                        ",
"                        ",
"                        ",
"        ..........      ",
"       .          .     ",
"      .            .    ",
"      .            .    ",
"      .            .    ",
"    +@.@+   #  #   .    ",
"    @...@  #$  $#       ",
"     ...  #$    $#      ",
"     @.@ #$      $#     ",
"      . #$        $#    ",
"        $#        #$    ",
"         $#      #$     ",
"          $#    #$      ",
"           $#  #$       ",
"            $  $        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};