keycast icon indicating copy to clipboard operation
keycast copied to clipboard

Consider supporting header-line

Open precompute opened this issue 3 years ago • 1 comments

Hi, keycast only supports the mode-line right now. But it is also possible to use the header-line in place of the mode line.

Example: https://github.com/rougier/nano-modeline

(Otherwise, one can set header-line-format to mode-line-format (with other necessary changes) and turn on global-hide-mode-line-mode to get the "mode line" at the top of the window.)

It is not possible to use keycast when the global-hide-mode-line-mode and the header-line is active. Support for the header-line with a flag to specify the same would be super.

precompute avatar Apr 01 '22 11:04 precompute

It's likely that I will do that eventually but it's also likely that I won't do it soon.

tarsius avatar Apr 01 '22 11:04 tarsius

I've implemented support for that now.

tarsius avatar Dec 05 '22 11:12 tarsius

Thank you!

precompute avatar Dec 16 '22 09:12 precompute