asdfjkl / jfxchess

JFXChess - Chess Program
https://asdfjkl.github.io/jfxchess
GNU General Public License v2.0
100 stars 22 forks source link

No Help on Keyboard Shortcuts #109

Open futurelauncher opened 3 years ago

futurelauncher commented 3 years ago

Hi, Just read changelog of 4.1.0, where it is mentioned "keyboard shortcuts". But in GUI I cannot see anything related to it, not even in HELP menu. Even here, WIKI is blank. Where can I get the list of available keyboard shortcuts? Am I missing something obvious?

asdfjkl commented 3 years ago

documentation is lacking, as always :-)

cf. here https://github.com/asdfjkl/jerry/blob/master/src/main/java/org/asdfjkl/jerryfx/gui/App.java in particular lines 53 and 634

Also in the menus you should see the shortcuts next to the menu items, i.e. "Mode -> Analysis -> Ctrl + A"

Entering moves via keyboard will be added in the next version.

futurelauncher commented 3 years ago

Great! It would be handy if you add a feature wherein user can set his own shortcuts (Fritz). Also, in many places, only one key is easy to use instead of two for e.g. to flip board, we use control+f, instead we can use simply f or any other key (SCID).