Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
shiftlock [2009/03/30 19:53] – gerald | shiftlock [2025/02/04 14:57] (aktuell) – [Capslock deakivieren unter Ubuntu] gerald | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
====== Shift Lock / Caps Lock ====== | ====== Shift Lock / Caps Lock ====== | ||
- | ===== Capslock deakivieren ===== | + | ===== Capslock deakivieren |
+ | |||
+ | |||
+ | Funktioniert unter Ubuntu 24 LTS: Quelle((https:// | ||
+ | |||
+ | You can also use the setxkbmap command, which maps the keyboard to use the layout determined by the options specified on the command line. To turn off caps lock key, enter: | ||
+ | < | ||
+ | |||
+ | To reset caps lock. enter: | ||
+ | < | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | Geht jetzt ganz einfach über die Systemeinstellungen-> | ||
+ | |||
+ | |||
+ | Quelle((http:// | ||
+ | |||
+ | ==== Solution 1 ==== | ||
+ | |||
+ | |||
+ | If you want to disable Caps Lock in Ubuntu you need to type the following command in your terminal | ||
+ | |||
+ | < | ||
+ | |||
+ | If you want to Enable Caps Lock in Ubuntu you need to type the following command in your terminal | ||
+ | |||
+ | < | ||
+ | |||
+ | ==== Solution 2 ==== | ||
+ | |||
+ | |||
+ | 1) create an appropriate xmodmap-file | ||
+ | < | ||
+ | xmodmap -pke > ~/ | ||
+ | |||
+ | 2) Search the line with capslock in it, it’s keycode 66 in my case. Replace it with something you wouls like, my line looks like this | ||
+ | |||
+ | < | ||
+ | |||
+ | so You need to slash and backslash on your capslock. | ||
+ | |||
+ | 3) make two entries for the xmodmap in [[http:// | ||
+ | < | ||
+ | xmodmap -e “clear Lock” | ||
+ | xmodmap ~/ | ||
+ | |||
+ | with the first command, the capslock function is disabled, with the second the modified keymap is loaded. | ||
+ | |||
+ | ===== Capslock deakivieren ==== | ||
Quelle((http:// | Quelle((http:// | ||