You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I change shortcut for something (Comment/Uncomment, for example) it works for living instance, but any change is lost after restarting the application. This trace appears when I run gedit on terminal and try to change a shortcut:
Traceback (most recent call last):
File "/home/ruben/.local/share/gedit/plugins/acceleditor/accelmap.py", line 84, in accel_set_func
cell.set_property('accel-mods', keyval.get_mods())
NotImplementedError: Setting properties of type 'GdkModifierType' is not implemented
With gedit 3.6 and previous version of the plugin it worked ok. This started happening when upgraded to gedit 3.8 and was forced to use new plugin version.
The text was updated successfully, but these errors were encountered:
When I change shortcut for something (Comment/Uncomment, for example) it works for living instance, but any change is lost after restarting the application. This trace appears when I run gedit on terminal and try to change a shortcut:
With gedit 3.6 and previous version of the plugin it worked ok. This started happening when upgraded to gedit 3.8 and was forced to use new plugin version.
The text was updated successfully, but these errors were encountered: