Tobi
Tobi
as suggested in https://github.com/sezanzeb/input-remapper/discussions/367#discussioncomment-3093164 closes https://github.com/sezanzeb/input-remapper/issues/198 `toggle(KEY_A)` utilizes the SharedDict object to remember if a key was held down
# Helping Users - Answer questions in https://github.com/sezanzeb/input-remapper/discussions - Watching the repo for new Discussions and Issues ("Watch" button on the top right), and answer them if a user needs...
for faster preset switches One major issue for smooth on-the-fly preset switches has always been the delay between new injections, which I assume is because of grabbing the device and...
Moved from https://github.com/sezanzeb/input-remapper/issues/359#issuecomment-1128628606 --- I run a ubuntu image on Citrix VDI. I can choose "AT Translated Set 2 keyboard" and "VirtualPS/2 VMware VMMouse" as device in dropdown. And it's...
See https://github.com/sezanzeb/input-remapper/pull/219#issuecomment-988001940, I think someone mentioned in a blog or something that suspend or whatever doesn't work with input-remapper - [ ] Does a running injection stop? If yes, do...
- Removing `uinput_write_history` and only using `uinput_write_history_pipe` - Always using `cleanup` instead of `quick_cleanup`. Makes tests take longer, but maybe there can be optimizations - helper functions for waiting for...
```c# key(a).key(b).key(c) ``` might look correct in some way, but ```c# key(a). key(b). key(c) ``` really doesn't. And ```c# key(a) .key(b) .key(c) ``` like how it would be formatted in...
see https://github.com/sezanzeb/input-remapper/discussions/367 - [ ] I think currently on main if a macro is already running, it won't trigger it again. Therefore it is not possible to interact with a...
Currently, variables are global across all injections. This can cause issues if a variable is expected to be empty when applying a preset. An alternative to the `$` symbol could...
@jonasBoss https://github.com/sezanzeb/input-remapper/blob/beta/readme/usage.md#combinations will be outdated, right? Can you please describe the option to release the triggering key?