Project

General

Profile

Bug #10346

Ctrl-Backspace Event Handling Discrepancy

Added by Vladimir Tsichevski 12 months ago. Updated 12 months ago.

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:
reviewer:
production:
No
env_name:
topics:

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:

  1. Event: ANY-KEY, label: CTRL-BACKSPACE, key: 2056
  2. 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.

Also available in: Atom PDF