User Tools

Site Tools


general:linux:emacs_alt-v_fix_with_swedish_dvorak

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
general:linux:emacs_alt-v_fix_with_swedish_dvorak [2021/01/16 17:09] sunkangeneral:linux:emacs_alt-v_fix_with_swedish_dvorak [2021/01/16 17:13] sunkan
Line 10: Line 10:
 ===== Maybe better to unbind Alt+` and Alt+~ ===== ===== Maybe better to unbind Alt+` and Alt+~ =====
 Because even with Dvorak A5 layout **Alt+s** does not work in Emacs. Because even with Dvorak A5 layout **Alt+s** does not work in Emacs.
 +
 +===== And another approach - to not use KDE's keyboard switcher =====
 +This configures US dvorak, Swedish dvorak and Swedish layouts \\
 +And configures Caps Lock as Ctrl and the switching between layouts is then done with (the original) Left Ctrl button
 +
 +<code>
 +# KEYBOARD CONFIGURATION FILE
 +
 +# Consult the keyboard(5) manual page.
 +
 +XKBMODEL="pc105"
 +XKBLAYOUT="us,se,se"
 +XKBVARIANT="dvorak,dvorak"
 +XKBOPTIONS="ctrl:nocaps,grp:lctrl_toggle"
 +
 +BACKSPACE="guess"
 +</code>
general/linux/emacs_alt-v_fix_with_swedish_dvorak.txt · Last modified: 2021/01/16 17:54 by sunkan

Donate Powered by PHP Valid HTML5 Valid CSS Run on Debian Driven by DokuWiki