зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 13:16:07 +02:00
51 строка
1.4 KiB
Plaintext
51 строка
1.4 KiB
Plaintext
qa
|
|
https://unix.stackexchange.com/questions/244883/xkb-how-toggle-keyboard-layout-with-win-capslock/246491#246491
|
|
|
|
~/.xxkbrc:
|
|
XXkb.image.path: /usr/share/xxkb/
|
|
XXkb.mainwindow.type: tray
|
|
XXkb.group.base: 1
|
|
XXkb.group.alt: 2
|
|
XXkb.mainwindow.enable: yes
|
|
XXkb.mainwindow.image.1: en15.xpm
|
|
XXkb.mainwindow.image.2: ru15.xpm
|
|
XXkb.mainwindow.image.3:
|
|
XXkb.mainwindow.image.4:
|
|
XXkb.mainwindow.appicon: yes
|
|
XXkb.mainwindow.geometry: 20x20+2+2
|
|
XXkb.mainwindow.in_tray: GNOME2
|
|
XXkb.button.enable: no
|
|
XXkb.app_list.wm_class_name.start_alt: skype
|
|
XXkb.controls.add_when_start: yes
|
|
XXkb.controls.add_when_create: yes
|
|
XXkb.controls.add_when_change: no
|
|
XXkb.controls.focusout: no
|
|
XXkb.mainwindow.xpm.1: en15.xpm
|
|
XXkb.mainwindow.xpm.2: ru15.xpm
|
|
XXkb.mainwindow.label.enable: no
|
|
|
|
cat /etc/X11/xorg.conf.d/00-keyboard.conf
|
|
# Read and parsed by systemd-localed. It's probably wise not to edit this file
|
|
# manually too freely.
|
|
Section "InputClass"
|
|
Identifier "system-keyboard"
|
|
MatchIsKeyboard "on"
|
|
Option "XkbLayout" "us,ru"
|
|
Option "XkbModel" "pc105"
|
|
Option "XkbVariant" ",winkeys,qwerty"
|
|
Option "XkbOptions" "grp:ctrl_space_toggle,caps:escape,shift:both_capslock,keypad:pointerkeys"
|
|
EndSection
|
|
|
|
|
|
/etc/vconsole.conf
|
|
https://man7.org/linux/man-pages/man5/vconsole.conf.5.html
|
|
|
|
cat /etc/default/keyboard
|
|
# KEYBOARD CONFIGURATION FILE
|
|
# Consult the keyboard(5) manual page.
|
|
XKBMODEL=""
|
|
XKBLAYOUT="us"
|
|
XKBVARIANT=""
|
|
XKBOPTIONS=""
|
|
BACKSPACE="guess"
|