inulute / perplexity-ai-app

The Perplexity AI Desktop App, powered by Electron which brings the magic of AI language processing to your desktop.
GNU General Public License v3.0
337 stars 40 forks source link

Shortcut buttons still function even if the app is closed #21

Open Akusho opened 1 week ago

Akusho commented 1 week ago

Hello, This one was a doozy. Took me some time to understand what the hell was happening.

The latest Perplexity 3.1.1 has keyboard shortcuts that are enabled by default. The issue is, that even if the app is closed, the shortcuts are still monitored.

So, for example, if you have shortcuts in other apps, such as Firefox, where CTRL+Shift+T opens the last closed tab, these will no longer work in Firefox, because they are reserved by Perplexity app. Another example is CTRL+1 in Spyder IDE, which comments a block of code. This will also be reserved by Perplexity app and will not operate within Spyder.

I believe the correct operation of the shortcuts would be enabling them only when Perplexity app is in focus. Or, at least, have an option to disable them altogether

I changed the shortcuts to longer combinations of buttons and this solved the issues I was having.

nerdCopter commented 5 days ago
inulute commented 4 days ago
  • request ability to disable shortcut entirely. particularly Ctrl-R hijacks bash reverse-search (Linux).
  • not running appimage until this exists.

Thanks for the suggestion! We'll consider adding an option to disable the shortcut entirely.