Releases: AhmetAkyuez/MacroMap
Releases · AhmetAkyuez/MacroMap
V2.0
- 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
-
Added mousebuttons and arrowkeys
-
Various bugfixes e.g. unicode symbols
-
Improved Key positions
V1.0
- 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
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
Initial commit