Qmk_firmware: [Feature Request] Combo mod hold key

Created on 5 Dec 2019  ·  2Comments  ·  Source: qmk/qmk_firmware


Currently our mod keys options are the normal ctrl/alt/gui/shift as well as meh/hyper. However if I want to have a button to hold on 2 keys (alt+gui for example) I don't know if there is a way for that.


Feature Request Type

  • [x] Core functionality
  • [ ] Add-on hardware support (eg. audio, RGB, OLED screen, etc.)
  • [ ] Alteration (enhancement/optimization) of existing feature(s)
  • [ ] New behavior

Description


I know there is a way to do LALT(LGUI(key)) but my use case is: on my mac I need to hold alt+gui then press left/right/up/down to snap the window to the part of the screen, instead of having 4 keys for it, I am hoping there will be a way to dedicate a button to alt+gui then I can press the arrows easily.

enhancement help wanted solved

Most helpful comment

You can wrap around KC_NO using those mod wrappers, e.g.:

LALT(LGUI(KC_NO))

All 2 comments

You can wrap around KC_NO using those mod wrappers, e.g.:

LALT(LGUI(KC_NO))

it works, thanks for the workaround!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jmagee picture jmagee  ·  3Comments

jetpacktuxedo picture jetpacktuxedo  ·  3Comments

BenRoe picture BenRoe  ·  3Comments

gesinger picture gesinger  ·  3Comments

mrceephax picture mrceephax  ·  4Comments