kkp icon indicating copy to clipboard operation
kkp copied to clipboard

Emacs support for the Kitty Keyboard Protocol

Results 9 kkp issues
Sort by recently updated
recently updated
newest added

Hi, I'm running emacs in a remote server, the emacs is running as daemon server, and I use wezterm terminal with ssh to login the server, then use emacsclient to...

I am using Emacs 29.3 and Kitty `0.35.1`. I have installed `kkp` because a few key combinations do not work without it (`Ctrl+'`). `M-` is defined to be `(backward-kill-word)` in...

Hi there, I've installed and activated this package per the instructions, and when I run `kkp-status` it reports: > KKP supported in this terminal. > KKP active in this terminal....

Hi, Thanks for this great package. It works so far for me in emacs GUI and `emacs -nw`. However, it doesn't work when used with emacs daemon and `emacsclient -t`....

Emacs currently does not distinguish between the `M-S-d` and `M-D` key combinations, as it only recognizes `M-D`. This PR addresses the issue by always selecting the secondary keycode when an...

Hello! Thanks for this package, it's tremendously useful. I have been running into an issue that, while I'm not sure if it is a kkp issue, seems like it might...

Different terminal emulators send the kitty keyboard protocol query responses in different orders: - Standard terminals: ESC[?u ESC[?c - WezTerm: ESC[?c ESC[?u Previously, kkp read events until seeing 'c', which...

I'm using kkp on WezTerm, and I alias `emacs` to `emacsclient --create-frame -t`. I noticed programs like `watch` and `less` messing up after having run Emacs in the same terminal....

Would you consider getting this work into Emacs master? I feel like this is something that should Just Work Out of The Box