Makes the current input source (language) indicator uppercase. Works with IBus input method editors, too.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-003 warning
signals connected by extension should be disconnected in disable()
Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.
InputSourceManagerMonitor.js:54
this._inputSourceManagerSignalHandlerId = inputSourceManager.connect(signalName, (inputSourceManager) => signalCallback(inputSourceManager))