[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gNewSense-users] setxkbmap doesn't switch languages
From: |
Stayvoid |
Subject: |
Re: [gNewSense-users] setxkbmap doesn't switch languages |
Date: |
Fri, 30 Mar 2012 01:42:02 +0400 |
Hi,
I've found a "solution."
AltGr and Compose don't work in tty;
Compose doesn't work in X.
1. Install and setup console-cyrillic;
2. Add or uncomment the following line in /etc/console-tools/remap:
s/keycode 58 = Caps_Lock/keycode 58 = Control/;
3. Add /etc/init.d/console-screen.sh to your /etc/rc.local.
/etc/default/keyboard:
XKBMODEL="pc105"
XKBLAYOUT="us"
XKBVARIANT="mac"
XKBOPTIONS="lv3:switch,terminate:ctrl_alt_bksp,ctrl:nocaps"
There is a bug: https://bugs.freedesktop.org/show_bug.cgi?id=12441
I don't know how to fix this. Maybe I'll play with keycodes later.
Cheers