Keymando is a key mapping and general automation tool for Mac OS X. Key mappings trigger arbitrarily complex Ruby scripts written by the end users themselves or provided as plugins by others. Keymando can provide control over any user interface element available through the Apple Accessibility API. ...

learn more… | top users | synonyms

0
votes
1answer
40 views

Keymando: Removing modifier keys when Sending keystrokes

When sending keystrokes using Keymando, is it possible to remove the currently held down modifiers? An example: map "<Cmd-d>" do send("a") end This sends Cmd+a rather than a which is ...
0
votes
0answers
30 views

What command do I use to output any text?

I would like to use Keymando to create shorcuts for command line output or to output repetitive code blocks within an editor. For Example (using psuedo code): only "Sublime Text 2" do map ...
0
votes
0answers
20 views

Map duplicate keystrokes for different apps?

I would like to map duplicate keystrokes that do different things depending on where the keystroke is executed. Is this possible? For example... only "Sublime Text 2" do map "<Ctrl-m>" { ...
0
votes
0answers
39 views

Keymando File System plugin crash [closed]

I use the 1.2.3 trial version on MBP Snow Leopard 10.6.8 with BridgeSupport Preview 3 installed I just install the FileSystem plugin https://github.com/keymando/file_system to ~/Library/Application ...
0
votes
1answer
42 views

Keymando crash when press “@ / #” key

I just install the trial version on my MBP (Snow Leopard 10.6.8). And correctly installed BridgeSupport Preview 3 before launch keymando I change nothing, just first launch and when I press the "@ / ...
0
votes
1answer
78 views

How do you configure text replacements using Keymando?

I want to do simple text replacements/spelling corrections using Keymando, eg. when I type "js", I want it to expand to "John Smith". The Keymando home page has a short video showing this capability ...
1
vote
1answer
211 views

Does keymando 1.2.2 support OSX 10.8 Mountain Lion?

Just installed the trial version of Keymando 1.2.2 on an instance of OSX Mountain Lion. Nothing seems to work - I add simple key maps, reload config, make sure Keymando is enabled - nothing happens. ...
0
votes
2answers
92 views

How to execute system commands in keymando

I need to be able to force a "Detect Display" via Keymando. I didn't see any examples on how to execute system commands. Any thoughts on how to do this?
0
votes
0answers
54 views

List of specific functions for keymando

I'm trying to build my own customizations for keymando, and one thing that I'm missing from the docs is a comprehensive list of all the domain methods supported. For example, I defined my own unmap ...
0
votes
1answer
106 views

Keymando 'Reload' Command

I have never gotten this 'reload' command to work ... regardless of the mapping ... currently using ... map "<Ctrl-Cmd-r>" { reload } # not reloading either Could you provide another ...
2
votes
2answers
232 views

Remap Capslock Key in Keymando?

Can you remap the CapsLock key in Keymando? CapsLock is listed as an available key but when I try a test like: map "<CapsLock-j>" { alert("CapsLock-j") } ... and hit Reload Config in the ...
1
vote
0answers
55 views

Can I use Keymando To Bind Things With MonoDevelop?

I'm working with the lovely Keymando and also with MonoDevelop, but I couldn't figure out how to use the bindings.