[flagged]
Show HN: Keydogger – Minimal keyboard macro for Linux (Wayland)
11–20 of 46 posts
Re: Show HN: Keydogger – Minimal keyboard macro for Linux (Wayland)
#12The readme hardly explains what it does. Is it a keyboard macro service? E.g. for a given keyboard shortcut I get a predefined sequence of keys pressed?
Re: Show HN: Keydogger – Minimal keyboard macro for Linux (Wayland)
#13Found especially kanata a delight to use, while being both minimal, if needed, and maximally feature-filled if desired.
Re: Show HN: Keydogger – Minimal keyboard macro for Linux (Wayland)
#14[flagged]
Re: Show HN: Keydogger – Minimal keyboard macro for Linux (Wayland)
#15Re: Show HN: Keydogger – Minimal keyboard macro for Linux (Wayland)
#16Earlier quoted context omitted.
I think the GIF is supposed to give the breakdown. As I understand, type "@mymacro" and it can expand it to whatever you define. Wouldn't hurt to have a description in text though...
It's mysterious to me as well, but yeah after looking through the code briefly I think you define macros in the keydoggerrc file, and then keydogger watches the clipboard for triggers and responds accordingly. I love the idea, still a bit too much in the dark on the implementation to have an opinion though. Given the highly sensitive nature of the clipboard, I appreciate how small the app is because it's auditable. O…
Regarding the clipboard, it's a third party dependency. I looked into implementing Wayland clipboard myself but it is too deep Wayland. The only reason clipboard exists is because I cannot send non-printable characters using uinput.
Re: Show HN: Keydogger – Minimal keyboard macro for Linux (Wayland)
#17The readme hardly explains what it does. Is it a keyboard macro service? E.g. for a given keyboard shortcut I get a predefined sequence of keys pressed?
I think the GIF is supposed to give the breakdown. As I understand, type "@mymacro" and it can expand it to whatever you define. Wouldn't hurt to have a description in text though...
Re: Show HN: Keydogger – Minimal keyboard macro for Linux (Wayland)
#18Earlier quoted context omitted.
I think the GIF is supposed to give the breakdown. As I understand, type "@mymacro" and it can expand it to whatever you define. Wouldn't hurt to have a description in text though...
I do realise it now that it's missing it's usage. It's a simple keyboard macro which supports all printable characters for triggers and everything for expansions. It sends native key presses if all the expansion are printable characters. If not, it uses clipboard and sends `Ctrl+V`
Re: Show HN: Keydogger – Minimal keyboard macro for Linux (Wayland)
#19There is Expanso for xorg https://espanso.org/
Re: Show HN: Keydogger – Minimal keyboard macro for Linux (Wayland)
#20The readme hardly explains what it does. Is it a keyboard macro service? E.g. for a given keyboard shortcut I get a predefined sequence of keys pressed?
It looks like dabbrev in Emacs maybe?!
Offtopic, I wish my younger self followed RTFM when I used to use Emacs.