mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
Update kitty invocation when preprocessing README
This commit is contained in:
parent
22159c5eb4
commit
e429b8484c
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ if raw != nraw:
|
|||
open('README.asciidoc', 'w').write(nraw)
|
||||
|
||||
raw = subprocess.check_output([
|
||||
'kitty', '-c',
|
||||
'kitty', '+runpy',
|
||||
'from kitty.key_encoding import *; import json; print(json.dumps(ENCODING))'
|
||||
]).decode('utf-8')
|
||||
key_map = json.loads(raw)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue