mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-14 12:34:44 +02:00
Reduce size of encoded key event by using base64 encoding
This commit is contained in:
@@ -37,7 +37,7 @@ if raw != nraw:
|
||||
|
||||
raw = subprocess.check_output([
|
||||
'kitty', '-c',
|
||||
'from kitty.keys import *; import json; print(json.dumps(key_extended_map))'
|
||||
'from kitty.keys import *; import json; print(json.dumps(generate_key_extended_map(True)))'
|
||||
]).decode('utf-8')
|
||||
key_map = json.loads(raw)
|
||||
lines = [
|
||||
|
||||
Reference in New Issue
Block a user