HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jarusll

no profile record

Submissions

Show HN: Tokri – a cross-platform drag-and-drop desktop basket

github.com
1 points·by jarusll·6 tháng trước·0 comments

Show HN: Tokri – a desktop basket for temporary files, text, and images

github.com
2 points·by jarusll·7 tháng trước·0 comments

Show HN: Keydogger – Minimal keyboard macro for Linux (Wayland)

github.com
97 points·by jarusll·2 năm trước·43 comments

comments

jarusll
·2 năm trước·discuss
I do agree the README was terrible. I've fixed it.
jarusll
·2 năm trước·discuss
Dmenu like fuzzy search does make sense when you have alot of expansions. I'll add it as I find the need for it myself.
jarusll
·2 năm trước·discuss
It is not meant to compete with feature rich programs.

Keydogger does one thing and it does it well. If you think it's misbehaving in any way, it's so small you can read and confirm that behaviour.
jarusll
·2 năm trước·discuss
Looked up `abbrev-mode` and that is a correct analogy. Abbrev mode also handles emojis, pretty cool. But then it's Emacs so I shouldn't be surprised.

Offtopic, I wish my younger self followed RTFM when I used to use Emacs.
jarusll
·2 năm trước·discuss
It works on Wayland as well AFAIK. I looked up espanso for expanding emojis and it seems they too use `wl-clipboard`
jarusll
·2 năm trước·discuss
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`
jarusll
·2 năm trước·discuss
You get it perfectly. Being auditable was one of the priority which is exactly why it's small.

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.