Action Key¶
The action key defines the primary key that will initiate a command in the compositor.
Default Keybinds and Custom Actions can refer
to this key using the word primary as a modifier key. Please see those configuration options
for more info.
Example¶
# ~/.config/miracle-wm/config.yaml
action_key: shift
Schema¶
action_key: <modifier>
Properties¶
action_key¶
-
required type: Modifier key name
A modifier string that defines the primary action key. Available options:
Name Description altAny alt key alt_leftThe left alt key only alt_rightThe right alt key only shiftAny shift key shift_leftThe left shift key only shift_rightThe right shift key only ctrlAny ctrl key ctrl_leftThe left ctrl key only ctrl_rightThe right ctrl key only metaThe superorwindowskeymeta_leftThe left superorwindowskey onlymeta_rightThe right superorwindowskey onlysymThe sym key functionThe fnkeycaps_lockThe caps lock key num_lockThe num lock key scroll_lockThe scroll lock key
Default¶
action_key: meta
This is the super or windows key.