„docs/Einrichtung/macOS.md“ ändern

Workaround für ETX beschrieben
This commit is contained in:
Mike1 2022-05-20 08:20:41 +02:00
parent 17f17f8553
commit 41bba92113
1 changed files with 24 additions and 0 deletions

View File

@ -120,3 +120,27 @@ Damit sich im MacOS-Terminal Pos1 und Ende wie gewünscht verhalten, geht man im
* Key: ↖ Action: \033OH
* Key: ↗ Action: \033OF
### Ebene 3 in Exceed Turbo X (ETX) Remote Desktop
Bei neueren ETX Versionen kommt M3 (Option Left) in einem remote Linux als Alt_L (Keycode 64) an.
Um das richtige Verhalten wiederherzustellen eine $HOME/.Xmodmap Datei mit folgendem Inhalt anlegen und mit `xmodmap $HOME/.Xmodmap`laden:
```
clear shift
clear control
clear lock
clear mod1
clear mod2
clear mod3
clear mod4
keycode 64 = Mode_switch Mode_switch Mode_switch Mode_switch
add shift = Shift_L Shift_R
add lock = Caps_Lock
add control = Control_L Control_R
add mod1 = Mode_switch Alt_R Meta_L Meta_R
add mod2 = Num_Lock
add mod4 = Super_L Super_R
```