Hi,
Can someone (with a working setup) run 'xev' in a terminal and tell me what is 
the output when you press Ctrl+Space and when you press only space ?

I applied the fix successfully, but as I was messing around with the
keyboard properties it doesn't work anymore, even with France (Autre)
and the "insérer un espace insécable à tous les niveaux" fix.

Here is mine (commented) :

// pressing left Ctrl

KeyPress event, serial 35, synthetic NO, window 0x4000001,
    root 0x13c, subw 0x0, time 18642052, (357,607), root:(1011,803),
    state 0x10, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

// pressing space

KeyPress event, serial 35, synthetic NO, window 0x4000001,
    root 0x13c, subw 0x0, time 18644612, (357,607), root:(1011,803),
    state 0x14, keycode 65 (keysym 0x20, space), same_screen YES,
    XLookupString gives 1 bytes: (20) " "
    XmbLookupString gives 1 bytes: (20) " "
    XFilterEvent returns: False

// releasing space

KeyRelease event, serial 35, synthetic NO, window 0x4000001,
    root 0x13c, subw 0x0, time 18644765, (357,607), root:(1011,803),
    state 0x14, keycode 65 (keysym 0x20, space), same_screen YES,
    XLookupString gives 1 bytes: (20) " "
    XFilterEvent returns: False

// releasing control

KeyRelease event, serial 35, synthetic NO, window 0x4000001,
    root 0x13c, subw 0x0, time 18646482, (353,602), root:(1007,798),
    state 0x14, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

------------------ pressing only space : ------------------

KeyPress event, serial 35, synthetic NO, window 0x4000001,
    root 0x13c, subw 0x0, time 18859543, (348,283), root:(1002,479),
    state 0x10, keycode 65 (keysym 0x20, space), same_screen YES,
    XLookupString gives 1 bytes: (20) " "
    XmbLookupString gives 1 bytes: (20) " "
    XFilterEvent returns: False

KeyRelease event, serial 35, synthetic NO, window 0x4000001,
    root 0x13c, subw 0x0, time 18859659, (348,283), root:(1002,479),
    state 0x10, keycode 65 (keysym 0x20, space), same_screen YES,
    XLookupString gives 1 bytes: (20) " "
    XFilterEvent returns: False

-- 
Can't use space bar in search bar when using french alternative keyboard
https://bugs.launchpad.net/bugs/221112
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to