Skip to content

Commit

Permalink
Enabled keyboard navigation to LED functionality
Browse files Browse the repository at this point in the history
You can now navigate with the keyboard in the Misc->Keyboard LED options
(NumLock / Scroll Lock) - fixes #9
  • Loading branch information
midwan committed Sep 19, 2016
1 parent cb9f950 commit af3e0cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/od-pandora/gui/Navigation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,9 @@ static NavigationMap navMap[] =
{ "StatusLine", "Miscellaneous", "Miscellaneous", "BSDSocket", "HideIdle" },
{ "HideIdle", "Miscellaneous", "Miscellaneous", "StatusLine", "ShowGUI" },
{ "ShowGUI", "Miscellaneous", "Miscellaneous", "HideIdle", "BSDSocket" },
{ "BSDSocket", "Miscellaneous", "Miscellaneous", "ShowGUI", "StatusLine" },
{ "BSDSocket", "Miscellaneous", "Miscellaneous", "ShowGUI", "numlock" },
{ "numlock", "Miscellaneous", "scrolllock", "", ""},
{ "scrolllock", "numlock", "", "", ""},

// PanelSavestate
{ "State0", "Savestates", "Savestates", "LoadState", "State1" },
Expand Down

0 comments on commit af3e0cf

Please sign in to comment.