icyflame / cli-cube-timer

Time your solves, without leaving the terminal
https://npmjs.org/package/cli-cube-timer
20 stars 5 forks source link

Add a shortcut during solving: "H" or "?" to print all keyboard shortcuts #46

Closed icyflame closed 6 years ago

Saurabh3333 commented 6 years ago

Do keyboard shortcuts same as the things showing during solve --help? What should be the colour scheme for showing the keyboard shortcuts?

icyflame commented 6 years ago

No, solve --help is the overall module shortcuts. When you run solve, you will see shortcuts on the top right part of your screen. Those shortcuts should be displayed when user presses H or ?

Saurabh3333 commented 6 years ago

Do keypress module support '?'? I am getting an error. On pressing '?' it is responding with an undefined value.

icyflame commented 6 years ago

@Saurabh3333 Ah, okay. Then just stick to "H" for now

icyflame commented 6 years ago

Fixed in #47