Bug 578084 - [macOS] Inconsistent handling of shortcuts between editable Combo and Text
Summary: [macOS] Inconsistent handling of shortcuts between editable Combo and Text
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.23   Edit
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-06 10:16 EST by Thomas Singer CLA
Modified: 2022-01-06 10:17 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Singer CLA 2022-01-06 10:16:54 EST
Combo accepts only Cmd+X/C/V/A in sendKeyEvent while in Text Cmd+<other-modifier>+X/C/V/A are allowed. In other words, in a Text control you can press Ctrl+Cmd+A to select all, Shift+Cmd+C to copy or Alt+Cmd+V to paste. I recommend to reuse the code from Combo in Text's sendKeyEvent implementation.