I'm considering moving from Karabiner (formerly KeyRemap4MacBook) to Keymando, but I have a few use-cases I can't figure out in Keymando
1. Is it possible to select dynamically select text? In emacs, this is called "setting the mark." Essentially, you set the mark and then select text via your regular nav keys. When you take any action on selected text--copying, cutting, etc, the mark is unset.
The following doesn't work on Mavericks:
command "set_mark" do
hold_key("<shift>")
end
2. Bindings such as--
map ;hi, 'Hi there!'
--do not display any text on the screen until the initial string is finished. This is unfortunate, as it's counterintuitive for string input to not show up on the screen. Ideally, text expansions, or snippets would display as entered until we hit a 'completion-modifier' such as `tab`.
Thanks,
Dylan