Kovid Goyal
Kovid Goyal
Closing, since this issue should be resolved. If someone is still experiencing it with kitty 0.20.3 or newer, let me know.
https://sw.kovidgoyal.net/kitty/faq/#how-do-i-map-key-presses-in-kitty-to-different-keys-in-the-terminal-program https://sw.kovidgoyal.net/kitty/conf/#shortcut-kitty.Send-arbitrary-text-on-key-presses
Note that kitty supports XTGETTCAP and I am a big fan of using it if you are anyway doing query roundtripping. Indeed kitty extends XTGETTCAP to allow you to query...
Do you actually need a 100 different things? I suggest you do a bit of differential analysis on the common terminals you support to see what they actually differ on...
On Mon, Oct 18, 2021 at 10:27:34AM -0700, nick black wrote: > > Do you actually need a 100 different things? I suggest you do a bit of differential analysis...
This needs to be fixed in the compositor and more generally in the wayland cursor library. applications can do nothing about it. The commit you linked to has nothing to...
Go ask the maintainers of wayland-protocols to merge the protocol then. I was very clear as to what conditions were required for this PR to land.
This is now implemented in master. Tested with sway, Hyprland and kwin. Run ``` kitty +kitten panel --edge=background htop ``` to have kitty render the background. Remember to disable any...
No, macOS doesnt support this kind of thing as far as I know.
On Sat, Apr 13, 2024 at 03:29:57PM -0700, Pierre Houston wrote: > https://stackoverflow.com/a/4982619/592739 That's not the same thing, for example the window can still grab keyboard focus. It will participate...