Skip to content

Releases: AhmetAkyuez/MacroMap

V2.0

01 Jan 20:22
Compare
Choose a tag to compare
  • added ANSI keyboard layout support
  • added support for embedding images on every layer
    • Currently there is no convenient way to add them
    • You have to go into @Resources\KeyStorage.inc and add them like:
    • ESCImg--Var = #@#Images\blacks.png
    • QImg--SHIFT-CTRL-WIN-ALT-ALTGR-FN = #@#Images\blacks.png
    • SpaceImg--CTRL-WIN-ALTGR-FN = D:\Images\test.png
  • added context menu option to switch mousebutton keys on/off

V1.1

31 Dec 23:07
Compare
Choose a tag to compare
  • Added mousebuttons and arrowkeys

  • Various bugfixes e.g. unicode symbols

  • Improved Key positions

V1.0

19 Jul 10:37
Compare
Choose a tag to compare
  • major upgrade of core function
    • the whole modifier system was redone from a static to fully dynamic behavior
    • dynamic behavior increases possible modifier combinations from 16 to all possible 64 combinations
    • removed error-state and audio queues because there are no undone modifier combinations left
  • added Fn-Key as modifier
  • KeyStorage was increased from couple hundred keys to maximum of nearly 5000 key inputs
  • improved Textures
  • Reduced file size by nearly 90%

Roadmap:

  • Make textures fully dynamic with rainmeter color matrix
  • add more complex textures
  • add support for ANSI and JIS Layout
  • (add more Keys: MouseButtons, Numpad, ArrowKeys)

V0.6

19 Jul 06:01
Compare
Choose a tag to compare
V0.6 Pre-release
Pre-release

Changelog:

  • Added multiple skin textures
  • Added scroll to change global font size
  • Added multiple error sounds
  • Added custom context menu
  • Added double click to enter size and global font

V0.5

19 Jul 05:55
Compare
Choose a tag to compare
V0.5 Pre-release
Pre-release
Initial commit