Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Akusho opened this issue Nov 7, 2024 · 2 comments
Open

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

Akusho opened this issue Nov 7, 2024 · 2 comments

Comments

@Akusho
Copy link

Akusho commented Nov 7, 2024

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
Copy link

nerdCopter commented Nov 12, 2024

  • request ability to disable shortcut entirely. particularly Ctrl-R hijacks bash reverse-search (Linux).
  • not running appimage until this exists.

@inulute
Copy link
Owner

inulute commented Nov 13, 2024

  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants