Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
support fiji
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Nov 26, 2015
1 parent 1fe2c57 commit f4b1baf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Expand Up @@ -10,6 +10,8 @@
* ModifierFlag treatment has been improved in `Option::KEYTOKEY_DELAYED_ACTION`.
* Updates for people who add new settings by oneself:
* Some error messages have been improved.
* Fixed issues:
* Some Java apps might be crash when AXNotifier is enabled. (Fiji)


# Version 10.14.0
Expand Down
Expand Up @@ -115,6 +115,10 @@ - (instancetype)initWithRunningApplication:(NSRunningApplication*)runningApplica
[[[runningApplication executableURL] absoluteString] hasSuffix:@"/SpineTrial"] ||
[[[runningApplication executableURL] absoluteString] hasSuffix:@"/Spine"] ||

// Fiji
// https://github.com/tekezo/Karabiner/issues/522
[[runningApplication bundleIdentifier] isEqualToString:@"org.fiji"] ||

// Putting false in order to allow tailing || in the last valid item.
false) {
observable = NO;
Expand Down

0 comments on commit f4b1baf

Please sign in to comment.