Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added arrow key support #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

GarrettBurroughs
Copy link

As mentioned in #17 arrow keys did not work as valid configurations, this pull request fixes that problem

Arrow keys are entered as
"up" - Up arrow key
"right" - Right arrow key
"down" - Down arrow key
"left" - left arrow key.

The program keeps the check to make sure it is either a valid arrow key, or a single charachter,
the display message for incorrect inputs has been updated aswell.

fixes #17

@GarrettBurroughs GarrettBurroughs changed the title added arrow key support Added arrow key support Sep 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Keybindings
1 participant