From 5d28f309a5870efcc42edd699e7bf9d6db3933f4 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 6 Mar 2024 00:03:21 +0700 Subject: [PATCH] keybinds: remove NoMod --- .config/ags/modules/.widgetutils/keybind.js | 1 - .config/ags/user_options.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/ags/modules/.widgetutils/keybind.js b/.config/ags/modules/.widgetutils/keybind.js index f3d723a9..eda7877b 100644 --- a/.config/ags/modules/.widgetutils/keybind.js +++ b/.config/ags/modules/.widgetutils/keybind.js @@ -1,7 +1,6 @@ const { Gdk } = imports.gi; const MODS = { - 'NoMod': Gdk.ModifierType.NO_MODIFIER_MASK, 'Shift': Gdk.ModifierType.SHIFT_MASK, 'Ctrl': Gdk.ModifierType.CONTROL_MASK, 'Alt': Gdk.ModifierType.ALT_MASK, diff --git a/.config/ags/user_options.js b/.config/ags/user_options.js index edd56cab..11ffd5f4 100644 --- a/.config/ags/user_options.js +++ b/.config/ags/user_options.js @@ -60,7 +60,7 @@ let userConfigOptions = { }, 'keybinds': { // 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) 'overview': { 'altMoveLeft': 'Ctrl+b',