From 3932434b02f19a15056388d3d038590922137da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Mon, 26 Sep 2022 21:05:36 +0200 Subject: [PATCH] domkeytable add super key. --- core/input/domkeytable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/input/domkeytable.js b/core/input/domkeytable.js index 6d084775..f0a81af3 100644 --- a/core/input/domkeytable.js +++ b/core/input/domkeytable.js @@ -50,7 +50,7 @@ addLeftRight("Shift", KeyTable.XK_Shift_L, KeyTable.XK_Shift_R); // - Symbol // - SymbolLock // - Hyper -// - Super +addLeftRight("Super", KeyTable.XK_Super_L, KeyTable.XK_Super_R); // 3.3. Whitespace Keys