loggerhead / Easy-Karabiner

A tool to simplify key-remapping configuration for Karabiner
MIT License
34 stars 2 forks source link

`Key` parse should query `Definition` first #1

Closed loggerhead closed 8 years ago

loggerhead commented 8 years ago

For example

['alt mouse_left', 'mouse_left Open::COPY_FINDER_PATH']

Not works as expect, but generated XML config below

<autogen> __KeyToKey__
  PointingButton::LEFT, ModifierFlag::OPTION_L, ModifierFlag::NONE,
  PointingButton::LEFT, Open::COPY_FINDER_PATH
</autogen>
loggerhead commented 8 years ago

This bug is caused by a design problem and fix it will rewrite a lot of current codes, so it will NOT fix in 0.4.x version, but it will fix in 0.5.x version(That is, Easy-Karabiner2); and 0.5.x will not compatible with 0.4.x for this reason.

loggerhead commented 8 years ago

Fixed in 0.5.x