featurecat / lizzie

Lizzie - Leela Zero Interface
GNU General Public License v3.0
961 stars 227 forks source link

List of keyboard controls etc. #832

Open kaorahi opened 3 years ago

kaorahi commented 3 years ago

List of keyboard controls (from Input.java in Lizzie 0.7.4):

Usage of Panel UI (https://github.com/featurecat/lizzie/pull/513):

  1. Check Settings > View > Panel UI and restart Lizzie.
  2. Hit Alt+w to enter design mode.
  3. Drag any panes to convert them to separated windows. Arrange their positions and sizes as you like. Close them if you want to move them back to the main window.
  4. Hit Alt+w again to record the window positions and leave design mode.

Mouse controls on the subboard (https://github.com/featurecat/lizzie/pull/650):

kaorahi commented 3 years ago

...for our convenience :)

xyproto commented 3 years ago

[ and ] does not work on keyboards with a Norwegian keyboard layout. Could something like , and . or the arrow keys be an alternative?

kaorahi commented 3 years ago

, and . are already used for other functions. Are there suitable keys that are not in the above list?

xyproto commented 3 years ago

How about ctrl+n to start a new game and n for next?

kaorahi commented 3 years ago

What I meant was... Are there unused keys that are suitable for "adjust main board position to left/right"?

I don't like to make incompatible changes with the current 0.7.4.

xyproto commented 3 years ago

Ah, right. On a Norwegian layout æøå takes some space, and [, { and ( all require shift or altgr to be held down.

How about numpad left arrow and numpad right arrow, then?

If only they were not taken, the arrow keys, ".," "np" or "hl" would all work and all be fairly conventional.

kaorahi commented 3 years ago

Let's use a separated issue #843 for this topic.

xyproto commented 3 years ago

Thanks!