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

Add "Open KeePassXC" to Auto-Type dialog #2057

Closed
mrpg opened this issue Jun 18, 2018 · 8 comments
Closed

Add "Open KeePassXC" to Auto-Type dialog #2057

mrpg opened this issue Jun 18, 2018 · 8 comments

Comments

@mrpg
Copy link

mrpg commented Jun 18, 2018

First of all: Thanks for your amazing work. Please grant me permission to humbly offer you a feature request.

Expected Behavior/Current Behavior

When pressing the Auto-Type shortcut, KeePassXC currently either shows

  • a dialog from which the matching account can be selected (if Always ask is activated) or
  • a dialog which states that "Couldn't find an entry that matches the window title".

It would be very useful if in these two dialogs, there was a button that would allow us to open KeePassXC itself and, presumably, manually copy the password & username for an account that was not automatically selected by Auto-Type (perhaps because the window title is not informative).

Possible Solution

Could be implemented in Qt by adding a button in the above dialogs that redirects to the main window of KeePassXC. (I'd add it myself, but sadly I don't know anything about Qt development.)

Context

Some websites do not have a meaningful <title>, and therefore KeePassXC does not find a match. Adding a button to open the main window of KeePassXC would remove the otherwise required step to manually open KeePassXC from the system tray (i.e., use the mouse) and allow users to enter the login credentials more quickly.

Debug Info

KeePassXC - Version 2.3.3
Revision: 0a155d8

Libraries:

  • Qt 5.11.0
  • libgcrypt 1.8.3

Operating system: Linux 4.16.13-2-zen
CPU architecture: x86_64
Kernel: linux 4.16.13-2-zen

Enabled extensions:

  • Auto-Type
  • Browser Integration
  • Legacy Browser Integration (KeePassHTTP)
  • SSH Agent
  • YubiKey
@TheZ3ro
Copy link
Contributor

TheZ3ro commented Jun 18, 2018

Sincerely I don't see much utility in this.
You can use https://github.com/cloutierjo/titleUrl et similar to have the website url in the title.
Autotype url matching also supports regexp to better match the window title.

If you know a specific program/window that don't display anything useful in the title don't even trigger autotype and use KeePassXC directly

@droidmonkey
Copy link
Member

This is similar to the suggestion to have a global shortcut that opens KeePassXC (my preferred route).

@hifi
Copy link
Member

hifi commented Jun 19, 2018

Personally I use this very simple WebExtension for the URL: https://addons.mozilla.org/en-US/firefox/addon/append-domain/?src=search

@mrpg
Copy link
Author

mrpg commented Jun 19, 2018 via email

@TheZ3ro
Copy link
Contributor

TheZ3ro commented Jun 19, 2018

Better automate things with a browser add-on instead of clicking a button every time a website don't match autotype.

Anyway I contributed to the add-on I linked before (https://github.com/cloutierjo/titleUrl/graphs/contributors) so not really third party 😛

@droidmonkey
Copy link
Member

If this is for accessibility we can definitely look into it

@mrpg
Copy link
Author

mrpg commented Jun 21, 2018 via email

@droidmonkey
Copy link
Member

Covered by #5864 and #99

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

No branches or pull requests

4 participants