-
Notifications
You must be signed in to change notification settings - Fork 228
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
next: Add more keyboard shortcut #415
Conversation
} | ||
node = next; | ||
} | ||
return moves; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The int returned here is never used, same comment for the next method.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It return value will be used by the function goCommentNode in the Input.java
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, then you might wan't to add a one line javadoc @returns ...
:)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Add more keyboard shortcut:
Press key 'M' for switch the move number display
Not show -> Show all move number -> Show last move number
Press key Ctrl + Left arrow to jump the variation top
Press key Ctrl + Shift + Up/Down to jump the previous/next the node with comment
Press Ctrl+Home to clear board