diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2020-03-10 08:15:57 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2020-03-10 08:15:57 +0100 |
commit | 5e9d6de5abe81c92cd702d69dd4eddc87de2d239 (patch) | |
tree | d92b33e2071f47e82df83a4ce37a1e173caf4476 /rdp | |
parent | 3fae30f5f9992a9edebd068997bfea27b6657097 (diff) | |
download | bin-5e9d6de5abe81c92cd702d69dd4eddc87de2d239.zip bin-5e9d6de5abe81c92cd702d69dd4eddc87de2d239.tar.gz |
rdp : set bépo kbd, does not work better
Diffstat (limited to 'rdp')
-rwxr-xr-x | rdp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |