[wp-trac] [WordPress Trac] #64923: command palette input doesn't allow some keys
WordPress Trac
noreply at wordpress.org
Sun Mar 22 10:54:45 UTC 2026
#64923: command palette input doesn't allow some keys
-------------------------------+-----------------------------
Reporter: Presskopp | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Toolbar | Version:
Severity: normal | Keywords:
Focuses: ui, accessibility |
-------------------------------+-----------------------------
In the input field of the command palette ("Search commands and settings")
keys like 'ArrowDown', 'ArrowUp', 'Home', 'End' are restricted, why?
See commands.js, ~L. 3150
{{{#!php
case "ArrowDown": {
ie(e);
break;
}
...
case "ArrowUp": {
se(e);
break;
}
case "Home": {
e.preventDefault(), X2(0);
break;
}
case "End": {
e.preventDefault(), oe();
break;
}
}}}
can we set them free?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64923>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list