forked from Shinonome/dots-hyprland
keybinds: remove NoMod
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
const { Gdk } = imports.gi;
|
const { Gdk } = imports.gi;
|
||||||
|
|
||||||
const MODS = {
|
const MODS = {
|
||||||
'NoMod': Gdk.ModifierType.NO_MODIFIER_MASK,
|
|
||||||
'Shift': Gdk.ModifierType.SHIFT_MASK,
|
'Shift': Gdk.ModifierType.SHIFT_MASK,
|
||||||
'Ctrl': Gdk.ModifierType.CONTROL_MASK,
|
'Ctrl': Gdk.ModifierType.CONTROL_MASK,
|
||||||
'Alt': Gdk.ModifierType.ALT_MASK,
|
'Alt': Gdk.ModifierType.ALT_MASK,
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ let userConfigOptions = {
|
|||||||
},
|
},
|
||||||
'keybinds': {
|
'keybinds': {
|
||||||
// Format: Mod1+Mod2+key. CaSe SeNsItIvE!
|
// Format: Mod1+Mod2+key. CaSe SeNsItIvE!
|
||||||
// Modifiers: Shift Ctrl Alt Hyper Meta NoMod
|
// Modifiers: Shift Ctrl Alt Hyper Meta
|
||||||
// See https://docs.gtk.org/gdk3/index.html#constants for the other keys (they are listed as KEY_key)
|
// See https://docs.gtk.org/gdk3/index.html#constants for the other keys (they are listed as KEY_key)
|
||||||
'overview': {
|
'overview': {
|
||||||
'altMoveLeft': 'Ctrl+b',
|
'altMoveLeft': 'Ctrl+b',
|
||||||
|
|||||||
Reference in New Issue
Block a user