From 18959b59bf90cb18cfe05949f8eabf1c7a3152b0 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 6 Mar 2024 00:02:20 +0700 Subject: [PATCH] add keybind note --- .config/ags/user_options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ags/user_options.js b/.config/ags/user_options.js index 79a8e7e2e..edd56cab6 100644 --- a/.config/ags/user_options.js +++ b/.config/ags/user_options.js @@ -61,7 +61,7 @@ let userConfigOptions = { 'keybinds': { // Format: Mod1+Mod2+key. CaSe SeNsItIvE! // Modifiers: Shift Ctrl Alt Hyper Meta NoMod - // See https://docs.gtk.org/gdk3/index.html#constants for the other keys + // See https://docs.gtk.org/gdk3/index.html#constants for the other keys (they are listed as KEY_key) 'overview': { 'altMoveLeft': 'Ctrl+b', 'altMoveRight': 'Ctrl+f',