← Back to team overview

registry team mailing list archive

[Bug 408397] Re: [Needs 1.8] Win key as third level chooser doesn't work anymore

 

Launchpad has imported 14 comments from the remote bug at
http://bugs.freedesktop.org/show_bug.cgi?id=19500.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2009-01-10T09:01:30+00:00 Mikael-eriksson-miffe wrote:

syndaemon -k doens't ignore mod4, only mod1, control and shift.

Versions:
xorg-server          1.5.3-4
xf86-input-synaptics 0.99.3-1
xf86-input-evdev     2.1.0-1

xmodmap:
shift       Shift_L (0x32),  Shift_R (0x3e)
lock      
control     Control_L (0x25),  Control_R (0x69)
mod1        Alt_L (0x40),  Meta_L (0xcd)
mod2        Num_Lock (0x4d)
mod3      
mod4        Super_L (0xce),  Hyper_L (0xcf)
mod5        ISO_Level3_Shift (0x5c),  Mode_switch (0xcb)

Reply at: https://bugs.launchpad.net/xkeyboard-
config/+bug/408397/comments/0

------------------------------------------------------------------------
On 2009-03-01T20:29:08+00:00 Peter Hutterer wrote:

not a syndaemon bug actually.

Mod4 is mapped to SUPR, a virtual key. This isn't the same as the
physical keys, which are mapped to Super_L and Super_R and don't show up
in the core mapping.

setxkbmap -option "altwin:super_win" creates this mapping and it works
fine.


Sergey - any reason why this isn't the default?

Reply at: https://bugs.launchpad.net/xkeyboard-
config/+bug/408397/comments/1

------------------------------------------------------------------------
On 2009-03-02T08:28:44+00:00 Mikael-eriksson-miffe wrote:

Thanks! With setxkbmap -option "altwin:super_win" it works.

Reply at: https://bugs.launchpad.net/xkeyboard-
config/+bug/408397/comments/2

------------------------------------------------------------------------
On 2009-03-02T12:55:05+00:00 Sergey V. Udaltsov wrote:


> Sergey - any reason why this isn't the default?

You mean - why Mod4 is not mapped to LWIN/RWIN in addition to SUPR ?
Well, I cannot think of any reason. Should we try that?

Reply at: https://bugs.launchpad.net/xkeyboard-
config/+bug/408397/comments/3

------------------------------------------------------------------------
On 2009-03-02T13:03:57+00:00 Peter Hutterer wrote:

On Mon, Mar 02, 2009 at 12:55:05PM -0800, bugzilla-daemon@xxxxxxxxxxxxxxx wrote:
> You mean - why Mod4 is not mapped to LWIN/RWIN in addition to SUPR ? Well, I
> cannot think of any reason. Should we try that?

I think it'd make sense.  Since SUPR is a only virtual key it appears in
xmodmap but isn't actually useable. And RWIN/LWIN are mapped to nothing by
default, which is rather pointless.

Reply at: https://bugs.launchpad.net/xkeyboard-
config/+bug/408397/comments/4

------------------------------------------------------------------------
On 2009-03-04T14:51:50+00:00 Sergey V. Udaltsov wrote:

Committed! Please check.

Reply at: https://bugs.launchpad.net/xkeyboard-
config/+bug/408397/comments/5

------------------------------------------------------------------------
On 2009-06-13T11:17:05+00:00 Stéphane Glondu wrote:

This change seems to break level3 switch with LWIN/RWIN in GTK+
applications. See Debian bug:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531771

I myself don't really understand why this change would cause this bug,
so I guess the problem is in GTK+. Do you have any idea on the subject?

Reply at: https://bugs.launchpad.net/xkeyboard-
config/+bug/408397/comments/6

------------------------------------------------------------------------
On 2009-08-25T16:46:20+00:00 Sergey V. Udaltsov wrote:

According to #23266, this fix is invalid - it breaks things for people
using lv3:lwin_switch.

As the result, I am reverting this patch: http://cgit.freedesktop.org
/xkeyboard-config/commit/?id=5de02aa07a8d4bbe1957af3a38212c3507f2436f

I'm afraid, you have to specify altwin:super_win explicitly

Reply at: https://bugs.launchpad.net/xkeyboard-
config/+bug/408397/comments/8

------------------------------------------------------------------------
On 2009-08-25T17:58:35+00:00 Peter Hutterer wrote:

I can't reproduce this. Tested with
3e6a7a495a4f7ceb8c2dd505003f02c893c18975 added caps:numlock

lv3:lwin_switch, lv3:rwin_switch and lv3:win_switch all work fine and as
expected (tested on layout 'de').


what's the magic sauce required to break it?

Reply at: https://bugs.launchpad.net/xkeyboard-
config/+bug/408397/comments/9

------------------------------------------------------------------------
On 2009-08-26T15:32:39+00:00 Sergey V. Udaltsov wrote:

*** Bug 23266 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/xkeyboard-
config/+bug/408397/comments/10

------------------------------------------------------------------------
On 2009-08-26T15:33:33+00:00 Sergey V. Udaltsov wrote:

Reopening, since bug #23266 + Debian's bugzilla say that "fix" is
causing troubles

Reply at: https://bugs.launchpad.net/xkeyboard-
config/+bug/408397/comments/11

------------------------------------------------------------------------
On 2009-08-26T15:37:52+00:00 Sergey V. Udaltsov wrote:

Actually, it works to me as well - but may be it only manifests itself
with certain layouts/models...

Reply at: https://bugs.launchpad.net/xkeyboard-
config/+bug/408397/comments/12

------------------------------------------------------------------------
On 2009-10-16T13:11:38+00:00 Alexey Ten (Lynn) wrote:

Created an attachment (id=30489)
Fix Win key as third level chooser

This patch fixes win-key as third level chooser for me.

Reply at: https://bugs.launchpad.net/xkeyboard-
config/+bug/408397/comments/18

------------------------------------------------------------------------
On 2009-10-18T14:12:28+00:00 Sergey V. Udaltsov wrote:

Ok, let user explicitly specify altwin:super_win. Let's see how many
complains we're going to get...

Thanks for the patch!

Reply at: https://bugs.launchpad.net/xkeyboard-
config/+bug/408397/comments/20


** Changed in: xkeyboard-config
   Importance: Unknown => Medium

-- 
[Needs 1.8] Win key as third level chooser doesn't work anymore
https://bugs.launchpad.net/bugs/408397
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for Debian.