Activate your Input Remapper presets from the GNOME top bar
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-001 warning
extension must not create GObject instances or modify shell before enable()
Resource creation or signal/source setup was found outside `enable()`.
Only use initialization for static resources
extension.js:126
stopSeparator = new PopupMenu.PopupSeparatorMenuItem()
extension.js:127
this._stopAction = new PopupMenu.PopupMenuItem('Stop')
extension.js:128
this._stopAction.connect('activate', () => {
this.stopInjectingForDevice();
})
extension.js:131
this._stopAction.connect('hide', () => {
stopSeparator.hide();
})
extension.js:134
this._stopAction.connect('show', () => {
stopSeparator.show();
})
extension.js:46
titleItem = new PopupMenu.PopupSeparatorMenuItem("State: ")
extension.js:47
this._stateLabel = new St.Label({ text: this.deviceState })
extension.js:47
new St.Label({ text: this.deviceState })
Sorry. Missed this one before. The xml file should be inside `schemas` folder.