From 18802fef96aea12c92582e816dfccd1f7b3e1b24 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 31 May 2025 22:38:41 +0200 Subject: [PATCH] hyprland: add osk keybind --- .config/hypr/hyprland/keybinds.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprland/keybinds.conf b/.config/hypr/hyprland/keybinds.conf index 6e06c534c..20ddff67c 100644 --- a/.config/hypr/hyprland/keybinds.conf +++ b/.config/hypr/hyprland/keybinds.conf @@ -24,6 +24,7 @@ bindd = Super, A, Toggle left sidebar, global, quickshell:sidebarLeftToggle # To bind = Super, O, global, quickshell:sidebarLeftToggle # [hidden] bindd = Super, N, Toggle right sidebar, global, quickshell:sidebarRightToggle # Toggle right sidebar bindd = Super, Slash, Toggle cheatsheet, global, quickshell:cheatsheetToggle # Toggle cheatsheet +bindd = Super, K, Toggle on-screen keyboard, global, quickshell:oskToggle # Toggle cheatsheet bindd = Super, M, Toggle media controls, global, quickshell:mediaControlsToggle # Toggle media controls bindd = Ctrl+Alt, Delete, Toggle session menu, global, quickshell:sessionToggle # Toggle session menu bind = Ctrl+Alt, Delete, exec, qs ipc call TEST_ALIVE || pkill wlogout || wlogout -p layer-shell # [hidden] @@ -197,10 +198,10 @@ bind = Super, Return, exec, foot # Foot (terminal) bind = Super, T, exec, foot # [hidden] foot (terminal) (alt) bind = Super, E, exec, dolphin --new-window # Dolphin (file manager) bind = Ctrl+Super, W, exec, firefox # Firefox (browser) -bind = Super, C, exec, code # VSCode (editor) +bind = Super, C, exec, code # VSCode (code editor) bind = Super, W, exec, zen-browser # [hidden] bind = Super+Shift, W, exec, wps # WPS Office -bind = Super, X, exec, kate # Kate (editor) +bind = Super, X, exec, kate # Kate (text editor) bind = Ctrl+Super, V, exec, pavucontrol-qt # Pavucontrol Qt (volume mixer) bind = Super, I, exec, XDG_CURRENT_DESKTOP=gnome gnome-control-center # GNOME Control center (settings app) bind = Ctrl+Shift, Escape, exec, plasma-systemmonitor --page-name Processes # Plasma system monitor