GithubHelp home page GithubHelp logo

Comments (8)

godbout avatar godbout commented on June 10, 2024

🙏️

from keyboardshortcuts.

godbout avatar godbout commented on June 10, 2024

@sindresorhus still getting the issue for that one. (the closing the Settings window issue is fixed.) anything i can do to help troubleshoot?

from keyboardshortcuts.

sindresorhus avatar sindresorhus commented on June 10, 2024

I'm unable to reproduce this with the latest version together with Plash. Are you able to reproduce in Plash?

If it's only reproducible in your app, can you try replacing b878f81#diff-41fc3abd80062ae3c8634038c89a3495bcd1d2455c1ff5cd5aa022f3409c6d8dR146-R149 with:

if #available(macOS 13, *) {
	Task {
		try? await Task.sleep(for: .seconds(0.5))
		canBecomeKey = true
	}
}

from keyboardshortcuts.

godbout avatar godbout commented on June 10, 2024

will do in a couple of hours. will try the latest version of Plash, my apps, the replacement you propose, and may create a bare repo showing the issue if necessary. thanks.

from keyboardshortcuts.

godbout avatar godbout commented on June 10, 2024
  1. i'm unable to reproduce on Plash either, it seems
  2. i've replace the code in RecorderCocoa by the snippet above, same thing, doesn't work in my apps
  3. if i just make canBecomeKey = false then everything works fine 😂️ (but haven't had dug yet about side effects

so i guess it's something in my apps. will dig. and will try to make a project from scratch and see.
also i'm on macOS 14, latest public beta if that matters. will work on latest macOS 13 tomorrow. also Plash is all good under macOS 14 so probably not the issue.

from keyboardshortcuts.

godbout avatar godbout commented on June 10, 2024

dumping what i'm finding: if i show my Settings window from launching the app again, or through pressing command , on my input-à-la-Alfred, then the KeyboardShortcut doesn't take focus. but if i do through the status menu item it does. they all call the same static func of a class. so not sure what's going on 😂️

from keyboardshortcuts.

godbout avatar godbout commented on June 10, 2024

i made a project from scratch with bare minimum code and the issue doesn't show up. so it has to be on my side. i'll try to figure out why, and i'll update here for reference. but as far as you're concerned, all is good on your side. thanks again Sindre!

from keyboardshortcuts.

godbout avatar godbout commented on June 10, 2024

found it. it's coming from that func in my AppDelegates:

func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
    NSApp.hide(self)
        
    return false
}

for whatever reason this causes the issue with the KeyboardShortcuts Recorder. will see what i can do now from my side.

P.S.: this code is so that when closing the Settings of my apps, the focus goes back to the previous app rather than being in the limbo.

from keyboardshortcuts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.