Advertisement
Tritonio

LXDE Raspberry language layout switching

Jun 1st, 2019 (edited)
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Just put this command into your ~/.bashrc file:
  2.  
  3. setxkbmap -option grp:switch,grp:alt_shift_toggle,grp_led:scroll de,tr,us
  4. Comments:
  5.  
  6. alt_shift_toggle can be replaced by another key combination.
  7. grp_led:scroll is optional. Using it will turn on the scroll lock light if another layout than the first specified is active.
  8. de,tr,us can be any comma-separated list of keyboard layouts. In this case German, Turkish, and US English layout.
  9. Execute setxkbmap -option to reset these settings.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement