From f507d53c42da90b3481eae1c3f0ec37bd711ab8e Mon Sep 17 00:00:00 2001 From: Thierry Pouplier Date: Sat, 20 Jun 2026 16:25:21 -0400 Subject: [PATCH] uConsole: add Super key documentation in hosts config --- hypr/.config/hypr/hosts/uconsole.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hypr/.config/hypr/hosts/uconsole.conf b/hypr/.config/hypr/hosts/uconsole.conf index 46e19fa..733fc9b 100644 --- a/hypr/.config/hypr/hosts/uconsole.conf +++ b/hypr/.config/hypr/hosts/uconsole.conf @@ -12,6 +12,18 @@ monitor=DSI-2, 720x1280, 0x0, 1, transform, 1 env = WLR_NO_HARDWARE_CURSOR,1 +#################### +### KEYBOARD ### +#################### + +# The key with the house icon (between Fn and left Alt) IS Super_L. +# On uConsole: that bottom-row key left of spacebar = SUPER. +# If it doesn't work, use ALT instead: +# $mainMod = ALT (affects ALL binds below) +# +# Additional ALT bindings for convenience (work alongside SUPER): +# Note: SUPER+KEY and ALT+KEY both trigger the same action + #################### ### WORKSPACES ### ####################