1

Keyboard shortcut for "open a terminal here"

I followed the steps mentioned in in the top voted answer in the above link for my Ubuntu 16.04 and my custom keyboard shortcut for "open in terminal", when a directory in nautilus was opened, worked perfectly.

However I recently upgraded to 17.10, and though the ~/.config/nautilus/accels file remained unchanged, nothing happens when I press the keyboard keys for it now when Nautilus is opened.

I also turned can-change-accels "on" from the dconf-editor which somehow had turned false after upgrading to 17.10

Please help me fix this problem

Kewal Shah
  • 1,044
  • 2
  • 13
  • 35

1 Answers1

-1

The issue is with the Compiz, Install the compizconfig-settings-manager

sudo apt install compizconfig-settings-manager 

Open CompizConfig Setting Manager and disable the Command plugin as below

enter image description here

Unselect the Commands plugin and it should work.

Hope this helps!

koiralo
  • 99