Explorar o código

Home doesn't work on my CX CAS. :/

Eiyeron Fulmincendii %!s(int64=10) %!d(string=hai) anos
pai
achega
88dd467743
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      platform/nspire/Input.cpp

+ 1 - 1
platform/nspire/Input.cpp

@@ -20,7 +20,7 @@ static InputMap key_map[] = {
     {Key::K_UP, KEY_NSPIRE_8},       {Key::K_DOWN, KEY_NSPIRE_5},
     {Key::K_LEFT, KEY_NSPIRE_4},     {Key::K_RIGHT, KEY_NSPIRE_6},
 
-    {Key::K_START, KEY_NSPIRE_HOME}, {Key::K_SELECT, KEY_NSPIRE_ESC},
+    {Key::K_START, KEY_NSPIRE_DOC}, {Key::K_SELECT, KEY_NSPIRE_ESC},
 };
 
 KeyState INPUT::key_get_state(Key key)