Version 1.4.0
- Key Mapping overhaul
- Fixes
send bugs
- Fixes many-to-many mapping bugs
- Fixes modifier keys getting stuck down when sending keys
- Fixes
<cmd-tab> application switching bug
- Key map searching improvements
- Fixes abbrev plugin issues
Note for abbrev plugin users: This update requires an updated abbrev plugin.
https://github.com/keymando/abbrev/
Download
Documentation
Version 1.3.2
- Fixes issues with CFNetwork and OSX 10.7
- Due to Xcode issues, requires OSX 10.7+
Download
Documentation
Version 1.3.0
- Key mapping improvements
- Allows for case-insensitive keywords: cmd, ctrl, alt, right, left, etc.
Bug fix related to > character.
Adds ability to query keyboard state for keyup? and keydown? Useful for determining if right side modifier keys are pressed.
MacRuby 0.12 release
Makes menu icons grayscale
Fixes Growl framework issues on HFS
Adds CFNetwork.framework
Better contrast to menu icon
Fixes broken keycode 10. Uses Icelandic characters for now. Will need to implement keyboard layouts.
Download
Documentation
Version 1.2.3
- Fixes bug when Access for Assistive Devices is off
- Performance improvements
Download
Documentation
Version 1.2.2
- Adds RightCtrl key code
- Adds PrintScreen key code
- Adds ScrollLock key code
- Adds Pause key code
Download
Documentation
Version 1.2.1
Download
Documentation
Version 1.2.0
- Fixes memory leak
- Fixes mapping issue with right command key
- Adds
key_down DSL method
- Adds
key_up DSL method
- Adds
holding_key DSL method
- Adds the ability to change the notification mechanism using the following mechanism:
- MessageBoard.change _ notifier _ to(new _ notifier)
- Where new _ notifier is an items that can respond to following 2 methods:
- success _ message(message,header)
- error _ message(message,header)
- Adds the GrowlNotifier as an alternative to the modal style built in notification mechanism
Download
Documentation
Version 1.1.3
Changelog
- Adds key code mapping
- Adds key code mapping
Download
Documentation
Version 1.1.2
Changelog
- Bug fix in application startup with missing keymandorc.rb file
Download
Documentation
Version 1.1.1
Changelog
- Bug fix in application activation
- Bug fix handling string->block/command mapping. Correctly consumes key events, does not send keys part of the mapping.
Download
Documentation
Version 1.1.0
Changelog
- Improving DMG construction
- Adding readme for OSX 10.6 users regarding Bridge Support Requirement
- Bumping version to 1.1 release
Download
Documentation
Version 1.0.10
Fixed the bug with Plugins::KeyMapping
Download
Documentation
Version 1.0.9
Changelog
Download
Documentation
Version 1.0.8
Changelog
- Added missing key maps
- Better exception handling
Download
Documentation
Version 1.0.7
Changelog
- Added the ShiftWindow command for incremental window positioning
Download
Documentation
Version 1.0.6
Changelog
- Bug fix: Crash on closing certain applciations (Xcode, Firefox, Rdio)
Download
Documentation
Version 1.0.5
Changelog
Download
Documentation
Version 1.0.4
Download
Documentation