diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt index 86a6136d32..1d2cca3073 100644 --- a/runtime/doc/intro.txt +++ b/runtime/doc/intro.txt @@ -373,8 +373,10 @@ notation meaning equivalent decimal value(s) ~ keypad - *keypad-minus* keypad * *keypad-multiply* keypad / *keypad-divide* + keypad . *keypad-point* + keypad , *keypad-comma* + keypad = *keypad-equal* keypad Enter *keypad-enter* - keypad Decimal point *keypad-point* - keypad 0 to 9 *keypad-0* *keypad-9* shift-key *shift* * control-key *control* *ctrl* *','') add_mapping('','') add_mapping('','') + add_mapping('','') + add_mapping('','') end) it('ok', function() @@ -96,6 +98,10 @@ describe('mappings', function() check_mapping('','') check_mapping('','') check_mapping('','') + check_mapping('','') + check_mapping('','') + check_mapping('','') + check_mapping('','') end) end)