Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5425 in orxonox.OLD


Ignore:
Timestamp:
Oct 23, 2005, 4:16:45 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: a key for those poor orxonox player wanting to use the shell with deutsch keybords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell.cc

    r5420 r5425  
    6767  // EVENT-Handler subscription of '`' to all States.
    6868  EventHandler::getInstance()->subscribe(this, ES_ALL, SDLK_BACKQUOTE);
     69  EventHandler::getInstance()->subscribe(this, ES_ALL, SDLK_F12);
    6970  EventHandler::getInstance()->subscribe(this, ES_SHELL, SDLK_PAGEUP);
    7071  EventHandler::getInstance()->subscribe(this, ES_SHELL, SDLK_PAGEDOWN);
     
    446447  if (event.bPressed)
    447448  {
    448     if (event.type == SDLK_BACKQUOTE)
     449    if (event.type == SDLK_BACKQUOTE || event.type == SDLK_F12)
    449450    {
    450451      if (this->bActive == false)
Note: See TracChangeset for help on using the changeset viewer.