diff --git a/doc/keyboard.rst b/doc/keyboard.rst index 2a2ff5f..f71ff2c 100644 --- a/doc/keyboard.rst +++ b/doc/keyboard.rst @@ -14,6 +14,8 @@ number in the selected base. .. image:: calculator.png :height: 560 +The alpha mode keyboard is also slightly modified and hass the +``ALDI`` function where ``ARCL`` normally is. .. index:: activation @@ -38,6 +40,9 @@ usual. Another way to disable Ladybug is to turn the calculator off and unplug the module. +The shifted USER key can also be used in alpha mode to exit integer +mode. + Secondary functions =================== diff --git a/src/ladybug.s b/src/ladybug.s index 1da23d0..3b07e39 100644 --- a/src/ladybug.s +++ b/src/ladybug.s @@ -381,8 +381,10 @@ alphaKeys: gosub keyKeyboard ; does not return .section Code .align 4 alphaKeyTable: - .con 58 ; RCL + .con 58 ; shifted RCL, where ARCL usually is KeyEntry ALDI + .con 78 ; shifted USER + KeyEntry EXITAPP .con 0x100 ; end of table .section Code