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

"#" hash character and following are ignored in Auto-Type #7733

Closed
abourree opened this issue Mar 30, 2022 · 3 comments
Closed

"#" hash character and following are ignored in Auto-Type #7733

abourree opened this issue Mar 30, 2022 · 3 comments

Comments

@abourree
Copy link

Overview

Hash character and following characters are ignored in Auto-Type sequence

Steps to Reproduce

  1. I edit one entry with JDOE as user name and select 'Auto-Type'
  2. I crete a new association for window '* - Notepad' with the specific sequence '{USERNAME}#{USERNAME}'
  3. I open Notepad and press my Auto-Type shortcut

Expected Behavior

I expect to have in Notepad windows:
JDOE#JDOE

Actual Behavior

I have:
JDOE

Context

KeePassXC - 2.7.0
Revision: d7a9ef4

Operating System: Windows 10

@abourree abourree added the bug label Mar 30, 2022
@abourree
Copy link
Author

I forget to explain workaround I found:

  1. create attibute 'sharp' with value '#'
  2. use sequence '{USERNAME}{S:sharp}{USERNAME}'

@droidmonkey
Copy link
Member

You need to wrap that in braces {#}

@abourree
Copy link
Author

Wrap in braces doesn't work with KeePassXC version 2.7.0
KeePassXC complains that # variable doesn't exist

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

2 participants