Reload XML as menubar command

34 views
Skip to first unread message

mrtni...@gmail.com

unread,
Aug 8, 2015, 8:18:31 AM8/8/15
to Karabiner
If I press certain keys Karabiner stops working and I have to go to Preferences and then Change Key and press Reload XML. After that it starts working again. I don't know if this is a common problem but it would be really helpful for me at least.

Thanks for a great app,

Takayama Fumihiko

unread,
Aug 9, 2015, 10:12:19 PM8/9/15
to mrtni...@gmail.com, osx-ka...@googlegroups.com
The attached setting allows you to reload XML by fn+r shortcut.
Please use it.

> If I press certain keys Karabiner stops working
Could you describe the detailed way to reproduce this issue?

--
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/7d3761d2-b2e1-4027-b545-78b73add7e9b%40googlegroups.com
> <https://groups.google.com/d/msgid/osx-karabiner/7d3761d2-b2e1-4027-b545-78b73add7e9b%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout.
Screen Shot 2015-08-10 at 11.10.03 AM.png

martinb...@gmail.com

unread,
Aug 10, 2015, 3:19:48 PM8/10/15
to Karabiner, mrtni...@gmail.com
On Monday, August 10, 2015 at 4:12:19 AM UTC+2, Fumihiko Takayama wrote:
The attached setting allows you to reload XML by fn+r shortcut.
Please use it.

Thank you! Unfortunately what happens is that when I press 0 (zero) Karabiner is disabled and all keys change so R becomes ®.

After I press 0 it's like the ALT-key is pressed down. I have disabled left ALT in Karabiner because it's stuck in an always pressed down state.

is there anyway to change the shortcut to fn+®. Right now I have made an apple script app:


do shell script "/Applications/Karabiner.app/Contents/Library/bin/karabiner reloadxml"

 
Thanks!
Martin

martinb...@gmail.com

unread,
Aug 12, 2015, 9:56:33 AM8/12/15
to Karabiner, mrtni...@gmail.com, martinb...@gmail.com
I fixed it with this addition in private.xml

  <item>
   <name>Reload XML by F12</name>
    <identifier>private.fix.deactivation</identifier>
    <autogen>
__KeyToKey__
        KeyCode::F12, ModifierFlag::FN,
        KeyCode::VK_OPEN_URL_APP_Karabiner_ReloadXML,
      </autogen>
  </item>
Reply all
Reply to author
Forward
0 new messages