summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrdp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdp b/rdp
index 342c330..84e5419 100755
--- a/rdp
+++ b/rdp
@@ -2,7 +2,7 @@
[ $# -lt 1 ] && echo "missing hostname" && exit 1
-OPTS="/w:1800 /h:1000 /kbd:0x0000100C"
+OPTS="/w:1800 /h:1000 /kbd:0xA000040C"
host="$1"
if [ $# -gt 1 ]; then