wl-kbptr icon indicating copy to clipboard operation
wl-kbptr copied to clipboard

What is the format for the `home_row_keys` config option?

Open Crandel opened this issue 1 year ago • 1 comments

There are no home_row_keys format in the example. I tried this one

[general]
home_row_keys=hjkltsra

But got this error

err: Could not parse home row keys. Not enough characters.

Crandel avatar May 18 '24 07:05 Crandel

This option is a bit bare-bone at the moment.

By default, if this option is not set or empty, it will determine the keys that are in the home row position when the keyboard layout is loaded, e.g. this would be qsdfjklm (for the selection) and ghb (for the mouse buttons) on a US layout.

This option enables to override these and consequently has the same constraints, that is, it requires 11 characters, the first 8 are for the selection and the last three are for the left, right, and center mouse button, e.g. qsdfjklmghb.

moverest avatar May 18 '24 10:05 moverest