Skip to content

Commit

Permalink
Make the color picker allow arrow key input
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Nov 29, 2018
1 parent 700d551 commit 5d880bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Themes/Til Death/metrics.ini
Expand Up @@ -309,10 +309,10 @@ Fallback="ScreenWithMenuElements"
PrevScreen="ScreenTitleMenu"

CodeNames="ColorUp,ColorDown,ColorLeft,ColorRight,ColorCancel,ColorStart"
CodeColorUp="Up"
CodeColorDown="Down"
CodeColorLeft="Left"
CodeColorRight="Right"
CodeColorUp="MenuUp"
CodeColorDown="MenuDown"
CodeColorLeft="MenuLeft"
CodeColorRight="MenuRight"
CodeColorCancel="Back"
CodeColorStart="Start"

Expand Down

0 comments on commit 5d880bc

Please sign in to comment.