Page MenuHomePhabricator

D18269.id43936.diff
No OneTemporary

D18269.id43936.diff

diff --git a/webroot/rsrc/js/phuix/PHUIXAutocomplete.js b/webroot/rsrc/js/phuix/PHUIXAutocomplete.js
--- a/webroot/rsrc/js/phuix/PHUIXAutocomplete.js
+++ b/webroot/rsrc/js/phuix/PHUIXAutocomplete.js
@@ -199,7 +199,7 @@
// to press Alt to type characters like "@" on a German keyboard layout.
// The cost of misfiring autocompleters is very small since we do not
// eat the keystroke. See T10252.
- if (r.metaKey || r.ctrlKey) {
+ if (r.metaKey || (r.ctrlKey && !r.altKey)) {
return;
}

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 18, 7:06 PM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7710275
Default Alt Text
D18269.id43936.diff (535 B)

Event Timeline