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
Wed, Jan 7, 12:55 AM (4 d, 23 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
9066073
Default Alt Text
D18269.id43936.diff (535 B)

Event Timeline