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:
+1
-2
@@ -1067,8 +1067,7 @@
|
||||
</div>
|
||||
<div class="quick-search-results" id="quickSearchResults"></div>
|
||||
<div class="quick-search-hint">
|
||||
Enter = copy password · Shift+Enter = copy username ·
|
||||
click = copy password · Esc = close
|
||||
Enter / click = copy password · Ctrl+Enter / Ctrl+click = copy username · Esc = close
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user