keyfreq icon indicating copy to clipboard operation
keyfreq copied to clipboard

Track Emacs commands frequency

Results 13 keyfreq issues
Sort by recently updated
recently updated
newest added

I've often looked at this package and wondered why it seems very nearly useful. The lack of data on key sequences seems to be a problem. Implementation wise, for each...

Unfortunately I cannot reproduce, but I lost the content of my `~/.emacs.keyfreq`. It may not even be a keyfreq bug, but I think it's useful to have an issue to...

At https://github.com/dacap/keyfreq/blob/main/keyfreq.el#L465 the `(list-system-processes)` function is called, but when `default-directory` is on a remote host, this attempts to lists the processes on that host. This can lead to latency and...

I love keyfreq and I want to see more info about excluded commands. Is there a way to count excluded command separately? Thank you very much!

Is there a way to export the stats, e.g. orgmode table?

- `touch ~/.emacs.keyfreq` - start emacs with keyfreq - exit emacs, in old version of keyfreq, emacs can exit with some error message. Now emacs CANNOT exit

The first commit fixes #7. The second commit fixes #12, at least, it adds a new function able to merge two stats' files, following my proposal in the disucssion in...

Along command frequency we could record keystrokes frequency. Check for "this-command-keys" in "keyfreq-pre-command-hook" function. More information: http://www.gnu.org/software/emacs/manual/html_node/elisp/Command-Overview.html http://www.gnu.org/software/emacs/manual/html_node/elisp/Command-Loop-Info.html

In Emacs 24.4, more packages will look for `~/.emacs.d/` instead of `~/.` by default. For example: ~/.emacs.d/timelog replaces ~/.timelog ~/.emacs.d/vip replaces ~/.vip ~/.emacs.d/viper replaces ~/.viper ~/.emacs.d/ido.last replaces ~/.ido.last ~/.emacs.d/kkcrc replaces...

Currently keyfreq produces a huge output, displaying key frequencies even for keys that display as 0.00% of the key press population being recorded. But really, this is a lot more...