Changes between Initial Version and Version 1 of Ticket #383, comment 3
- Timestamp:
- 07/18/13 06:59:11 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #383, comment 3
initial v1 1 1 Even if I set the xkb it doesn't work: 2 2 {{{ 3 3 docker@9b5c0b4b7e54:~$ DISPLAY=:11 setxkbmap -rules evdev -model pc105 -layout us -option "terminate:ctrl_alt_bksp" 4 4 docker@9b5c0b4b7e54:~$ DISPLAY=:11 setxkbmap -query … … 7 7 layout: us 8 8 options: terminate:ctrl_alt_bksp 9 }}}