summaryrefslogtreecommitdiffstats
path: root/rdp
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2020-03-10 08:15:57 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2020-03-10 08:15:57 +0100
commit5e9d6de5abe81c92cd702d69dd4eddc87de2d239 (patch)
treed92b33e2071f47e82df83a4ce37a1e173caf4476 /rdp
parent3fae30f5f9992a9edebd068997bfea27b6657097 (diff)
downloadbin-5e9d6de5abe81c92cd702d69dd4eddc87de2d239.zip
bin-5e9d6de5abe81c92cd702d69dd4eddc87de2d239.tar.gz
rdp : set bépo kbd, does not work better
Diffstat (limited to 'rdp')
-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