Ctrl+wheel to zoom in text ?

191 views
Skip to first unread message

simone....@gmail.com

unread,
Oct 1, 2014, 9:57:34 AM10/1/14
to osx-ka...@googlegroups.com
I'd like to use Karabiner to reuse unused key combinations like in windows
One which is very familiar to me is ctrlwheel to zoom/unzoom
However I don't seem to be able to map it

here is my private.xml
    <item>
        <name>Ctrl-rotella => mela-+/-</name>
        <identifier>private.simone.wheelzoom</identifier>
        <autogen>
            __KeyToKey__
            KeyCode::VK_MOUSEKEY_SCROLL_UP , ModifierFlag::CONTROL_L,
            KeyCode::BRACKET_RIGHT, ModifierFlag::COMMAND_L
        </autogen>
        <autogen>
            __KeyToKey__
            KeyCode::VK_MOUSEKEY_SCROLL_DOWN , ModifierFlag::CONTROL_L,
            KeyCode::SLASH, ModifierFlag::COMMAND_L
        </autogen>
    </item>

Takayama Fumihiko

unread,
Oct 1, 2014, 10:11:11 PM10/1/14
to simone....@gmail.com, osx-ka...@googlegroups.com
Please use these autogens:
(Note:
If you are using pc mouse that has traditional scroll wheel,
you might have to scroll the wheel 2-3 times.)

----------------------------------------
<autogen>
__ScrollWheelToKey__
ScrollWheel::UP, ModifierFlag::CONTROL_L,
KeyCode::BRACKET_RIGHT, ModifierFlag::COMMAND_L
</autogen>
<autogen>
__ScrollWheelToKey__
ScrollWheel::DOWN, ModifierFlag::CONTROL_L,
KeyCode::SLASH, ModifierFlag::COMMAND_L
</autogen>
----------------------------------------

--
Takayama Fumihiko <tek...@pqrs.org>
> --
> You received this message because you are subscribed to the Google Groups "Karabiner" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to osx-karabine...@googlegroups.com <mailto:osx-karabine...@googlegroups.com>.
> To view this discussion on the web visit https://groups.google.com/d/msgid/osx-karabiner/996e77da-5660-44f4-8213-36d7cf995464%40googlegroups.com
> <https://groups.google.com/d/msgid/osx-karabiner/996e77da-5660-44f4-8213-36d7cf995464%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout.

simone....@gmail.com

unread,
Oct 2, 2014, 9:47:36 AM10/2/14
to osx-ka...@googlegroups.com, simone....@gmail.com
many thanks: this works like a charm!
compliments for the great tool

     -Simone
> To unsubscribe from this group and stop receiving emails from it, send an email to osx-karabine...@googlegroups.com <mailto:osx-karabiner+unsub...@googlegroups.com>.
Reply all
Reply to author
Forward
0 new messages