Tobi
bb2c487380
Updated config file docs
2022-06-05 10:52:27 +02:00
jonasBoss
3f94e4eea0
Fix GitHub Actions data directory ( #405 )
2022-05-17 22:57:55 +02:00
jonasBoss
f955290b04
Merge branch 'main' into beta ( #399 )
2022-05-11 23:17:42 +02:00
Tobi
a9ab691d90
Removed deprecated usage of hold
from docs
2022-05-10 08:36:49 +02:00
Tobi
e651591cec
Updated examples.md, added double tap example
2022-05-10 08:33:57 +02:00
Tobi
3ccc2310f8
Added link to Ubuntu repo
2022-05-09 09:37:57 +02:00
Tobi
796a776485
Improved macro exception handling, keystroke sleep cleanup ( #397 )
2022-05-08 19:56:25 +02:00
sezanzeb
5d425c4caf
fixed specs
2022-05-08 11:03:04 +02:00
sezanzeb
d0fa3799d4
Added beta to readme
2022-05-08 10:44:15 +02:00
sezanzeb
2d2312080a
semver2
2022-05-08 10:12:23 +02:00
sezanzeb
ebde37856e
semver
2022-05-08 10:00:07 +02:00
Tobi
421749728b
Clearing pipes on creation ( #396 )
2022-05-07 19:15:22 +02:00
sezanzeb
bb0e60ebc3
Trigger macro syntax check after typing ( #394 )
...
Co-authored-by: Te Wang <kearkyle@gmail.com>
2022-05-07 18:56:15 +02:00
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
2022-05-07 18:54:29 +02:00
Tobi
97ff743c99
Trigger macro syntax check after typing ( #394 )
2022-05-07 18:45:07 +02:00
Tobi
d71d97136a
Added None
keyword ( #393 )
2022-05-07 18:15:53 +02:00
Tobi
3a48d2680e
Added key_down
and key_up
macros ( #391 )
2022-05-07 18:09:08 +02:00
Tobi
96950e8387
Parsing a + b
to hold_keys(a, b)
( #392 )
2022-05-07 18:08:25 +02:00
Tobi
2f242023f5
Improved logs for communication with the Helper ( #387 )
2022-05-05 09:38:18 +02:00
Tobi
20331da6a3
Improved check if system is completely booted ( #384 )
2022-05-05 09:20:26 +02:00
jonasBoss
b931544650
workaround for old pydantic version ( #376 )
2022-04-21 09:36:33 +02:00
Tobi
d13b38ee1e
Some formatting ( #371 )
...
* docstrings format
* trailing commas, comment positions
* trailing comma, unused imports
2022-04-18 13:52:59 +02:00
jonasBoss
1a2b2d7076
Refactored injection ( #263 )
2022-04-17 12:19:23 +02:00
Tobi
1c7a6aaa9e
Hiding irrelevant permission denied error log ( #370 )
2022-04-16 10:55:44 +02:00
Tobi
4f03a7b484
More robust log file trimming ( #366 )
2022-04-15 13:32:54 +02:00
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.
2022-04-15 13:31:43 +02:00
Gavin Luo
c7094b552a
feat: add Simplified Chinese translation ( #363 )
2022-04-09 13:58:49 +02:00
Jose Riha
63f58f3927
Add 2 missing strings for translation, regenerate .pot. ( #356 )
2022-03-27 14:03:55 +02:00
Tobi
5f53ae8c7b
Add python3-pydbus dependency
2022-03-23 10:37:00 +01:00
sezanzeb
af20f87a12
1.4.2
2022-03-19 09:34:57 +01:00
Tobi
b6f26e1dfa
Asking for a python-evdev upgrade if outdated ( #346 )
2022-03-18 20:03:38 +01:00
Tobi
f4de4d9026
Fixed input_props unknown in UInput constructor ( #344 )
2022-03-18 12:16:44 +01:00
sezanzeb
6afa92b814
Removed obsolete destructor for test UInput
2022-03-17 10:44:35 +01:00
Tobi
54c3252101
Fix for missing input_props attribute ( #341 )
2022-03-17 10:38:21 +01:00
Tobi
96d36cc896
Lazy-Loading global uinputs ( #339 )
2022-03-17 10:32:22 +01:00
Tobi
754e252567
Update usage.md ( #337 )
2022-03-12 21:15:17 +01:00
Tobi
0cac61149c
Added hold_keys, rearranged test imports, removed deprecated macro capability tracking ( #320 )
2022-03-03 23:42:37 +01:00
Tobi
da8cb58f00
Not copying source.phys anymore ( #329 )
2022-03-03 23:37:46 +01:00
sezanzeb
180bf5aa41
1.4.1
2022-02-27 20:57:33 +01:00
Tobi
02a17d51bd
Copy props to the forwarded UInput ( #319 )
2022-02-27 16:11:07 +01:00
Tobi
2badf2c5d3
Mapping media keys ( #318 )
2022-02-27 15:43:01 +01:00
Tobi
8f8800498c
Fixed false positive if plus-syntax in comment ( #316 )
2022-02-26 14:13:22 +01:00
Tobi
fcfc58287c
parse
understands that strings are not macros (#315 )
2022-02-26 13:44:38 +01:00
Tobi
216b9d730d
Mapping to " " caused problems, general test improvements ( #314 )
2022-02-26 13:26:53 +01:00
Tobi
7fcd8fb59f
Greying out the key recording toggle ( #298 )
2022-02-12 11:51:42 +01:00
sezanzeb
85a6487e44
#295 Corrected usage.md
2022-02-12 11:10:19 +01:00
Tobi
55227e0b5a
Changed "otherwise" to "else" in macros, added migration ( #291 )
2022-02-08 15:53:59 +01:00
Jose Riha
84cdcf0467
Update Slovak translation ( #289 )
2022-02-08 11:01:35 +01:00
Jose Riha
79e432e031
Improve i18n ( #288 )
...
* Add Slovak translation for polkit message.
* More strings can be translated now.
2022-02-08 11:00:10 +01:00
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
2022-02-07 17:52:41 +01:00