Fixes text typed in the wrong keyboard layout (Hebrew/English) using Super+Z (or a custom shortcut). This extension accesses the clipboard only when triggered by the user to perform the conversion and does not store or share any data.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-A-005 manual_review
extensions should not access the clipboard directly
Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.
extension.js:14
St.Clipboard.get_default()