From 07f53c36dfa7152eb3a24aa4b3bdbbacfbb7baef Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 15 May 2024 19:13:34 +0700 Subject: [PATCH] Update user_options.js --- .config/ags/user_options.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.config/ags/user_options.js b/.config/ags/user_options.js index 448348d0b..03e76202e 100644 --- a/.config/ags/user_options.js +++ b/.config/ags/user_options.js @@ -4,13 +4,6 @@ // options listed in this file will override the default ones in the above file const userConfigOptions = { - 'keybinds': { - 'sidebar': { - 'pin': "Ctrl+p", - 'nextTab': "Ctrl+Page_Down", - 'prevTab': "Ctrl+Page_Up", - }, - }, } export default userConfigOptions;