Merge branch 'update_comment' of https://github.com/Luflosi/kitty

This commit is contained in:
Kovid Goyal 2019-12-24 19:31:37 +05:30
commit 902c2f6c88
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -387,7 +387,7 @@ def generate_key_table_impl(w):
def generate_key_table():
# To run this, use: python3 . +runpy "from kitty.keys import *; generate_key_table()"
# To run this, use: ./kitty/launcher/kitty +runpy "from kitty.keys import *; generate_key_table()"
import os
from functools import partial
with open(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'keys.h'), 'w') as f: