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
Next revision
Previous revision
Last revisionBoth sides next revision
general:linux:emacs_alt-v_fix_with_swedish_dvorak [2021/01/03 11:35] sunkangeneral:linux:emacs_alt-v_fix_with_swedish_dvorak [2021/01/16 17:13] sunkan
Line 7: Line 7:
  
 The A5 layout goal is to make /(){}[] accessible without reaching the number row, it just happens to be missing a lot of extra characters in other places so should cause less conflicts with keyboard shortcuts. The A5 layout goal is to make /(){}[] accessible without reaching the number row, it just happens to be missing a lot of extra characters in other places so should cause less conflicts with keyboard shortcuts.
 +
 +===== Maybe better to unbind Alt+` and Alt+~ =====
 +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