Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2022
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. ## setxkbmap -print after booting, shows the same without /etc/default/keyboard "fix
  2. xkb_keymap {
  3. xkb_keycodes { include "evdev+aliases(qwerty)" };
  4. xkb_types { include "complete+nokia" };
  5. xkb_compat { include "complete" };
  6. xkb_symbols { include "nokia_vndr/rx-51(common)+nokia_vndr/rx-51(us)+inet(evdev)" };
  7. xkb_geometry { include "nokia(nokiarx51)" };
  8. };
  9.  
  10. ## setxkbmap -print after manually setting setxkbmap to de layout
  11. xkb_keymap {
  12. xkb_keycodes { include "evdev+aliases(qwertz)" };
  13. xkb_types { include "complete+nokia" };
  14. xkb_compat { include "complete" };
  15. xkb_symbols { include "nokia_vndr/rx-51(common)+nokia_vndr/rx-51(de)+inet(evdev)" };
  16. xkb_geometry { include "nokia(nokiarx51)" };
  17. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement