Bug #10346
Ctrl-Backspace Event Handling Discrepancy
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
16064
version_resolved:
History
#1 Updated by Vladimir Tsichevski 12 months ago
In OE, pressing Backspace with the Ctrl modifier triggers both the ANY-KEY and DELETE-CHARACTER events:
- Event:
ANY-KEY, label:CTRL-BACKSPACE, key: 2056 - Event:
DELETE-CHARACTER, label:DEL, key: 127
The second event mirrors the standard DELETE-CHARACTER event, allowing the Ctrl-Backspace key combination to serve as an alternative to the Delete key.
Note: This behavior is consistent across both GUI and CHARACTER modes.
In FWD, this feature is not supported, resulting in only the ANY-KEY trigger being fired.