home *** CD-ROM | disk | FTP | other *** search
- ;
- ; ProgCalc Storage - Version 2.10
- ;
- ;
- ; Window opening/closing hot keys
- ;
- ; hotekey.xxx - Set xxx to value of desired hot key, do not insert spaces
- ; or otherwise change layout of this line. Originally hotkey.437="window.opencalculator"
- ; 437=CTRL/SHIFT/F5
- hotkey.437="window.opencalculator"
- ; This next one seemss silly, but stops the generic number icon handler from eating minus signs
- hotkey.45="calc.-"
- ;
- ; Calculator window short-cuts (see !ProgCalc.Menu to get an idea how this works,
- ; you are on your own beyond this)
- calckey.1="menubox.xascii"
- calckey.2="menubox.base"
- calckey.5="calc.xexp10"
- calckey.6="calc.xfraction"
- calckey.9="calc.xinteger"
- calckey.12="calc.xlog10"
- calckey.13="calc.="
- calckey.16="calc.pi"
- calckey.18="calc.xreciprocal"
- calckey.19="calc.xsqrt"
- calckey.23="calc.swap"
- ; Make up/down arrows swap input/accumulator
- calckey.398="calc.swap"
- calckey.399="calc.swap"
- ;
- ;
- ; DO NOT CHANGE ANYTHING BELOW HERE
- ;
- ; Display storage
- calc.input=0,-1
- calc.accdec=0,-1
- calc.acchex=0,,,,16
- calc.accascii="",5
- calc.pendingops="",7
- ; Memory icons and values, not displayed
- calc.m1=FALSE
- calc.m2=FALSE
- calc.m3=FALSE
- calc.m4=FALSE
- ; Hexidecimal select icon (starts as "to hexidecimal")
- calc.h="⇨H"
- ; Control of shading and icon contents when in hex or decimal mode
- noaction.hexshade=UNSHADE
- noaction.decshade=UNSHADE
- calc.a=" "
- calc.b=" "
- calc.c=" "
- calc.d=" "
- calc.e=" "
- calc.f=" "
- calc..="."
- ; Menu dialogue values
- calc.xascii="",5
- calc.logexpn=16,,2,99
- calc.basebase=8,,2,36
- calc.basenumber=0,-1,,,8
- ; Info display box (some values overwritten by program)
- noaction.fileversion=2.00,2
- noaction.name="ProgCalc",32
- noaction.purpose="Programmer's Calculator",32
- noaction.author="© Ray Loades-Bannon, 1991",32
- noaction.version="0.01 (12-Feb-91)",32
-