Christoffer Winterkvist
Christoffer Winterkvist
I made a PR for this here #10
Here is a version that you can test with: [MouseDef.zip](https://github.com/zenangst/MouseDef/files/4971182/MouseDef.zip)
Oh, those are both interesting ideas. Thanks for sharing @ww7, I'll see if these a doable without too much of a rewrite ❤️
Just thought of something that I've used in the past. So if you have two groups: - Global - Specific App (for this example, Let's use Terminal) The global would...
Could you share some more insight to `hide if applications windows already active`?
So you want to be able to hide the current application? Could you achieve this with a `Group` that is scoped to that application? Similar to what I described here?...
@theprivacydesigner Oh right, yeah Xcode was a typo, meant `Terminal`. I think you setup looks correct. I've installed Obsidian and will try and recreate the your desired workflow to check...
@theprivacydesigner Fantastic! I'm still gonna check if there is a bug in the hide application command, so thanks for bringing it to my attention.
Hey @ww7, Here is some good news for you... I went ahead and implemented application peeking functionality that will be available in the upcoming version.
@ww7 Not currently, the implementation that I made is based on `keyDown` show and then `keyUp` to hide it again when the user releases the key. But I do like...