diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-12-25 22:41:29 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-12-25 22:47:06 +0100 |
commit | 303f8baa7d4c32126afe8dd5ade702c813cc8251 (patch) | |
tree | de674415712cdee7ae78056020b0303ae062f943 /build | |
parent | f6c8e9ed2c6f7344784b2aaee2223d24bfdf3de9 (diff) | |
download | installation-guide-303f8baa7d4c32126afe8dd5ade702c813cc8251.zip |
Provide more details on the textual front-end keyboard shortcuts
Diffstat (limited to 'build')
-rw-r--r-- | build/entities/common.ent | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent index 627aef2cf..3eef6f92b 100644 --- a/build/entities/common.ent +++ b/build/entities/common.ent @@ -58,6 +58,8 @@ <!ENTITY enterkey "<keycap>Enter</keycap>"> <!ENTITY escapekey "<keycap>Esc</keycap>"> <!ENTITY tabkey "<keycap>Tab</keycap>"> +<!ENTITY spacekey "<keycap>Space</keycap>"> +<!ENTITY shiftkey "<keycap>Shift</keycap>"> <!ENTITY MSG-YES "<userinput>Yes</userinput>"> <!ENTITY MSG-NO "<userinput>No</userinput>"> <!ENTITY BTN-CONT "<guibutton>Continue</guibutton>"> |