Andrey Mishchenko
Andrey Mishchenko
@cmsj can we reopen this? Or should I make a new issue? Or am I missing something?
I'd love to see this get merged at some point!
> > I'd love to see this get merged at some point! > > Do you know how I can add a pr-fix label to fix the workflow? Nope, unfortunately...
I am also experimenting with the [emacs-mac](https://bitbucket.org/mituharu/emacs-mac/src/master/) port and get similar results there as with terminal Emacs.
Also, looks like the built-in terminal emulator in VS Code does this task in 6.60 seconds. Kind of surprising.
Since people in this thread seem to be interested: [my fork](https://github.com/caseyscarborough/keylogger/compare/master...andmis:master) adds timestamps, keycode logging, key press/release logging, and modifier flags logging for every keystroke. (I also just print to...
Follow-up: I also added a Python script that parses the output of my `keylogger` and writes the events into a SQLite3 database, see https://github.com/andmis/keylogger/commit/a3b43bfd5965d2be6856d3bdb409cdeac5c35038.
My concern isn't related to just getting things to work. I know I could copy-paste the relevant Python modules or just comment-out the imports I don't need. My concern is,...
As of today on `master`, this is the list of functions (computed by looking at `share/fish/functions` of a clean install) which don't have associated docs (computed by looking at `share/man/man1`...
It looks like `delete-or-exit` is intended to implement readline's Ctrl-D. This was reimplemented in C++ at some point and the fish function was not deleted. I'm not sure it's still...