diff options
Diffstat (limited to 'XCalc.ad')
-rw-r--r-- | XCalc.ad | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,5 @@ ! $XConsortium: XCalc.ad,v 1.13 94/03/03 19:19:32 converse Exp $ +! $XFree86: xc/programs/xcalc/XCalc.ad,v 1.3 2003/10/24 20:38:14 tsi Exp $ ! XCalc application class resource file XCalc.Title: Calculator @@ -76,6 +77,7 @@ XCalc*ti.bevel.screen.LCD.translations: #replace\n\ <Key>KP_Add:add()\n\ <Key>KP_Subtract:subtract()\n\ <Key>KP_Decimal:decimal()\n\ + <Key>KP_Separator:decimal()\n\ <Key>KP_Divide:divide()\n\ <Key>KP_Tab:equal()\n\ <Key>Clear:clear()\n\ |