diff options
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>"> |