oOosys
oOosys
Yeah ... follow the Tower of Babel idea of God and start to use new languages and approaches splitting the community into smaller groups to weaken their power of progress...
I am getting in case of AltGr+] instead of » two characters: » on Linux Mint 21.2 Xfce in all Terminals where typing it outside of pry is OK, so...
> @junegunn A better way is to make a single `'` in the query make all the words exact matches. I don't think this would break any current workflows, as...
Hmmm ... The core of the problem is the definition of the Terminal width in terms of characters and then count instead of pixels until the width is reached the...
What makes you expect it to be 32?
My test run of the provided code gives: ``` ctrl X None X cmd X space X ' ' alt_gr X None X ``` If I see it right there...
It's all pure Python code only ... but ... somehow I failed to find the lines in code which decide about the assignment of values to the event properties and...
Yes ... breaking past code is what I have already mentioned as reason for not touching it, in spite of the fact it shoudn't be this way. Once it has...
I was confronted with a similar issue deep in the past ... it occurred only while running the newest installed game ... I have tested all possible reasons ... replaced...
``` from evdev import UInput, ecodes as e ui = UInput() ui.write(e.EV_KEY, e.KEY_LEFTSHIFT, 1) #