-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch from pynput to libvinput #134
Commits on Jul 27, 2024
-
Switch from pynput to libvinput
Signed-off-by: Slendi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 524b418 - Browse repository at this point
Copy the full SHA 524b418View commit details -
Emulate keyboard modifier press for mouse events
This is an easier approach IMHO. Signed-off-by: Slendi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb7e2dc - Browse repository at this point
Copy the full SHA fb7e2dcView commit details -
Main: Fix modifier keys cmdline argument not proper
Signed-off-by: Slendi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46a3a2c - Browse repository at this point
Copy the full SHA 46a3a2cView commit details
Commits on Jul 28, 2024
-
Main+Freqlog: Implement changes requested by @Raymo111
Signed-off-by: Slendi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e0d0d9 - Browse repository at this point
Copy the full SHA 9e0d0d9View commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f589f05 - Browse repository at this point
Copy the full SHA f589f05View commit details -
Simplify code, update documentation
Signed-off-by: Slendi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ef3b42c - Browse repository at this point
Copy the full SHA ef3b42cView commit details -
Create listener_thread in __init__
Signed-off-by: Slendi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d8e6a2 - Browse repository at this point
Copy the full SHA 8d8e6a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e13c30c - Browse repository at this point
Copy the full SHA e13c30cView commit details
Commits on Aug 14, 2024
-
Merge branch 'master' into libvinput
Signed-off-by: Raymond Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a48ecd7 - Browse repository at this point
Copy the full SHA a48ecd7View commit details
Commits on Aug 15, 2024
-
Fix: Update timing after adding key to word
Edge case where a non-allowed char key (e.g. number) typed fast enough to be considered a chord is added as the first character of a word, and timing is not initialized. When a non-chord key (e.g. modifier key) is then pressed (to end the word), the word is logged but there is no timing associated with it, which would cause a crash.
Configuration menu - View commit details
-
Copy full SHA for 9d4bff8 - Browse repository at this point
Copy the full SHA 9d4bff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 117a8de - Browse repository at this point
Copy the full SHA 117a8deView commit details