Results 27 comments of Amin D.

Hello, i just tried it as you asked [#367](https://github.com/sezanzeb/input-remapper/discussions/367#discussioncomment-3113429). It works as it should but i found a problem when toggling, the toggle stays even after stopping the injection. For...

One more thing to add to that, i'm not sure if that is related to the toggle function, but i think its more related of how the program works. I...

>expected. the toggle macro sends a key-down event and then stops. If you stop the injection the macro won't have a chance of injecting a key-up event. Do you think...

> a `textbox` and a handful of signal handlers, and the code is already there to reference Thanks, thats a good idea. Can you please explain how i would do...

I know this is offtopic but in case someone needs it i found it out: ```lua tag.connect_signal("property::layout", function() local name = awful.layout.getname(awful.layout.get(awful.screen.focused())) if CUSTOM_LAYOUT_NAMES[name] ~= nil then layout_textbox:set_text(CUSTOM_LAYOUT_NAMES[name]) else layout_textbox:set_text(name)...

Firstly thank you for your good work. :) No problem i hope to see that be added in the future. As for that workaround it remaps my Alt_R which i...

> What's your expected behavior for that case? Just output `a`, or nothing? In the workaround you gave me i can access the german layer only with `capslock` since its...

Sorry for my bad explaination. So what i exactly need is: Input -> output: - CapsLock+u -> Home - CapsLock+o -> End - CapsLock+p -> PageUp - CapsLock+; -> PageDown...

> I expect this config to generate what you described. It does work but this time i have other issues: - Alt tabbing doesn't work because of Alt_L: Alt_R (because...