staging.inyokaproject.org

Deadkey deaktivieren / Größergleich Taste ist deaktiviert

Status: Ungelöst | Ubuntu-Version: Ubuntu 22.04 (Jammy Jellyfish)
Antworten |

covfefe

Anmeldungsdatum:
14. Juli 2018

Beiträge: Zähle...

Guten Tag, ich habe 3 Jahre Linux Mint benutzt und habe mir vor kurzem Ubuntu 22.04. LTS installiert. Leider funktioniert seit der Installation die Taste mit den "größergleich/kleinergleich" Symbolen nicht mehr. In den normalen Tastatureinstellungen wird mir die Taste auch als Deadkey angezeigt.

System:

  • HP Laptop 15s-eq1xxx

  • 8GB RAM

  • Desktop Gnome

  • Radeon Vega

  • AMD Ryzen3

  • Ubuntu 22.04. lts

  • Tastatur ohne L-Shape Entertaste

Folgende Wege habe ich bisher ohne Erfolg versucht:

  • normale Systemeinstellungen

  • https://wiki.ubuntuusers.de/Sonderzeichen/ (hier konnte ich die Datei namens /etc/X11/xorg.conf nicht finden, xorg.conf existiert bei mir auf diesem Pfad nicht)

  • sudo dpkg-reconfigure keyboard-configuration (Generic 105-key PC -German - German (no dead keys) - keine Compose Taste)

Ich wäre für jeden Hinweis sehr dankbar, da ich das Notebook derzeit in der Schule verwende und die Symbole hin und wieder benötige.

Mit freundlichen Grüßen Paul

von.wert

Anmeldungsdatum:
23. Dezember 2020

Beiträge: 7756

Du hast während der Ubuntu-Installation nicht aufgepaßt, hättest dort bereits die Tastaturbelegung richtig wählen sollen. Ist aber nicht schlimm, läßt sich jederzeit nachholen.

Für die laufende Session:

1
setxkbmap de deadgraveacute

xorg.conf gibt es seit Ewigkeiten nicht mehr. Man kann sie anlegen, um bestimmte Konfigurationen einzupflegen (deswegen steht das auch noch so im Wiki-Artikel). Aber auch das macht man besser schon sehr lange nicht mehr, denn diese Datei wird nur 1x/Xsession eingelesen. Dafür gibt es zwei ähnliche Konfigurationsdateien bzw. andere -pfade. Aber auch das brauchst Du dafür nicht.

In einem Terminal per copy & paste:

1
sudo dpkg-reconfigure keyboard-configuration

→ Generic 105-key PC → German → German - German (dead grave acute) → The default for the keyboard layout → No compose key → By default the combination Control+Alt+Backspace does nothing. If you want it can be used to terminate the X server. Use Control+Alt+Backspace to terminate the X server? → No

In einer ncurses-Oberfläche wie dieser geht man mit Tab weiter, zurück mit Shift + Tab. In diesem Fall und bei Belassen der Vorauswahl bestätigst Du mit Return. Bist Du durch, dauert es einige Sekunden zum Schreiben der Konfiguration. Fertig. Kann man jederzeit wiederholen, sollte man etwas ändern wollen.


Btw., zu Mailbox-Zeiten hat man üblicherweise erstmal etwas uppen müssen, um was ziehen zu können (Ratio). Du bist fast 4 Jahre dabei, vollkommen inaktiv. Ein Forum lebt vom Mitmachen. Aber das willst Du ja jetzt ändern - oder? 😉

von.wert

Anmeldungsdatum:
23. Dezember 2020

Beiträge: 7756

Ach, Jammy...bevor Du Dich in Ubuntu einloggst, wechsele rechts unten von Wayland auf xorg!

covfefe

(Themenstarter)

Anmeldungsdatum:
14. Juli 2018

Beiträge: 6

Hallo von.wert, ich habe vor ca 4 Jahren mit Ubuntu angefangen und bin dann nach wenigen Tagen auf Mint umgestiegen (war dann im Mintuser Forum aktiv)...Werde mein Bestes geben um auch wieder mehr Aktivität einzubringen. Leider haben deine Wege keine Abhilfe schaffen können, die Taste ist weiterhin tod. Bei der Anmeldung habe ich ebenfalls auf xorg umgestellt.

ChickenLipsRfun2eat Team-Icon

Supporter
Avatar von ChickenLipsRfun2eat

Anmeldungsdatum:
6. Dezember 2009

Beiträge: 12070

Hallo!

Zeige die Ausgabe von localectl und journalctl -kg 8042 im Codeblock.

covfefe

(Themenstarter)

Anmeldungsdatum:
14. Juli 2018

Beiträge: 6

1
2
3
4
5
System Locale: LANG=de_DE.UTF-8
       VC Keymap: n/a
      X11 Layout: de
       X11 Model: pc105
     X11 Variant: deadgraveacute
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
not13370815@Maschinska:~$ journalctl -kg 8042
Jun 30 11:18:58 Maschinska kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] a>
Jun 30 11:18:58 Maschinska kernel: i8042: PNP: PS/2 appears to have AUX port di>
Jun 30 11:18:58 Maschinska kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jun 30 11:18:58 Maschinska kernel: input: AT Translated Set 2 keyboard as /devi>
lines 1-4/4 (END)...skipping...
Jun 30 11:18:58 Maschinska kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Jun 30 11:18:58 Maschinska kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Jun 30 11:18:58 Maschinska kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jun 30 11:18:58 Maschinska kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
lines 1-4/4 (END)























































Jun 30 11:18:58 Maschinska kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Jun 30 11:18:58 Maschinska kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Jun 30 11:18:58 Maschinska kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jun 30 11:18:58 Maschinska kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
lines 1-4/4 (END)

ChickenLipsRfun2eat Team-Icon

Supporter
Avatar von ChickenLipsRfun2eat

Anmeldungsdatum:
6. Dezember 2009

Beiträge: 12070

Die Einstellungen von von.Wert haben funktioniert, der Controller ist auch Standard, kann aber ggf. not Bootoptionen erfordern. Offenbar hast du bei dem Gerät aber ein spezielles Layout, daher gucken wir uns das mal genauer an.

1
grep -A4 -B8 120013 /proc/bus/input/devices  # Ausgabe der Infos, wie der Kernel die Tastatur behandelt

Muss nicht sein, ich bin aber neugierig 😉

Als Root führst du

evtest /dev/input/by-path/platform-i8042-serio-0-event-kbd 

aus[1]. Das gibt dir die Information, wie die Tastendrucke vom Kernel erkannt werden. Da drückst du die nicht korrekt funktionierende Taste, die dann sowas in der Art ausgibt:

Event: time 1656583830.058434, -------------- SYN_REPORT ------------
Event: time 1656583831.669694, type 4 (EV_MSC), code 4 (MSC_SCAN), value 2b
Event: time 1656583831.669694, type 1 (EV_KEY), code 43 (KEY_BACKSLASH), value 1
Event: time 1656583831.669694, -------------- SYN_REPORT ------------
\Event: time 1656583831.747275, type 4 (EV_MSC), code 4 (MSC_SCAN), value 2b
Event: time 1656583831.747275, type 1 (EV_KEY), code 43 (KEY_BACKSLASH), value 0

In meinem Fall ist es backslash, da ich keine LSGT auf meiner Tastatur habe. Beenden kannst du das Programm mit Ctrl-C.

Die wichtigen Zeilen sind die mit EV_KEY, die in meinem Fall den Scancode 2B/43 zeigen (2B ist 43 in Hexadezimal). Wenn wir die erkannte Nummer haben, können wir weiter zu XCB wechseln und die Taste ggf. anpassen.

  • 1: Falls das so nicht funktioniert, nur evtest starten und aus der Liste die Tastatur auswählen.

covfefe

(Themenstarter)

Anmeldungsdatum:
14. Juli 2018

Beiträge: 6

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
not13370815@Maschinska:~$ sudo evtest /dev/input/by-path/platform-i8042-serio-0-event-kbd
Input driver version is 1.0.1
Input device ID: bus 0x11 vendor 0x1 product 0x1 version 0xab83
Input device name: "AT Translated Set 2 keyboard"
Supported events:
  Event type 0 (EV_SYN)
  Event type 1 (EV_KEY)
    Event code 1 (KEY_ESC)
    Event code 2 (KEY_1)
    Event code 3 (KEY_2)
    Event code 4 (KEY_3)
    Event code 5 (KEY_4)
    Event code 6 (KEY_5)
    Event code 7 (KEY_6)
    Event code 8 (KEY_7)
    Event code 9 (KEY_8)
    Event code 10 (KEY_9)
    Event code 11 (KEY_0)
    Event code 12 (KEY_MINUS)
    Event code 13 (KEY_EQUAL)
    Event code 14 (KEY_BACKSPACE)
    Event code 15 (KEY_TAB)
    Event code 16 (KEY_Q)
    Event code 17 (KEY_W)
    Event code 18 (KEY_E)
    Event code 19 (KEY_R)
    Event code 20 (KEY_T)
    Event code 21 (KEY_Y)
    Event code 22 (KEY_U)
    Event code 23 (KEY_I)
    Event code 24 (KEY_O)
    Event code 25 (KEY_P)
    Event code 26 (KEY_LEFTBRACE)
    Event code 27 (KEY_RIGHTBRACE)
    Event code 28 (KEY_ENTER)
    Event code 29 (KEY_LEFTCTRL)
    Event code 30 (KEY_A)
    Event code 31 (KEY_S)
    Event code 32 (KEY_D)
    Event code 33 (KEY_F)
    Event code 34 (KEY_G)
    Event code 35 (KEY_H)
    Event code 36 (KEY_J)
    Event code 37 (KEY_K)
    Event code 38 (KEY_L)
    Event code 39 (KEY_SEMICOLON)
    Event code 40 (KEY_APOSTROPHE)
    Event code 41 (KEY_GRAVE)
    Event code 42 (KEY_LEFTSHIFT)
    Event code 43 (KEY_BACKSLASH)
    Event code 44 (KEY_Z)
    Event code 45 (KEY_X)
    Event code 46 (KEY_C)
    Event code 47 (KEY_V)
    Event code 48 (KEY_B)
    Event code 49 (KEY_N)
    Event code 50 (KEY_M)
    Event code 51 (KEY_COMMA)
    Event code 52 (KEY_DOT)
    Event code 53 (KEY_SLASH)
    Event code 54 (KEY_RIGHTSHIFT)
    Event code 55 (KEY_KPASTERISK)
    Event code 56 (KEY_LEFTALT)
    Event code 57 (KEY_SPACE)
    Event code 58 (KEY_CAPSLOCK)
    Event code 59 (KEY_F1)
    Event code 60 (KEY_F2)
    Event code 61 (KEY_F3)
    Event code 62 (KEY_F4)
    Event code 63 (KEY_F5)
    Event code 64 (KEY_F6)
    Event code 65 (KEY_F7)
    Event code 66 (KEY_F8)
    Event code 67 (KEY_F9)
    Event code 68 (KEY_F10)
    Event code 69 (KEY_NUMLOCK)
    Event code 70 (KEY_SCROLLLOCK)
    Event code 71 (KEY_KP7)
    Event code 72 (KEY_KP8)
    Event code 73 (KEY_KP9)
    Event code 74 (KEY_KPMINUS)
    Event code 75 (KEY_KP4)
    Event code 76 (KEY_KP5)
    Event code 77 (KEY_KP6)
    Event code 78 (KEY_KPPLUS)
    Event code 79 (KEY_KP1)
    Event code 80 (KEY_KP2)
    Event code 81 (KEY_KP3)
    Event code 82 (KEY_KP0)
    Event code 83 (KEY_KPDOT)
    Event code 85 (KEY_ZENKAKUHANKAKU)
    Event code 86 (KEY_102ND)
    Event code 87 (KEY_F11)
    Event code 88 (KEY_F12)
    Event code 89 (KEY_RO)
    Event code 90 (KEY_KATAKANA)
    Event code 91 (KEY_HIRAGANA)
    Event code 92 (KEY_HENKAN)
    Event code 93 (KEY_KATAKANAHIRAGANA)
    Event code 94 (KEY_MUHENKAN)
    Event code 95 (KEY_KPJPCOMMA)
    Event code 96 (KEY_KPENTER)
    Event code 97 (KEY_RIGHTCTRL)
    Event code 98 (KEY_KPSLASH)
    Event code 99 (KEY_SYSRQ)
    Event code 100 (KEY_RIGHTALT)
    Event code 102 (KEY_HOME)
    Event code 103 (KEY_UP)
    Event code 104 (KEY_PAGEUP)
    Event code 105 (KEY_LEFT)
    Event code 106 (KEY_RIGHT)
    Event code 107 (KEY_END)
    Event code 108 (KEY_DOWN)
    Event code 109 (KEY_PAGEDOWN)
    Event code 110 (KEY_INSERT)
    Event code 111 (KEY_DELETE)
    Event code 112 (KEY_MACRO)
    Event code 113 (KEY_MUTE)
    Event code 114 (KEY_VOLUMEDOWN)
    Event code 115 (KEY_VOLUMEUP)
    Event code 116 (KEY_POWER)
    Event code 117 (KEY_KPEQUAL)
    Event code 118 (KEY_KPPLUSMINUS)
    Event code 119 (KEY_PAUSE)
    Event code 121 (KEY_KPCOMMA)
    Event code 122 (KEY_HANGUEL)
    Event code 123 (KEY_HANJA)
    Event code 124 (KEY_YEN)
    Event code 125 (KEY_LEFTMETA)
    Event code 126 (KEY_RIGHTMETA)
    Event code 127 (KEY_COMPOSE)
    Event code 128 (KEY_STOP)
    Event code 138 (KEY_HELP)
    Event code 140 (KEY_CALC)
    Event code 142 (KEY_SLEEP)
    Event code 143 (KEY_WAKEUP)
    Event code 152 (KEY_SCREENLOCK)
    Event code 155 (KEY_MAIL)
    Event code 156 (KEY_BOOKMARKS)
    Event code 157 (KEY_COMPUTER)
    Event code 158 (KEY_BACK)
    Event code 159 (KEY_FORWARD)
    Event code 163 (KEY_NEXTSONG)
    Event code 164 (KEY_PLAYPAUSE)
    Event code 165 (KEY_PREVIOUSSONG)
    Event code 166 (KEY_STOPCD)
    Event code 172 (KEY_HOMEPAGE)
    Event code 173 (KEY_REFRESH)
    Event code 183 (KEY_F13)
    Event code 184 (KEY_F14)
    Event code 185 (KEY_F15)
    Event code 212 (KEY_CAMERA)
    Event code 217 (KEY_SEARCH)
    Event code 224 (KEY_BRIGHTNESSDOWN)
    Event code 225 (KEY_BRIGHTNESSUP)
    Event code 226 (KEY_MEDIA)
    Event code 227 (KEY_SWITCHVIDEOMODE)
    Event code 236 (KEY_BATTERY)
    Event code 238 (KEY_WLAN)
    Event code 240 (KEY_UNKNOWN)
    Event code 389 (KEY_DVD)
    Event code 465 (KEY_FN_ESC)
  Event type 4 (EV_MSC)
    Event code 4 (MSC_SCAN)
  Event type 17 (EV_LED)
    Event code 0 (LED_NUML) state 1
    Event code 1 (LED_CAPSL) state 0
    Event code 2 (LED_SCROLLL) state 0
Key repeat handling:
  Repeat type 20 (EV_REP)
    Repeat code 0 (REP_DELAY)
      Value    250
    Repeat code 1 (REP_PERIOD)
      Value     33
Properties:
Testing ... (interrupt to exit)
Event: time 1656585164.192740, type 4 (EV_MSC), code 4 (MSC_SCAN), value 1c
Event: time 1656585164.192740, type 1 (EV_KEY), code 28 (KEY_ENTER), value 0
Event: time 1656585164.192740, -------------- SYN_REPORT ------------
Event: time 1656585168.766172, type 17 (EV_LED), code 0 (LED_NUML), value 0
Event: time 1656585168.766172, type 4 (EV_MSC), code 4 (MSC_SCAN), value 9d
Event: time 1656585168.766172, type 1 (EV_KEY), code 97 (KEY_RIGHTCTRL), value 1
Event: time 1656585168.766172, -------------- SYN_REPORT ------------
Event: time 1656585168.912384, type 4 (EV_MSC), code 4 (MSC_SCAN), value 9d
Event: time 1656585168.912384, type 1 (EV_KEY), code 97 (KEY_RIGHTCTRL), value 0
Event: time 1656585168.912384, -------------- SYN_REPORT ------------
Event: time 1656585173.607624, type 4 (EV_MSC), code 4 (MSC_SCAN), value 9d
Event: time 1656585173.607624, type 1 (EV_KEY), code 97 (KEY_RIGHTCTRL), value 1
Event: time 1656585173.607624, -------------- SYN_REPORT ------------
Event: time 1656585173.697839, type 4 (EV_MSC), code 4 (MSC_SCAN), value 9d
Event: time 1656585173.697839, type 1 (EV_KEY), code 97 (KEY_RIGHTCTRL), value 0
Event: time 1656585173.697839, -------------- SYN_REPORT ------------
Event: time 1656585177.167785, type 4 (EV_MSC), code 4 (MSC_SCAN), value 9d
Event: time 1656585177.167785, type 1 (EV_KEY), code 97 (KEY_RIGHTCTRL), value 1
Event: time 1656585177.167785, -------------- SYN_REPORT ------------
Event: time 1656585177.240804, type 4 (EV_MSC), code 4 (MSC_SCAN), value 9d
Event: time 1656585177.240804, type 1 (EV_KEY), code 97 (KEY_RIGHTCTRL), value 0
Event: time 1656585177.240804, -------------- SYN_REPORT ------------
Event: time 1656585185.352852, type 4 (EV_MSC), code 4 (MSC_SCAN), value 1d
Event: time 1656585185.352852, type 1 (EV_KEY), code 29 (KEY_LEFTCTRL), value 1
Event: time 1656585185.352852, -------------- SYN_REPORT ------------
Event: time 1656585185.856923, type 4 (EV_MSC), code 4 (MSC_SCAN), value 2e
Event: time 1656585185.856923, type 1 (EV_KEY), code 46 (KEY_C), value 1
Event: time 1656585185.856923, -------------- SYN_REPORT ------------
^Cnot13370815@Maschinska:~$ 

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
not13370815@Maschinska:~$ grep -A4 -B8 120013 /proc/bus/input/devices

I: Bus=0011 Vendor=0001 Product=0001 Version=ab83
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/devices/platform/i8042/serio0/input/input3
U: Uniq=
H: Handlers=sysrq kbd event3 leds 
B: PROP=0
B: EV=120013
B: KEY=20000 20 0 0 1500f02100000 3803078f900d401 feffffdfffefffff fffffffffffffffe
B: MSC=10
B: LED=7

ChickenLipsRfun2eat Team-Icon

Supporter
Avatar von ChickenLipsRfun2eat

Anmeldungsdatum:
6. Dezember 2009

Beiträge: 12070

Also wenn du anfangs die Taste gedrückt hast, scheint es bei dir RIGHTCTL, also die rechte Steuerungstaste zu sein. Interessant. Musst du ggf. Fn+Taste drücken, um an die Zeichen zu kommen? Also Fn+rechte Controltaste = <?
Kannst du ein Foto von der Tastatur raussuchen? Ich finde mit deiner Modellbezeichnung viele verschiedene.

Wie dem auch sei. Xmodmap dürfte in dem Fall helfen.

printf 'clear Control\nkeycode 105 = less greater bar brokenbar\nadd Control = Control_L\n' > ~/.Xmodmap

Als Benutzer in ein Terminal kippen, abmelden, neu anmelden. Taste prüfen.

Falls es nicht klappt, schau mal mit journalctl -xep warning, ob da was von der Tastatur steht. Bei einigen HP-Modellen musst du auch 97 (wie bei der Kernelnummer) anstatt 105 angeben.

covfefe

(Themenstarter)

Anmeldungsdatum:
14. Juli 2018

Beiträge: 6

Xmodmap inklusive ab und anmelden hat nicht geholfen.

Hier ein Bild von meiner Tastatur

folgendes kam bei der letzten Terminaleingabe heraus, ich bin noch nicht so versiert um das deuten zu können

  •   1
      2
      3
      4
      5
      6
      7
      8
      9
     10
     11
     12
     13
     14
     15
     16
     17
     18
     19
     20
     21
     22
     23
     24
     25
     26
     27
     28
     29
     30
     31
     32
     33
     34
     35
     36
     37
     38
     39
     40
     41
     42
     43
     44
     45
     46
     47
     48
     49
     50
     51
     52
     53
     54
     55
     56
     57
     58
     59
     60
     61
     62
     63
     64
     65
     66
     67
     68
     69
     70
     71
     72
     73
     74
     75
     76
     77
     78
     79
     80
     81
     82
     83
     84
     85
     86
     87
     88
     89
     90
     91
     92
     93
     94
     95
     96
     97
     98
     99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    not13370815@Maschinska:~$ journalctl -xep warning
    ░░ Defined-By: systemd
    ░░ Support: http://www.ubuntu.com/support
    ░░ 
    ░░ A start job for unit UNIT has finished with a failure.
    ░░ 
    ░░ The job identifier is 315 and the job result is failed.
    Jun 30 13:00:32 Maschinska snap-store[1830]: /etc/PackageKit/Vendor.conf file n>
    Jun 30 13:00:32 Maschinska kernel: kauditd_printk_skb: 9 callbacks suppressed
    Jun 30 13:00:38 Maschinska nautilus[1591]: Could not delete '.meta.isrunning': >
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnom>
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnom>
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnom>
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnom>
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnom>
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnom>
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnom>
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnom>
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnom>
    Jun 30 13:00:39 Maschinska snap-store[1830]: Only 0 apps for recent list, hiding
    Jun 30 13:00:58 Maschinska io.snapcraft.Settings[3006]: userd.go:93: Starting s>
    Jun 30 13:01:29 Maschinska ubuntu-appindicators@ubuntu.com[1503]: unable to upd>
    Jun 30 13:01:29 Maschinska ubuntu-appindicators@ubuntu.com[1503]: unable to upd>
    Jun 30 13:01:46 Maschinska kernel: rtw_8821ce 0000:02:00.0: firmware failed to >
     ESCOC
    
    t
    
    d with a failure.
    
     result is failed.
    30]: /etc/PackageKit/Vendor.conf file not found
    td_printk_skb: 9 callbacks suppressed
    ]: Could not delete '.meta.isrunning': Datei oder Verzeichnis nicht gefunden
    30]: adding wildcard app */*/*/org.gnome.Builder.desktop/* to plugin cache
    30]: adding wildcard app */*/*/org.gnome.Calculator.desktop/* to plugin cache
    30]: adding wildcard app */*/*/org.gnome.clocks.desktop/* to plugin cache
    30]: adding wildcard app */*/*/org.gnome.Dictionary.desktop/* to plugin cache
    30]: adding wildcard app */*/*/org.gnome.Documents.desktop/* to plugin cache
    30]: adding wildcard app */*/*/org.gnome.Evince/* to plugin cache
    30]: adding wildcard app */*/*/org.gnome.gedit.desktop/* to plugin cache
    30]: adding wildcard app */*/*/org.gnome.Maps.desktop/* to plugin cache
    30]: adding wildcard app */*/*/org.gnome.Weather/* to plugin cache
    30]: Only 0 apps for recent list, hiding
    Settings[3006]: userd.go:93: Starting snap userd
    icators@ubuntu.com[1503]: unable to update icon for software-update-available
    icators@ubuntu.com[1503]: unable to update icon for livepatch
    821ce 0000:02:00.0: firmware failed to leave lps state
     ESCOC
    
    
    
    
    
    
    t found
    
    atei oder Verzeichnis nicht gefunden
    .Builder.desktop/* to plugin cache
    .Calculator.desktop/* to plugin cache
    .clocks.desktop/* to plugin cache
    .Dictionary.desktop/* to plugin cache
    .Documents.desktop/* to plugin cache
    .Evince/* to plugin cache
    .gedit.desktop/* to plugin cache
    .Maps.desktop/* to plugin cache
    .Weather/* to plugin cache
    
    ap userd
    te icon for software-update-available
    te icon for livepatch
    eave lps state
     ESCOC
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
     ESCOC
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
     ESCOC
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
     ESCOC
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
     ESCOC
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
     ESCOD
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
     ESCOD
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
     ESCOD
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
     ESCOD
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
     ESCOD
    
    
    
    
    
    
    t found
    
    atei oder Verzeichnis nicht gefunden
    .Builder.desktop/* to plugin cache
    .Calculator.desktop/* to plugin cache
    .clocks.desktop/* to plugin cache
    .Dictionary.desktop/* to plugin cache
    .Documents.desktop/* to plugin cache
    .Evince/* to plugin cache
    .gedit.desktop/* to plugin cache
    .Maps.desktop/* to plugin cache
    .Weather/* to plugin cache
    
    ap userd
    te icon for software-update-available
    te icon for livepatch
    eave lps state
     ESCOD
    
    t
    
    d with a failure.
    
     result is failed.
    30]: /etc/PackageKit/Vendor.conf file not found
    td_printk_skb: 9 callbacks suppressed
    ]: Could not delete '.meta.isrunning': Datei oder Verzeichnis nicht gefunden
    30]: adding wildcard app */*/*/org.gnome.Builder.desktop/* to plugin cache
    30]: adding wildcard app */*/*/org.gnome.Calculator.desktop/* to plugin cache
    30]: adding wildcard app */*/*/org.gnome.clocks.desktop/* to plugin cache
    30]: adding wildcard app */*/*/org.gnome.Dictionary.desktop/* to plugin cache
    30]: adding wildcard app */*/*/org.gnome.Documents.desktop/* to plugin cache
    30]: adding wildcard app */*/*/org.gnome.Evince/* to plugin cache
    30]: adding wildcard app */*/*/org.gnome.gedit.desktop/* to plugin cache
    30]: adding wildcard app */*/*/org.gnome.Maps.desktop/* to plugin cache
    30]: adding wildcard app */*/*/org.gnome.Weather/* to plugin cache
    30]: Only 0 apps for recent list, hiding
    Settings[3006]: userd.go:93: Starting snap userd
    icators@ubuntu.com[1503]: unable to update icon for software-update-available
    icators@ubuntu.com[1503]: unable to update icon for livepatch
    821ce 0000:02:00.0: firmware failed to leave lps state
     ESCOD
    ░░ Defined-By: systemd
    ░░ Support: http://www.ubuntu.com/support
    ░░ 
    ░░ A start job for unit UNIT has finished with a failure.
    ░░ 
    ░░ The job identifier is 315 and the job result is failed.
    Jun 30 13:00:32 Maschinska snap-store[1830]: /etc/PackageKit/Vendor.conf file n>
    Jun 30 13:00:32 Maschinska kernel: kauditd_printk_skb: 9 callbacks suppressed
    Jun 30 13:00:38 Maschinska nautilus[1591]: Could not delete '.meta.isrunning': >
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnom>
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnom>
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnom>
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnom>
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnom>
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnom>
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnom>
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnom>
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnom>
    Jun 30 13:00:39 Maschinska snap-store[1830]: Only 0 apps for recent list, hiding
    Jun 30 13:00:58 Maschinska io.snapcraft.Settings[3006]: userd.go:93: Starting s>
    Jun 30 13:01:29 Maschinska ubuntu-appindicators@ubuntu.com[1503]: unable to upd>
    Jun 30 13:01:29 Maschinska ubuntu-appindicators@ubuntu.com[1503]: unable to upd>
    Jun 30 13:01:46 Maschinska kernel: rtw_8821ce 0000:02:00.0: firmware failed to >
    lines 1075-1097/1097 (END)
    ░░ Defined-By: systemd
    ░░ Support: http://www.ubuntu.com/support
    ░░ 
    ░░ A start job for unit UNIT has finished with a failure.
    ░░ 
    ░░ The job identifier is 315 and the job result is failed.
    Jun 30 13:00:32 Maschinska snap-store[1830]: /etc/PackageKit/Vendor.conf file not found
    Jun 30 13:00:32 Maschinska kernel: kauditd_printk_skb: 9 callbacks suppressed
    Jun 30 13:00:38 Maschinska nautilus[1591]: Could not delete '.meta.isrunning': Datei oder Verzeichnis nicht gefunden
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnome.Builder.desktop/* to plugin cache
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnome.Calculator.desktop/* to plugin cache
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnome.clocks.desktop/* to plugin cache
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnome.Dictionary.desktop/* to plugin cache
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnome.Documents.desktop/* to plugin cache
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnome.Evince/* to plugin cache
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnome.gedit.desktop/* to plugin cache
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnome.Maps.desktop/* to plugin cache
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnome.Weather/* to plugin cache
    Jun 30 13:00:39 Maschinska snap-store[1830]: Only 0 apps for recent list, hiding
    Jun 30 13:00:58 Maschinska io.snapcraft.Settings[3006]: userd.go:93: Starting snap userd
    Jun 30 13:01:29 Maschinska ubuntu-appindicators@ubuntu.com[1503]: unable to update icon for software-update-available
    Jun 30 13:01:29 Maschinska ubuntu-appindicators@ubuntu.com[1503]: unable to update icon for livepatch
    Jun 30 13:01:46 Maschinska kernel: rtw_8821ce 0000:02:00.0: firmware failed to leave lps state
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    lines 1075-1097/1097 (END)
    ░░ Defined-By: systemd
    ░░ Support: http://www.ubuntu.com/support
    ░░ 
    ░░ A start job for unit UNIT has finished with a failure.
    ░░ 
    ░░ The job identifier is 315 and the job result is failed.
    Jun 30 13:00:32 Maschinska snap-store[1830]: /etc/PackageKit/Vendor.conf file not found
    Jun 30 13:00:32 Maschinska kernel: kauditd_printk_skb: 9 callbacks suppressed
    Jun 30 13:00:38 Maschinska nautilus[1591]: Could not delete '.meta.isrunning': Datei oder Verzeichnis nicht gefunden
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnome.Builder.desktop/* to plugin cache
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnome.Calculator.desktop/* to plugin cache
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnome.clocks.desktop/* to plugin cache
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnome.Dictionary.desktop/* to plugin cache
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnome.Documents.desktop/* to plugin cache
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnome.Evince/* to plugin cache
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnome.gedit.desktop/* to plugin cache
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnome.Maps.desktop/* to plugin cache
    Jun 30 13:00:39 Maschinska snap-store[1830]: adding wildcard app */*/*/org.gnome.Weather/* to plugin cache
    Jun 30 13:00:39 Maschinska snap-store[1830]: Only 0 apps for recent list, hiding
    Jun 30 13:00:58 Maschinska io.snapcraft.Settings[3006]: userd.go:93: Starting snap userd
    Jun 30 13:01:29 Maschinska ubuntu-appindicators@ubuntu.com[1503]: unable to update icon for software-update-available
    Jun 30 13:01:29 Maschinska ubuntu-appindicators@ubuntu.com[1503]: unable to update icon for livepatch
    Jun 30 13:01:46 Maschinska kernel: rtw_8821ce 0000:02:00.0: firmware failed to leave lps state
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    lines 1075-1097/1097 (END)
    
    

ChickenLipsRfun2eat Team-Icon

Supporter
Avatar von ChickenLipsRfun2eat

Anmeldungsdatum:
6. Dezember 2009

Beiträge: 12070

Danke für das Bild.

covfefe schrieb:

Xmodmap inklusive ab und anmelden hat nicht geholfen.

Hast du es auch mit 97 anstatt 105 versucht? Xmodmap ist auch nicht so meins, muss ich zugeben. Aber ich konnte keine entsprechende Option zum mappen finden. {{{printf 'clear Control\nkeycode 97 = less greater bar brokenbar\nadd Control = Control_L\n' > ~/.Xmodmap}}}

Eventuell nutzt XKB da noch ein anderes mapping, anstatt des üblichen. Zeige mal bitte noch setxkbmap -print -verbose 10, damit der Aufbau der keymap klar wird.


Bei der journalctl-Ausgabe schneidest du Zeilen ab. Für die Zukunft entweder in eine Datei umleiten oder den Pager deaktivieren:

journalctl -optionen > /tmp/umleitung
#
oder journalctl --no-pager -optionen

edit: Blöde Idee mit dem 97. Kann gar nicht funktionieren. Ich schreibe ne Alternative.

ChickenLipsRfun2eat Team-Icon

Supporter
Avatar von ChickenLipsRfun2eat

Anmeldungsdatum:
6. Dezember 2009

Beiträge: 12070

Entschuldige, hat etwas länger gedauert. Ich wurde mit Eis abgelenkt und das hatte Vorrang 😇 Habs dir dafür alles in ein Script gepackt: den ganzen Codeblock in eine Datei speichern, und als root mit bash /pfad zur datei starten.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
xk=/usr/share/X11/xkb/

grep rctl_lsgt $xk/rules/evdev || sed -zi 's@ctrl:swap_lalt_lctl_lwin@ctrl:rctl_lsgt        =       +ctrl(rctl_lsgt)\n  ctrl:swap_lalt_lctl_lwin@' $xk/rules/evdev
grep rctl_lsgt $xk/rules/evdev.lst || sed -zi 's@ctrl:swap_lalt_lctl_lwin@ctrl:rctl_lsgt       Rechte Control Taste wird zu LSGT\n  ctrl:swap:lalt_lctl_lwin@' $xk/rules/evdev.lst
grep rctl_lsgt $xk/rules/evdev.xml ||
sed -zi 's@          <name>ctrl:nocaps</name>@          <name>ctrl:rctl_lsgt</name> \
          <description>Ctrl_R to LSGT</description> \
        </configItem> \
      </option> \
      <option> \
        <configItem> \
          <name>ctrl:nocaps</name>@' $xk/rules/evdev.xml

printf '// Rechte Controltaste wird zu LSGT
// https://forum.ubuntuusers.de/topic/deadkey-aktivieren-groessergleich-taste-ist-de
partial modifier_keys alphanumeric_keys
xkb_symbols "rctl_lsgt" {
   replace key <RCTL> { [ less, greater, bar, brokenbar ] };
};
' >> $xk/symbols/ctrl

Sieht ein wenig wirr aus, ist aber gar nicht so schlimm 😉 Damit legen wir eine neue Option an. Damit die auch überall verfügbar ist, wird diese brav eingetragen, als wäre sie mit generiert worden. Das eigentliche was passiert ist in der drittletzten Zeile, damit wird die rechte Control-Taste auf das was normalerweise die LSGT-Taste hat umgemappt.

Aktivieren kannst du das mit

localectl set-x11-keymap de pc105 deadgraveacute ctrl:rctl_lsgt

oder über die grafische Konfiguration. Ich weiß nicht auswendig wie das in GNOME (also Ubuntu-Desktop) geht, aber ich habe die Option in der Gruppe für den Control-Key platziert.

Der Nachteil des Ganzen: Sobald die xkeyboard-config aktualisiert wird, sind die Änderungen wieder weg. Deswegen heb das Script auf (falls es denn klappt)

covfefe

(Themenstarter)

Anmeldungsdatum:
14. Juli 2018

Beiträge: 6

Hallo Chicken, vielen herzlichen Dank für deine Mühe! Eis hat natürlich immer Vorrang, ich hatte gestern leider keinen Nerv mehr :-/

  • Dein Skript habe ich ausgeführt, leider ohne Ergebniss. Folgende ausgabe habe ich erhalten:

  • 1
    2
    3
    4
    5
    not13370815@Maschinska:~$ sudo bash ./taste.sh
    [sudo] Passwort für not13370815: 
      ctrl:rctl_lsgt        =       +ctrl(rctl_lsgt)
      ctrl:rctl_lsgt       Rechte Control Taste wird zu LSGT
              <name>ctrl:rctl_lsgt</name> 
    

Kann es sein, dass die Ausgabe unvollständig ist? Im Skript war die Printausgabe länger.

Ich denke ich werde damit halt irgendwie leben müssen oder leider wieder auf Mint wechseln. Ich danke euch allen vielmals für die überragende Hilfe!

ChickenLipsRfun2eat Team-Icon

Supporter
Avatar von ChickenLipsRfun2eat

Anmeldungsdatum:
6. Dezember 2009

Beiträge: 12070

Hatte ich nicht dazu geschrieben, aber hast du die ~/.Xmodmap wieder gelöscht? Sonst überschreibt die ggf. die Änderungen.

Und die Ausgabe ist korrekt. Das Script gibt gar nichts aus, wenn es alle drei Änderungen durchführt. Deine Ausgabe zeigt, das die Änderungen drin sind. Das ist bei so rudimentären Dingern so. Ist auch einfach erklärt:

grep rctl_lsgt $xk/rules/evdev || sed -zi blabla

grep durchsucht Dateien nach Suchbegriffen, in dem Fall sucht er rctl_lsgt in der Datei evdev. Das || ist ein logisches "oder". sed ersetzt in Dateien. Die Zeile bedeutet also "Suche nach rctl_lsgt ODER führe sed aus". Beim ersten Mal findet grep nichts, sed wird ausgeführt. Beim zweiten Mal findet grep was, gibt die gefundene Zeile aus und sed wird nicht ausgeführt. Eine einfache Methode, damit die Änderungen nicht drölfzigmal ausgeführt werden, wenn das Script öfter läuft. Aber ohne Informationen für den Benutzer.


Ist die Option aktiv? Lösche zunächst mal die ~/.Xmodmap, dann abmelden/anmelden und mit localectl die systemweite Änderung kontrollieren. In Ubuntu kann ich dir leider keine Möglichkeit nennen, das aktuelle Layout von GNOME grafisch zu kontrollieren, da ich die Optionen selbst nicht finden konnte.

In Mint funktionierte die Taste normal? Welche Oberfläche hattest du da genutzt und was hattest du da im Tastaturlayout eingestellt? Weisste das noch? (Nachtrag: Habe gerade nochmal die keycodes und symbols von u.a. HP durchgesehen, da ist keins mit LSGT auf 105 dabei. Jetzt bin ich neugierig 😉 )

ChickenLipsRfun2eat Team-Icon

Supporter
Avatar von ChickenLipsRfun2eat

Anmeldungsdatum:
6. Dezember 2009

Beiträge: 12070

Bezüglich GNOME und Tastaturoptionen: Die sind zu kompliziert für GNOME-Nutzer, die haben die Tastaturen so zu verwenden, wie vom Hersteller vorgesehen. Setzen lässt sich das aber über das Terminal.

Antworten |