diff --git a/.config/ags/modules/cheatsheet/data_keybinds.js b/.config/ags/modules/cheatsheet/data_keybinds.js index 95172a22a..1dbcd0eb9 100644 --- a/.config/ags/modules/cheatsheet/data_keybinds.js +++ b/.config/ags/modules/cheatsheet/data_keybinds.js @@ -3,13 +3,13 @@ export const keybindList = [[ "icon": "pin_drop", "name": "Workspaces: navigation", "binds": [ - { "keys": ["", "+", "#"], "action": "Go to workspace #" }, - { "keys": ["", "+", "S"], "action": "Toggle special workspace" }, - { "keys": ["", "+", "(Scroll ↑↓)"], "action": "Go to workspace -1/+1" }, - { "keys": ["Ctrl", "", "+", "←"], "action": "Go to workspace on the left" }, - { "keys": ["Ctrl", "", "+", "→"], "action": "Go to workspace on the right" }, - { "keys": ["", "+", "PageUp"], "action": "Go to workspace on the left" }, - { "keys": ["", "+", "PageDown"], "action": "Go to workspace on the right" } + { "keys": ["󰖳", "+", "#"], "action": "Go to workspace #" }, + { "keys": ["󰖳", "+", "S"], "action": "Toggle special workspace" }, + { "keys": ["󰖳", "+", "(Scroll ↑↓)"], "action": "Go to workspace -1/+1" }, + { "keys": ["Ctrl", "󰖳", "+", "←"], "action": "Go to workspace on the left" }, + { "keys": ["Ctrl", "󰖳", "+", "→"], "action": "Go to workspace on the right" }, + { "keys": ["󰖳", "+", "PageUp"], "action": "Go to workspace on the left" }, + { "keys": ["󰖳", "+", "PageDown"], "action": "Go to workspace on the right" } ], "id": 1 }, @@ -17,10 +17,10 @@ export const keybindList = [[ "icon": "overview_key", "name": "Workspaces: management", "binds": [ - { "keys": ["", "Alt", "+", "#"], "action": "Move window to workspace #" }, - { "keys": ["", "Alt", "+", "S"], "action": "Move window to special workspace" }, - { "keys": ["", "Alt", "+", "PageUp"], "action": "Move window to workspace on the left" }, - { "keys": ["", "Alt", "+", "PageDown"], "action": "Move window to workspace on the right" } + { "keys": ["󰖳", "Alt", "+", "#"], "action": "Move window to workspace #" }, + { "keys": ["󰖳", "Alt", "+", "S"], "action": "Move window to special workspace" }, + { "keys": ["󰖳", "Alt", "+", "PageUp"], "action": "Move window to workspace on the left" }, + { "keys": ["󰖳", "Alt", "+", "PageDown"], "action": "Move window to workspace on the right" } ], "id": 2 }, @@ -28,14 +28,14 @@ export const keybindList = [[ "icon": "move_group", "name": "Windows", "binds": [ - { "keys": ["", "+", "←↑→↓"], "action": "Focus window in direction" }, - { "keys": ["", "Shift", "+", "←↑→↓"], "action": "Swap window in direction" }, - { "keys": ["", "+", ";"], "action": "Split ratio -" }, - { "keys": ["", "+", "'"], "action": "Split ratio +" }, - { "keys": ["", "+", "Lmb"], "action": "Move window" }, - { "keys": ["", "+", "Rmb"], "action": "Resize window" }, - { "keys": ["", "+", "F"], "action": "Fullscreen" }, - { "keys": ["", "Alt", "+", "F"], "action": "Fake fullscreen" } + { "keys": ["󰖳", "+", "←↑→↓"], "action": "Focus window in direction" }, + { "keys": ["󰖳", "Shift", "+", "←↑→↓"], "action": "Swap window in direction" }, + { "keys": ["󰖳", "+", ";"], "action": "Split ratio -" }, + { "keys": ["󰖳", "+", "'"], "action": "Split ratio +" }, + { "keys": ["󰖳", "+", "Lmb"], "action": "Move window" }, + { "keys": ["󰖳", "+", "Rmb"], "action": "Resize window" }, + { "keys": ["󰖳", "+", "F"], "action": "Fullscreen" }, + { "keys": ["󰖳", "Alt", "+", "F"], "action": "Fake fullscreen" } ], "id": 3 } @@ -45,23 +45,23 @@ export const keybindList = [[ "icon": "widgets", "name": "Widgets (AGS)", "binds": [ - { "keys": ["", "OR", "", "+", "Tab"], "action": "Toggle overview/launcher" }, - { "keys": ["Ctrl", "", "+", "R"], "action": "Restart AGS" }, - { "keys": ["", "+", "/"], "action": "Toggle this cheatsheet" }, - { "keys": ["", "+", "N"], "action": "Toggle system sidebar" }, - { "keys": ["", "+", "B", "OR", "", "+", "O"], "action": "Toggle utilities sidebar" }, - { "keys": ["", "+", "K"], "action": "Toggle virtual keyboard" }, + { "keys": ["󰖳", "OR", "󰖳", "+", "Tab"], "action": "Toggle overview/launcher" }, + { "keys": ["Ctrl", "󰖳", "+", "R"], "action": "Restart AGS" }, + { "keys": ["󰖳", "+", "/"], "action": "Toggle this cheatsheet" }, + { "keys": ["󰖳", "+", "N"], "action": "Toggle system sidebar" }, + { "keys": ["󰖳", "+", "B", "OR", "󰖳", "+", "O"], "action": "Toggle utilities sidebar" }, + { "keys": ["󰖳", "+", "K"], "action": "Toggle virtual keyboard" }, { "keys": ["Ctrl", "Alt", "+", "Del"], "action": "Power/Session menu" }, { "keys": ["Esc"], "action": "Exit a window" }, { "keys": ["rightCtrl"], "action": "Dismiss/close sidebar" }, - { "keys": ["Ctrl", "", "+", "T"], "action": "Change wallpaper+colorscheme" }, + { "keys": ["Ctrl", "󰖳", "+", "T"], "action": "Change wallpaper+colorscheme" }, - // { "keys": ["", "+", "B"], "action": "Toggle left sidebar" }, - // { "keys": ["", "+", "N"], "action": "Toggle right sidebar" }, - // { "keys": ["", "+", "G"], "action": "Toggle volume mixer" }, - // { "keys": ["", "+", "M"], "action": "Toggle useless audio visualizer" }, + // { "keys": ["󰖳", "+", "B"], "action": "Toggle left sidebar" }, + // { "keys": ["󰖳", "+", "N"], "action": "Toggle right sidebar" }, + // { "keys": ["󰖳", "+", "G"], "action": "Toggle volume mixer" }, + // { "keys": ["󰖳", "+", "M"], "action": "Toggle useless audio visualizer" }, // { "keys": ["(right)Ctrl"], "action": "Dismiss notification & close menus" } ], "id": 4 @@ -71,12 +71,12 @@ export const keybindList = [[ "name": "Utilities", "binds": [ { "keys": ["PrtSc"], "action": "Screenshot >> clipboard" }, - { "keys": ["", "Shift", "+", "S"], "action": "Screen snip >> clipboard" }, - { "keys": ["", "Shift", "+", "T"], "action": "Image to text >> clipboard" }, - { "keys": ["", "Shift", "+", "C"], "action": "Color picker" }, - { "keys": ["", "Alt", "+", "R"], "action": "Record region" }, + { "keys": ["󰖳", "Shift", "+", "S"], "action": "Screen snip >> clipboard" }, + { "keys": ["󰖳", "Shift", "+", "T"], "action": "Image to text >> clipboard" }, + { "keys": ["󰖳", "Shift", "+", "C"], "action": "Color picker" }, + { "keys": ["󰖳", "Alt", "+", "R"], "action": "Record region" }, { "keys": ["Ctrl", "Alt", "+", "R"], "action": "Record region with sound" }, - { "keys": ["", "Shift", "Alt", "+", "R"], "action": "Record screen with sound" } + { "keys": ["󰖳", "Shift", "Alt", "+", "R"], "action": "Record screen with sound" } ], "id": 5 }, @@ -86,11 +86,11 @@ export const keybindList = [[ "icon": "apps", "name": "Apps", "binds": [ - { "keys": ["", "+", "T"], "action": "Launch terminal: foot" }, - { "keys": ["", "+", "W"], "action": "Launch browser: Firefox" }, - { "keys": ["", "+", "C"], "action": "Launch editor: vscode" }, - { "keys": ["", "+", "X"], "action": "Launch editor: GNOME Text Editor" }, - { "keys": ["", "+", "I"], "action": "Launch settings: GNOME Control center" } + { "keys": ["󰖳", "+", "T"], "action": "Launch terminal: foot" }, + { "keys": ["󰖳", "+", "W"], "action": "Launch browser: Firefox" }, + { "keys": ["󰖳", "+", "C"], "action": "Launch editor: vscode" }, + { "keys": ["󰖳", "+", "X"], "action": "Launch editor: GNOME Text Editor" }, + { "keys": ["󰖳", "+", "I"], "action": "Launch settings: GNOME Control center" } ], "id": 6 }, @@ -98,8 +98,8 @@ export const keybindList = [[ "icon": "keyboard", "name": "Typing", "binds": [ - { "keys": ["", "+", "V"], "action": "Clipboard history >> clipboard" }, - { "keys": ["", "+", "."], "action": "Emoji picker >> clipboard" }, + { "keys": ["󰖳", "+", "V"], "action": "Clipboard history >> clipboard" }, + { "keys": ["󰖳", "+", "."], "action": "Emoji picker >> clipboard" }, ], "id": 7 }, diff --git a/.config/ags/modules/cheatsheet/main.js b/.config/ags/modules/cheatsheet/main.js index 76433fb97..21644e7cd 100644 --- a/.config/ags/modules/cheatsheet/main.js +++ b/.config/ags/modules/cheatsheet/main.js @@ -39,7 +39,7 @@ const CheatsheetHeader = () => Widget.CenterBox({ Widget.Label({ vpack: 'center', className: "cheatsheet-key txt-small", - label: "", + label: "󰖳", }), Widget.Label({ vpack: 'center',