This commit is contained in:
Kovid Goyal
2017-02-10 15:13:22 +05:30
parent 0f8b83755a
commit 063d6652e0
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ raw = subprocess.check_output([
key_map = json.loads(raw)
lines = [
'See link:protocol-extensions.asciidoc#keyboard-handling[Keyboard Handling protocol extension]',
'', '|===', '| Name | Encoded representation', ''
'', '|===', '| Name | Encoded representation (base64)', ''
]
for k in sorted(key_map):
lines.append('| {:15s} | `{}`'.format(k.replace('_', ' '), key_map[k]))