This is what you're looking for:
log_action_begin_msg "Saving console font and keymap for next boot"
setupcon --save-only
>From debian/keyboard-configuration.console-setup.init in this package:
http://packages.ubuntu.com/oneiric/console-setup
This creates a cached keymap,
I've got this mostly figured out.
Short version
=
1. Edit /etc/default/console-setup and add an X11 style caps lock
modification:
$ diff -u console-setup.orig console-setup
--- console-setup.orig 2009-02-09 03:05:27.0 -0500
+++ console-setup 2009-02-09 03:59:31.000
** Changed in: console-tools (Ubuntu)
Status: New => Confirmed
--
key remaps no longer work
https://bugs.launchpad.net/bugs/140786
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubun
dumpkeys < /dev/tty1 | sed -f /etc/console-tools/remap | loadkeys
can replace the keymap,but after boot the keymap's reseted,and the remap not
loaded!
confirmed in intrepid Alpha3
--
key remaps no longer work
https://bugs.launchpad.net/bugs/140786
You received this bug notification because you
For the record, I've tried this on intrepid alpha 3 live cd and it
doesn't work either.
--
key remaps no longer work
https://bugs.launchpad.net/bugs/140786
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubun
I've changed the file to:
# This sed script is run across the dumpkeys output to remap keys on the
console
# This turns caps lock into control
#s/keycode 58 = Caps_Lock/keycode 58 = Control/;
s/keycode 126 = Alt/keycode 126 = AltGr/;
and running as root:
dumpkeys < /dev/tty1 | sed -f /etc/con
I get this error:
[EMAIL PROTECTED]:~# dumpkeys < /dev/tty1 | sed -f /etc/console-tools/remap |
loadkeys --quiet
se encontró un símbolo nulo
se encontró un símbolo nulo
se encontró un símbolo nulo
se encontró un símbolo nulo
se encontró un símbolo nulo
se encontró un símbolo nulo
se encontró un s
I've used xev and it's telling me my right apple key is 116. I've added:
s/keycode 116 =/keycode 116 = AltGr/;
and it didn't work. I've then look and saw the dumpkeys command says 116 is Do.
so I've added:
s/keycode 116 = Do/keycode 116 = AltGr/;
with no luck.
--
key remaps no longer work
http
Any ideas on how to fix this?
--
key remaps no longer work
https://bugs.launchpad.net/bugs/140786
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/ma