mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 00:08:04 +02:00
Add remote drag protocol
Needs to be implemented.
This commit is contained in:
@@ -333,7 +333,7 @@ def parsers() -> None:
|
||||
write_header(text, 'kitty/parse-multicell-command.h')
|
||||
|
||||
keymap = {
|
||||
't': ('type', flag('aAmMrRoOpPeE')),
|
||||
't': ('type', flag('aAmMrRoOpPeEk')),
|
||||
'm': ('more', 'uint'),
|
||||
'i': ('client_id', 'uint'),
|
||||
'o': ('operation', 'uint'),
|
||||
|
||||
Reference in New Issue
Block a user