donn / nudelta

Open source NuPhy Console alternative
GNU General Public License v3.0
510 stars 23 forks source link

Remapping a key combination #22

Closed tapir closed 1 year ago

tapir commented 1 year ago

Is it possible to remap "Win" + "Left" combination to "Home"?

donn commented 1 year ago

Sadly no. The two supported keyboards do not support layers as we traditionally understand them: just a limited Fn layer for the keys we already know have an Fn-functionality, such as 1, 2, 3, 4, Up, Down, Left and Right, and of course, the F-keys.

You can use AutoHotkey (Windows), Karabiner Elements (Mac) or Input-Remapper (Linux) to handle this at the OS-level.