Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Menus rely on number keys for quick navigation. Press the number key corresponding to the menu item position and the menu cursor instantly moves there. Since some menus have more than 9 positions, additional letter keys A-F are supported. However, this makes little sense to me.
The only menu in which the menu positions past number 9. are displayed as "lettered" – A., B. etc., as opposed to regular numbering from 10. upwards – is the "Jumping options" screen of the Setup menu. But it only goes up to the letter B. However, this "letter-key-navigation" method works in all kinds of menus, even the "regularly-numbered" ones, and some of them go up to 20 positions (e.g. Jumpers menu, Practise jump menu). I see no reason to stop at F in particular, the menu item has nothing to do with the hexadecimal world, and not all players are programmers 😉
This pull requests increases letter-key range from
A..F
toA..K
in order to facilitate quick navigation for all 20 possible menu items.Edit: Actually, having custom hills extends Practise jump menu to 21 items ("More hills…" options is added), so I've extended the range to
A..L