feat(quicksearch): remap fill modes — left/Enter=password, right/Shift=full

Per user request, swap the quick-search click/key mapping so the common case
(fill just the password) is the plain left-click / Enter:

  left click  / Enter        → password only   (was: full user+Tab+pwd)
  right click / Shift+Enter   → full user+pwd   (was: username only)
  Ctrl+click  / Ctrl+Enter    → username only   (was: password only)

Keyboard mirrors the mouse. Copy-mode (tray/palette, no HWND target) shares
the same `mode`, so it shifts too: click/Enter copies password, Ctrl+click/
Ctrl+Enter copies username (right-click's 'full' has no copy meaning → pwd).
Updated the dynamic hint, the static index.html hint, and CLAUDE.md.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
r-zakarya
2026-07-08 14:24:57 +01:00
parent a7ad81c708
commit 8e0e7fd330
3 changed files with 20 additions and 19 deletions
+1 -2
View File
@@ -1067,8 +1067,7 @@
</div>
<div class="quick-search-results" id="quickSearchResults"></div>
<div class="quick-search-hint">
Enter = copy password &middot; Shift+Enter = copy username &middot;
click = copy password &middot; Esc = close
Enter / click = copy password &middot; Ctrl+Enter / Ctrl+click = copy username &middot; Esc = close
</div>
</div>
</div>