Commit Graph

732 Commits (51c6a4f6958b1888510588db68a330ddb8eac8f6)
 

Author SHA1 Message Date
Tobi 51c6a4f695
Added "keyboard + mouse" target (#417) 2 years ago
sezanzeb 0120b4342c updated badges 2 years ago
Tobi 0e3af46bcd
Removed logfiles (#418) 2 years ago
Tobi 8ed0a72c10
Ignoring audio devices (#414) 2 years ago
Tobi d9a57bab35
Updated multi-device combination macros 2 years ago
Tobi bb2c487380
Updated config file docs 2 years ago
jonasBoss 3f94e4eea0
Fix GitHub Actions data directory (#405) 2 years ago
Tobi a9ab691d90
Removed deprecated usage of `hold` from docs 2 years ago
Tobi e651591cec
Updated examples.md, added double tap example 2 years ago
Tobi 3ccc2310f8
Added link to Ubuntu repo 2 years ago
Tobi 796a776485
Improved macro exception handling, keystroke sleep cleanup (#397) 2 years ago
sezanzeb d0fa3799d4 Added beta to readme 2 years ago
Tobi 421749728b
Clearing pipes on creation (#396) 2 years ago
sezanzeb bb0e60ebc3 Trigger macro syntax check after typing (#394)
Co-authored-by: Te Wang <kearkyle@gmail.com>
2 years ago
Tobi b4852a6875
Revert "Trigger macro syntax check after typing (#394)" (#395)
This reverts commit 97ff743c99. because I screwed the commit message up, sorry. missing kearkyle as contributor
2 years ago
Tobi 97ff743c99
Trigger macro syntax check after typing (#394) 2 years ago
Tobi d71d97136a
Added `None` keyword (#393) 2 years ago
Tobi 3a48d2680e
Added `key_down` and `key_up` macros (#391) 2 years ago
Tobi 96950e8387
Parsing `a + b` to `hold_keys(a, b)` (#392) 2 years ago
Tobi 2f242023f5
Improved logs for communication with the Helper (#387) 2 years ago
Tobi 20331da6a3
Improved check if system is completely booted (#384) 2 years ago
Tobi 1c7a6aaa9e
Hiding irrelevant permission denied error log (#370) 2 years ago
Tobi 4f03a7b484
More robust log file trimming (#366) 2 years ago
Raman Gupta 2c5a4d71f2
Add `RequiresMountsFor=/var/log` to systemd unit (#369)
If anyone mounts `/var` from a separate filesystem, this will ensure that `/var/log/input-remapper-control` is not written before `/var`/ is mounted.
2 years ago
Gavin Luo c7094b552a
feat: add Simplified Chinese translation (#363) 2 years ago
Jose Riha 63f58f3927
Add 2 missing strings for translation, regenerate .pot. (#356) 2 years ago
Tobi 5f53ae8c7b
Add python3-pydbus dependency 2 years ago
sezanzeb af20f87a12 1.4.2 2 years ago
Tobi b6f26e1dfa
Asking for a python-evdev upgrade if outdated (#346) 2 years ago
Tobi f4de4d9026
Fixed input_props unknown in UInput constructor (#344) 2 years ago
sezanzeb 6afa92b814 Removed obsolete destructor for test UInput 2 years ago
Tobi 54c3252101
Fix for missing input_props attribute (#341) 2 years ago
Tobi 96d36cc896
Lazy-Loading global uinputs (#339) 2 years ago
Tobi 754e252567
Update usage.md (#337) 2 years ago
Tobi 0cac61149c
Added hold_keys, rearranged test imports, removed deprecated macro capability tracking (#320) 2 years ago
Tobi da8cb58f00
Not copying source.phys anymore (#329) 2 years ago
sezanzeb 180bf5aa41 1.4.1 2 years ago
Tobi 02a17d51bd
Copy props to the forwarded UInput (#319) 2 years ago
Tobi 2badf2c5d3
Mapping media keys (#318) 2 years ago
Tobi 8f8800498c
Fixed false positive if plus-syntax in comment (#316) 2 years ago
Tobi fcfc58287c
`parse` understands that strings are not macros (#315) 2 years ago
Tobi 216b9d730d
Mapping to " " caused problems, general test improvements (#314) 2 years ago
Tobi 7fcd8fb59f
Greying out the key recording toggle (#298) 2 years ago
sezanzeb 85a6487e44 #295 Corrected usage.md 2 years ago
Tobi 55227e0b5a
Changed "otherwise" to "else" in macros, added migration (#291) 2 years ago
Jose Riha 84cdcf0467
Update Slovak translation (#289) 2 years ago
Jose Riha 79e432e031
Improve i18n (#288)
* Add Slovak translation for polkit message.
* More strings can be translated now.
2 years ago
Luna Nova ee6b48ac32
Add github actions workflows (#267)
* Run linters and unit tests with github actions

* Reformat with black, 22.1.0 (compiled: yes)

* Remove native deps as should no longer be needed

* Remove pylint from workflows

* Remove unused Gtk dependency in test_daemon.py

* Install subset of python deps with apt-get for ci
2 years ago
sezanzeb 162e7fcbf7 Avoiding GObject dependencies for unit tests 2 years ago
nouraldeenm0 779263779e
Remove extra comma in the DEBIAN control file (#286) 2 years ago