[Touch-packages] [Bug 1471123] Re: suddenly tabulator-key stops working normally

2016-10-21 Thread Aapo Rantalainen
After fresh install on Ubuntu 16.04 I found this will break tab key instantly:
xmodmap -e 'clear Mod4'


My goal was to remap Super_L to be additional Alt_L (and not affect tab key at 
all):

This works for me on Ubuntu 16.04 (with xfce):
xmodmap -e 'remove mod4 = Super_L'
xmodmap -e 'remove mod4 = Hyper_L'
xmodmap -e 'keycode 133 = Alt_L'
xmodmap -e 'add mod4 = Super_L Hyper_L'

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1471123

Title:
  suddenly tabulator-key stops working normally

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Ubuntu 14.04
  xserver-xorg: 1:7.7+1ubuntu8.1

  I don't know how to trigger this bug, but I have seen it now more than
  ten times.

  "Suddenly" = I can't figure pattern how this triggers. Sometimes it
  happens when computer just idles

  'stops working normally' = tab-key alone doesn't do anything.

  --
  When tab-key is working normally, xev reports:

  KeyPress event, serial 37, synthetic NO, window 0x241,
  root 0x290, subw 0x0, time 2088488, (164,-6), root:(1515,797),
  state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XmbLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x241,
  root 0x290, subw 0x0, time 2088509, (164,-6), root:(1515,797),
  state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  --
  When this bug triggers, xev reports (when tab-key pressed and released):

  FocusOut event, serial 37, synthetic NO, window 0x561,
  mode NotifyGrab, detail NotifyAncestor

  FocusIn event, serial 37, synthetic NO, window 0x561,
  mode NotifyUngrab, detail NotifyAncestor

  KeymapNotify event, serial 37, synthetic NO, window 0x0,
  keys: 4294967184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
     0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

  --
  When this bug triggers, xev reports (when holding CTRL and tab-key pressed 
and released):

  KeyPress event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350060, (172,-19), root:(1523,784),
  state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
  XLookupString gives 0 bytes:
  XmbLookupString gives 0 bytes:
  XFilterEvent returns: False

  KeyPress event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350228, (172,-19), root:(1523,784),
  state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XmbLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350276, (172,-19), root:(1523,784),
  state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350572, (172,-19), root:(1523,784),
  state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
  XLookupString gives 0 bytes:
  XFilterEvent returns: False
  ---
  And behaviour is like xev reports: tab pressed alone doesn't do anything, but 
with any modifier it works as expected:
  alt+tab = change window
  shift+tab = previous element (e.g. fields in browser)
  ctrl+tab = change tab (e.g. in firefox)

  -
  I have ~/.Xmodmap and it contains line:
  keycode 23 = Tab ISO_Left_Tab Tab ISO_Left_Tab Tab ISO_Left_Tab

  Running xmodmap ~/.Xmodmap will not fix.

  ---
  Attaching new usb-keyboard doesn't help.
  ---
  Reboot helps.
  Restarting xorg helps.
  ---
  Changing to virtual terminal -> tab is working. But after returning to xorg, 
tab is still broken.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-11-15 (740 days ago)
  InstallationMedia: Xubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016)
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Tags: trusty third-party-packages
  Uname: Linux 3.11.0-13-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-13 (561 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1471123/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1471123] Re: suddenly tabulator-key stops working normally

2015-11-27 Thread Christopher M. Penalver
Aapo Rantalainen, kernel 3.11 is not a supported package in Trusty.

Hence, please test this via http://cdimage.ubuntu.com/daily-
live/current/ . If this is reproducible in it, then please follow
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1471123/comments/1 .

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1471123

Title:
  suddenly tabulator-key stops working normally

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Ubuntu 14.04
  xserver-xorg: 1:7.7+1ubuntu8.1

  I don't know how to trigger this bug, but I have seen it now more than
  ten times.

  "Suddenly" = I can't figure pattern how this triggers. Sometimes it
  happens when computer just idles

  'stops working normally' = tab-key alone doesn't do anything.

  --
  When tab-key is working normally, xev reports:

  KeyPress event, serial 37, synthetic NO, window 0x241,
  root 0x290, subw 0x0, time 2088488, (164,-6), root:(1515,797),
  state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XmbLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x241,
  root 0x290, subw 0x0, time 2088509, (164,-6), root:(1515,797),
  state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  --
  When this bug triggers, xev reports (when tab-key pressed and released):

  FocusOut event, serial 37, synthetic NO, window 0x561,
  mode NotifyGrab, detail NotifyAncestor

  FocusIn event, serial 37, synthetic NO, window 0x561,
  mode NotifyUngrab, detail NotifyAncestor

  KeymapNotify event, serial 37, synthetic NO, window 0x0,
  keys: 4294967184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
     0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

  --
  When this bug triggers, xev reports (when holding CTRL and tab-key pressed 
and released):

  KeyPress event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350060, (172,-19), root:(1523,784),
  state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
  XLookupString gives 0 bytes:
  XmbLookupString gives 0 bytes:
  XFilterEvent returns: False

  KeyPress event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350228, (172,-19), root:(1523,784),
  state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XmbLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350276, (172,-19), root:(1523,784),
  state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350572, (172,-19), root:(1523,784),
  state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
  XLookupString gives 0 bytes:
  XFilterEvent returns: False
  ---
  And behaviour is like xev reports: tab pressed alone doesn't do anything, but 
with any modifier it works as expected:
  alt+tab = change window
  shift+tab = previous element (e.g. fields in browser)
  ctrl+tab = change tab (e.g. in firefox)

  -
  I have ~/.Xmodmap and it contains line:
  keycode 23 = Tab ISO_Left_Tab Tab ISO_Left_Tab Tab ISO_Left_Tab

  Running xmodmap ~/.Xmodmap will not fix.

  ---
  Attaching new usb-keyboard doesn't help.
  ---
  Reboot helps.
  Restarting xorg helps.
  ---
  Changing to virtual terminal -> tab is working. But after returning to xorg, 
tab is still broken.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-11-15 (740 days ago)
  InstallationMedia: Xubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016)
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Tags: trusty third-party-packages
  Uname: Linux 3.11.0-13-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-13 (561 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1471123/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1471123] Re: suddenly tabulator-key stops working normally

2015-11-26 Thread Aapo Rantalainen
apport information

** Tags added: apport-collected third-party-packages trusty

** Description changed:

  Ubuntu 14.04
  xserver-xorg: 1:7.7+1ubuntu8.1
  
  I don't know how to trigger this bug, but I have seen it now more than
  ten times.
  
  "Suddenly" = I can't figure pattern how this triggers. Sometimes it
  happens when computer just idles
  
  'stops working normally' = tab-key alone doesn't do anything.
  
  --
  When tab-key is working normally, xev reports:
  
  KeyPress event, serial 37, synthetic NO, window 0x241,
  root 0x290, subw 0x0, time 2088488, (164,-6), root:(1515,797),
  state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XmbLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False
  
  KeyRelease event, serial 37, synthetic NO, window 0x241,
  root 0x290, subw 0x0, time 2088509, (164,-6), root:(1515,797),
  state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False
  
  --
  When this bug triggers, xev reports (when tab-key pressed and released):
  
  FocusOut event, serial 37, synthetic NO, window 0x561,
  mode NotifyGrab, detail NotifyAncestor
  
  FocusIn event, serial 37, synthetic NO, window 0x561,
  mode NotifyUngrab, detail NotifyAncestor
  
  KeymapNotify event, serial 37, synthetic NO, window 0x0,
  keys: 4294967184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
     0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  
  --
  When this bug triggers, xev reports (when holding CTRL and tab-key pressed 
and released):
  
  KeyPress event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350060, (172,-19), root:(1523,784),
  state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
  XLookupString gives 0 bytes:
  XmbLookupString gives 0 bytes:
  XFilterEvent returns: False
  
  KeyPress event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350228, (172,-19), root:(1523,784),
  state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XmbLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False
  
  KeyRelease event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350276, (172,-19), root:(1523,784),
  state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False
  
  KeyRelease event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350572, (172,-19), root:(1523,784),
  state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
  XLookupString gives 0 bytes:
  XFilterEvent returns: False
  ---
  And behaviour is like xev reports: tab pressed alone doesn't do anything, but 
with any modifier it works as expected:
  alt+tab = change window
  shift+tab = previous element (e.g. fields in browser)
  ctrl+tab = change tab (e.g. in firefox)
  
  -
  I have ~/.Xmodmap and it contains line:
  keycode 23 = Tab ISO_Left_Tab Tab ISO_Left_Tab Tab ISO_Left_Tab
  
  Running xmodmap ~/.Xmodmap will not fix.
  
  ---
  Attaching new usb-keyboard doesn't help.
  ---
  Reboot helps.
  Restarting xorg helps.
  ---
  Changing to virtual terminal -> tab is working. But after returning to xorg, 
tab is still broken.
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.19
+ Architecture: amd64
+ CurrentDesktop: XFCE
+ DistroRelease: Ubuntu 14.04
+ EcryptfsInUse: Yes
+ InstallationDate: Installed on 2013-11-15 (740 days ago)
+ InstallationMedia: Xubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016)
+ NonfreeKernelModules: wl
+ Package: xorg 1:7.7+1ubuntu8.1
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
+ Tags: trusty third-party-packages
+ Uname: Linux 3.11.0-13-generic x86_64
+ UpgradeStatus: Upgraded to trusty on 2014-05-13 (561 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1471123/+attachment/4525747/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1471123

Title:
  suddenly tabulator-key stops working normally

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Ubuntu 14.04
  xserver-xorg: 1:7.7+1ubuntu8.1

  I don't know how to trigger this bug, but I have seen it now more than
  ten times.

  "Suddenly" = I can't figure pattern how this triggers. Sometimes it
  happens when computer just idles

  'stops working normally' = tab-key alone doesn't do anything.

  --
  When tab-key is working normally, xev reports:

  KeyPress event, serial 37, synthetic NO, window 0x241,
  root 0x290, subw 0x0, 

[Touch-packages] [Bug 1471123] Re: suddenly tabulator-key stops working normally

2015-11-19 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1471123

Title:
  suddenly tabulator-key stops working normally

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Ubuntu 14.04
  xserver-xorg: 1:7.7+1ubuntu8.1

  I don't know how to trigger this bug, but I have seen it now more than
  ten times.

  "Suddenly" = I can't figure pattern how this triggers. Sometimes it
  happens when computer just idles

  'stops working normally' = tab-key alone doesn't do anything.

  --
  When tab-key is working normally, xev reports:

  KeyPress event, serial 37, synthetic NO, window 0x241,
  root 0x290, subw 0x0, time 2088488, (164,-6), root:(1515,797),
  state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XmbLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x241,
  root 0x290, subw 0x0, time 2088509, (164,-6), root:(1515,797),
  state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  --
  When this bug triggers, xev reports (when tab-key pressed and released):

  FocusOut event, serial 37, synthetic NO, window 0x561,
  mode NotifyGrab, detail NotifyAncestor

  FocusIn event, serial 37, synthetic NO, window 0x561,
  mode NotifyUngrab, detail NotifyAncestor

  KeymapNotify event, serial 37, synthetic NO, window 0x0,
  keys: 4294967184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
     0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

  --
  When this bug triggers, xev reports (when holding CTRL and tab-key pressed 
and released):

  KeyPress event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350060, (172,-19), root:(1523,784),
  state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
  XLookupString gives 0 bytes:
  XmbLookupString gives 0 bytes:
  XFilterEvent returns: False

  KeyPress event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350228, (172,-19), root:(1523,784),
  state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XmbLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350276, (172,-19), root:(1523,784),
  state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350572, (172,-19), root:(1523,784),
  state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
  XLookupString gives 0 bytes:
  XFilterEvent returns: False
  ---
  And behaviour is like xev reports: tab pressed alone doesn't do anything, but 
with any modifier it works as expected:
  alt+tab = change window
  shift+tab = previous element (e.g. fields in browser)
  ctrl+tab = change tab (e.g. in firefox)

  -
  I have ~/.Xmodmap and it contains line:
  keycode 23 = Tab ISO_Left_Tab Tab ISO_Left_Tab Tab ISO_Left_Tab

  Running xmodmap ~/.Xmodmap will not fix.

  ---
  Attaching new usb-keyboard doesn't help.
  ---
  Reboot helps.
  Restarting xorg helps.
  ---
  Changing to virtual terminal -> tab is working. But after returning to xorg, 
tab is still broken.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1471123/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1471123] Re: suddenly tabulator-key stops working normally

2015-09-20 Thread Christopher M. Penalver
Aapo Rantalainen, thank you for reporting this and helping make Ubuntu
better. Could you please run the following command from a terminal as it
will automatically gather and attach updated debug information to this
report:

apport-collect -p xorg 1471123

Please ensure you have xdiagnose installed, and that you click the Yes
button for attaching additional debugging information.

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

** Changed in: xorg (Ubuntu)
   Importance: Undecided => Low

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1471123

Title:
  suddenly tabulator-key stops working normally

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 14.04
  xserver-xorg: 1:7.7+1ubuntu8.1

  I don't know how to trigger this bug, but I have seen it now more than
  ten times.

  "Suddenly" = I can't figure pattern how this triggers. Sometimes it
  happens when computer just idles

  'stops working normally' = tab-key alone doesn't do anything.

  --
  When tab-key is working normally, xev reports:

  KeyPress event, serial 37, synthetic NO, window 0x241,
  root 0x290, subw 0x0, time 2088488, (164,-6), root:(1515,797),
  state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XmbLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x241,
  root 0x290, subw 0x0, time 2088509, (164,-6), root:(1515,797),
  state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  --
  When this bug triggers, xev reports (when tab-key pressed and released):

  FocusOut event, serial 37, synthetic NO, window 0x561,
  mode NotifyGrab, detail NotifyAncestor

  FocusIn event, serial 37, synthetic NO, window 0x561,
  mode NotifyUngrab, detail NotifyAncestor

  KeymapNotify event, serial 37, synthetic NO, window 0x0,
  keys: 4294967184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
     0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

  --
  When this bug triggers, xev reports (when holding CTRL and tab-key pressed 
and released):

  KeyPress event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350060, (172,-19), root:(1523,784),
  state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
  XLookupString gives 0 bytes:
  XmbLookupString gives 0 bytes:
  XFilterEvent returns: False

  KeyPress event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350228, (172,-19), root:(1523,784),
  state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XmbLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350276, (172,-19), root:(1523,784),
  state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350572, (172,-19), root:(1523,784),
  state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
  XLookupString gives 0 bytes:
  XFilterEvent returns: False
  ---
  And behaviour is like xev reports: tab pressed alone doesn't do anything, but 
with any modifier it works as expected:
  alt+tab = change window
  shift+tab = previous element (e.g. fields in browser)
  ctrl+tab = change tab (e.g. in firefox)

  -
  I have ~/.Xmodmap and it contains line:
  keycode 23 = Tab ISO_Left_Tab Tab ISO_Left_Tab Tab ISO_Left_Tab

  Running xmodmap ~/.Xmodmap will not fix.

  ---
  Attaching new usb-keyboard doesn't help.
  ---
  Reboot helps.
  Restarting xorg helps.
  ---
  Changing to virtual terminal -> tab is working. But after returning to xorg, 
tab is still broken.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1471123/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1471123] Re: suddenly tabulator-key stops working normally

2015-07-03 Thread Aapo Rantalainen
** Description changed:

  Ubuntu 14.04
  xserver-xorg: 1:7.7+1ubuntu8.1
  
  I don't know how to trigger this bug, but I have seen it now more than
  ten times.
  
  Suddenly = I can't figure pattern how this triggers. Sometimes it
  happens when computer just idles
  
  'stops working normally' = tab-key alone doesn't do anything.
  
  --
  When tab-key is working normally, xev reports:
  
  KeyPress event, serial 37, synthetic NO, window 0x241,
- root 0x290, subw 0x0, time 2088488, (164,-6), root:(1515,797),
- state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
- XLookupString gives 1 bytes: (09)  
- XmbLookupString gives 1 bytes: (09)  
- XFilterEvent returns: False
+ root 0x290, subw 0x0, time 2088488, (164,-6), root:(1515,797),
+ state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
+ XLookupString gives 1 bytes: (09)  
+ XmbLookupString gives 1 bytes: (09)  
+ XFilterEvent returns: False
  
  KeyRelease event, serial 37, synthetic NO, window 0x241,
- root 0x290, subw 0x0, time 2088509, (164,-6), root:(1515,797),
- state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
- XLookupString gives 1 bytes: (09)  
- XFilterEvent returns: False
+ root 0x290, subw 0x0, time 2088509, (164,-6), root:(1515,797),
+ state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
+ XLookupString gives 1 bytes: (09)  
+ XFilterEvent returns: False
  
  --
  When this bug triggers, xev reports (when tab-key pressed and released):
  
  FocusOut event, serial 37, synthetic NO, window 0x561,
- mode NotifyGrab, detail NotifyAncestor
+ mode NotifyGrab, detail NotifyAncestor
  
  FocusIn event, serial 37, synthetic NO, window 0x561,
- mode NotifyUngrab, detail NotifyAncestor
+ mode NotifyUngrab, detail NotifyAncestor
  
  KeymapNotify event, serial 37, synthetic NO, window 0x0,
- keys: 4294967184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+ keys: 4294967184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  
  --
  When this bug triggers, xev reports (when holding CTRL and tab-key pressed 
and released):
  
  KeyPress event, serial 37, synthetic NO, window 0x561,
- root 0x290, subw 0x0, time 261350060, (172,-19), root:(1523,784),
- state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
- XLookupString gives 0 bytes:
- XmbLookupString gives 0 bytes:
- XFilterEvent returns: False
+ root 0x290, subw 0x0, time 261350060, (172,-19), root:(1523,784),
+ state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
+ XLookupString gives 0 bytes:
+ XmbLookupString gives 0 bytes:
+ XFilterEvent returns: False
  
  KeyPress event, serial 37, synthetic NO, window 0x561,
- root 0x290, subw 0x0, time 261350228, (172,-19), root:(1523,784),
- state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
- XLookupString gives 1 bytes: (09)  
- XmbLookupString gives 1 bytes: (09)  
- XFilterEvent returns: False
+ root 0x290, subw 0x0, time 261350228, (172,-19), root:(1523,784),
+ state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
+ XLookupString gives 1 bytes: (09)  
+ XmbLookupString gives 1 bytes: (09)  
+ XFilterEvent returns: False
  
  KeyRelease event, serial 37, synthetic NO, window 0x561,
- root 0x290, subw 0x0, time 261350276, (172,-19), root:(1523,784),
- state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
- XLookupString gives 1 bytes: (09)  
- XFilterEvent returns: False
+ root 0x290, subw 0x0, time 261350276, (172,-19), root:(1523,784),
+ state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
+ XLookupString gives 1 bytes: (09)  
+ XFilterEvent returns: False
  
  KeyRelease event, serial 37, synthetic NO, window 0x561,
- root 0x290, subw 0x0, time 261350572, (172,-19), root:(1523,784),
- state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
- XLookupString gives 0 bytes:
- XFilterEvent returns: False
+ root 0x290, subw 0x0, time 261350572, (172,-19), root:(1523,784),
+ state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
+ XLookupString gives 0 bytes:
+ XFilterEvent returns: False
  ---
  And behaviour is like xev reports: tab pressed alone doesn't do anything, but 
with any modifier it works as expected:
  alt+tab = change window
  shift+tab = previous element (e.g. fields in browser)
  ctrl+tab = change tab (e.g. in firefox)
  
  -
  I have ~/.Xmodmap and it contains line:
  keycode 23 = Tab ISO_Left_Tab Tab ISO_Left_Tab Tab ISO_Left_Tab
  
  Running xmodmap ~/.Xmodmap will not fix.
  
  ---
  Attaching new usb-keyboard doesn't help.
  ---
  Reboot helps.
- 
+ Restarting xorg helps.
  ---
  Changing to virtual terminal - tab is working. But after returning to xorg, 
tab is still broken.

-- 
You received this