mb1986 / rm-hacks

Small improvements and tweaks for rM devices, covering both rM1 and rM2.
Other
442 stars 9 forks source link

Optional logging of keyboard input for use with background scripts #245

Open plan5 opened 4 months ago

plan5 commented 4 months ago

It would be awesome if there was a way to log keyboard input (temporarily) to a readable file.

This way, custom scripts could be triggered that need keyboard input.

This might be remotely related to https://github.com/mb1986/rm-hacks/issues/61

Specifically I'm thinking about a fix for https://github.com/plan5/remarvin that would allow entering a password without the need of rm2fb. My current implementation renders ~/.local/share immutable. Otherwise I might have considered reading the title from a newly created file, but that's a topic for here: https://github.com/plan5/remarvin/issues/8