mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 08:47:47 +02:00
Send drop move events to child
This commit is contained in:
@@ -333,6 +333,7 @@ def parsers() -> None:
|
||||
keymap = {
|
||||
't': ('type', flag('aA')),
|
||||
'm': ('more', 'uint'),
|
||||
'i': ('client_id', 'uint'),
|
||||
}
|
||||
text = generate(
|
||||
'parse_dnd_code', 'screen_handle_dnd_command', 'dnd_command', keymap, 'DnDCommand',
|
||||
|
||||
Reference in New Issue
Block a user