Port shortcut and sequence matching code

This commit is contained in:
Kovid Goyal
2021-01-14 04:26:03 +05:30
parent f94a5f4e5c
commit 6b2ffc774f
5 changed files with 30 additions and 24 deletions

View File

@@ -135,7 +135,8 @@ as color16 to color255.''')
_('Keyboard shortcuts'),
_('''\
Keys are identified simply by their lowercase unicode characters. For example:
``a`` for the A key, ``[`` for the left square bracket key, etc.
``a`` for the A key, ``[`` for the left square bracket key, etc. For functional
keys, such as ``Enter or Escape`` the names are present at :ref:`functional`.
For a list of modifier names, see:
:link:`GLFW mods <https://www.glfw.org/docs/latest/group__mods.html>`