Update page 'FAQ'
parent
8c279f8c3d
commit
ca64c13cbd
1 changed files with 18 additions and 1 deletions
19
FAQ.md
19
FAQ.md
|
@ -15,4 +15,21 @@ keyboard-disable.sh inhalt:
|
|||
#!/bin/bash
|
||||
xinput disable 'AT Translated Set 2 keyboard'
|
||||
```
|
||||
keyboard-enable.sh entsprechend dann mit `xinput enable`
|
||||
keyboard-enable.sh entsprechend dann mit `xinput enable`
|
||||
|
||||
|
||||
F: Compose mit der Alya auf Linux?
|
||||
|
||||
A: Die Taste 0x65 (oder andere gewünschte Taste, siehe `LUFA/Drivers/USB/Class/Common/HID.h`) in das verwendete `Mapping.h` mit aufnehmen. Beispiel:
|
||||
```
|
||||
#define G222 {{0,0x65}, {0,0}, {0,0}, {0,0}, {0,0}}
|
||||
```
|
||||
(psy60 0.2.0 und 0.1.3)
|
||||
|
||||
.Xmodmap mit Inhalt:
|
||||
```
|
||||
keycode 135 = Multi_key Multi_key Multi_key Multi_key Multi_key Multi_key Multi_key
|
||||
```
|
||||
(keycode 135 ist der code für 0x65, siehe `xev`)
|
||||
|
||||
und `xmodmap .Xmodmap` ausführen.
|
Loading…
Reference in a new issue