From 0fc8bdbd3c397434e63165153c0cf1a5ec362b75 Mon Sep 17 00:00:00 2001
From: Myned <dev@bjork.tech>
Date: Thu, 9 Jan 2025 20:26:08 -0600
Subject: [PATCH] remote.sh: disable keybind remap

Signed-off-by: Myned <dev@bjork.tech>
---
 options/custom/scripts/remote.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/options/custom/scripts/remote.sh b/options/custom/scripts/remote.sh
index b6202ae..ff0d1e2 100644
--- a/options/custom/scripts/remote.sh
+++ b/options/custom/scripts/remote.sh
@@ -52,7 +52,11 @@ elif [[ "${argc_client:-}" =~ ^.+freerdp$ ]]; then
     "/v:${argc_host:-}"
     "/u:${argc_username:-}"
     "/p:${argc_password:-}"
-    "/kbd:remap:015b=0154" # VK_LWIN=<00> #?? xfreerdp /list:kbd-scancode
+
+    # BUG: Invalid argument regression?
+    # https://github.com/FreeRDP/FreeRDP/issues/10810
+    #// "/kbd:remap:015b=0154" # VK_LWIN=<00> #?? sdl-freerdp /list:kbd-scancode
+
     "/scale:${argc_scale:-}"
     "/dynamic-resolution"
     "/sound"