Gedit is a very powerful open source GUI editor which has gotten many plugins. Many plugins can be called via accelerator key, but sometimes those keys might be in conflict with other pieces of software.
Below is a way to change assigned accelerator keys
to call Commander Mode
in gedit from default Ctrl + .
to Alt + .
!sudo nano /usr/lib/x86_64-linux-gnu/gedit/plugins/commander/appactivatable.py
Change the line from:
self.app.add_accelerator("period", "win.commander", None)
to
self.app.add_accelerator("period", "win.commander", None)
Write a comment: