Some time ago (I don't remember exactly when but I know that after one
of XFree86 update) Mode_switch stopped to work for me...
I've tried to find the problem by myself but can't :(

I'm using Debian unstable on iBook 600 14" and XFree86 4.1.0-17

my keyboard configuration:

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "macintosh_old"
        Option          "XkbLayout"     "ru(winkeys)"
        Option          "XkbOptions"    "grp:shift_toggle"
EndSection

symbol file symbols/macintosh/ru I wrote by myself (there was no one for
russian keyboard on macintosh)

xmodmap -pke prints all keycodes and symbols correctly (all four symbols
for each keycode)

but xmodmap -pm gives:

shift   Shift_L (0x40)
lock    Caps_Lock (0x41)
control Control_L (0x3e)
mod1    Alt_L (0x3f), Alt_R (0x42)
mod2    Num_Lock (0x4f)
mod3
mod4
mod5

although all modifiers are described in my symbol file:

...
modifier_map Mod1       { Alt_L, Alt_R };
modifier_map Mod2       { Num_Lock };
modifier_map Mod3       { Mode_switch };
modifier_map Mod4       { Meta_L, Meta_R };
modifier_map Mod5       { Scroll_Lock };
...

and i'm not sure that before (when switching before languages worked) it
was different...

i've tried different methods for toggle (caps_toggle, ctrl_shift_toggle,
...) but no one works

where to search the problem?

-- 
  Valentin Podlovchenko,                     ____/|
  <[EMAIL PROTECTED]>               \ o.O|
  Tel: +7(095) 787-2058 (ext. 1245)           =(_)=
  Fax: +7(095) 787-2056                         U


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to