Set a key and description.
- Note:
- group and description must be in English; this function takes care of translating them. Of course, they still have to be marked for translation using the
N_()
macro.
- Parameters:
-
| group | is the help group. e.g. "Movement" or "Time & Date" |
| oldKey | is the textual representation of the old key binding (in the case or re-mapping), e.g. "CTRL + H". Can be an empty string |
| newKey | is the textual representation of the key binding, e.g. "CTRL + H" |
| description | is a short description of what the key does |