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:15
St.Clipboard.get_default()
Don't need to use any parameters for `this.getSettings()` if you already have this in `metadata.json`. ```json "settings-schema": "org.gnome.shell.extensions.gnome-behafucha", ```