BoraxTheClean / adaptable-antelopes

Code Jam 2021 adaptable antelopes team
MIT License
1 stars 0 forks source link

Change menu keybind #18

Closed BoraxTheClean closed 3 years ago

BoraxTheClean commented 3 years ago

Resolves https://github.com/CupOfGeo/adaptable-antelopes/issues/11

This pull request introduces two changes:

  1. Change the menu keybind from CTRL+C (conflicts with copy on windows) to CTRL+H.
  2. Introduce a new keybind to focus the text field. This allows a user to exit the menu without making a selection.
BoraxTheClean commented 3 years ago

@SharpBit Let me know if this looks good to you and on your machine. Happy to make any changes or iterate further on this.