Questions tagged [keymando]

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.

8 questions
3
votes
2 answers

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 "" { alert("CapsLock-j") } ... and hit Reload Config in the Keymando menu, I get an error dialog that says: Error…
TechZen
  • 64,370
  • 15
  • 118
  • 145
1
vote
0 answers

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.
user1151
1
vote
1 answer

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. If 1.2.2 should be fine on Mountain Lion, does…
Peaeater
  • 626
  • 5
  • 19
0
votes
1 answer

Keymando 'Reload' Command

I have never gotten this 'reload' command to work ... regardless of the mapping ... currently using ... map "" { reload } # not reloading either Could you provide another example?
0
votes
1 answer

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 "" do send("a") end This sends Cmd+a rather than a which is what I want. (This is a made up example, but illustrates the…
Himanshu P
  • 9,586
  • 6
  • 37
  • 46
0
votes
1 answer

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 "@ / #" key, keymando crash with this double alert…
Jerome
  • 190
  • 1
  • 9
0
votes
1 answer

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 - they call it Abbreviations - but I don't see how…
Matthew
  • 947
  • 2
  • 13
  • 20
0
votes
2 answers

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?
Adam
  • 1,561
  • 2
  • 15
  • 25