Re: [PATCH v4 xserver] xkb: fix releasing overlay while keydown

2016-11-07 Thread Mariusz Mazur
XF86LaunchA > }; > > xkb_geometry { include "pc(pc104)" }; > }; > > Apply this layout: 'xkbcomp ~/ov.xkb $DISPLAY'. > Run "xbindkeys -n -v" > In the exact order: > - press Insert > - press Tilde > - release Insert >

Re: Debugging keyboard overlay+xbindkeys

2016-11-04 Thread Mariusz Mazur
Question is, was it there for 22 years cause it's unfixable or because nobody uses overlay? :) 2016-11-04 19:33 GMT+01:00 : >> - press caps >> - press f >> - release caps >> - wait >> - release f > > In xserver/xkb/xkbPrKeyEv.c, there is a bug that prevents key >

Re: [PATCH v4 xserver] xkb: fix releasing overlay while keydown

2016-11-15 Thread Mariusz Mazur
A week has passed and everything's working fine (and I'm using the overlay keycombos very very heavily). Seems the patch does not have any unforeseen side effects. 2016-11-07 22:25 GMT+01:00 Mariusz Mazur <mariusz.g.ma...@gmail.com>: > Applied to my work env. If something starts acting f

Debugging keyboard overlay+xbindkeys

2016-11-03 Thread Mariusz Mazur
Short version: using keyboard overlay to send e.g. XF86LaunchA, then intercepting that with something like xbindkeys and launching an app often triggers a bug which messes up the 'keycombo intercept' mechanism in xorg. Long version: inspired by fully programmable keyboards like the ergodox or

Re: Debugging keyboard overlay+xbindkeys

2016-11-04 Thread Mariusz Mazur
2016-11-03 22:20 GMT+01:00 Ran Benita : >> 4. Defined caps+f to send XF86LaunchA to start a new terminal window >> (among other similar shortcuts, like ones for switching virtual >> desktops, but caps+f is the worst offender, so I'll focus on that). > > Nice hack. Some ground

Re: [PATCH v4 xserver] xkb: fix releasing overlay while keydown

2017-01-04 Thread Mariusz Mazur
I've been using this heavily (at least a few hundred overlay1 keystrokes per day) for the past almost two months and had zero issues. Any chance this could get merged? 2016-11-15 10:31 GMT+01:00 Mariusz Mazur <mariusz.g.ma...@gmail.com>: > A week has passed and everything's working fine