4

In GTK 3 based applications like Sublime or Firefox I have to press Ctrl+L in Open/Save dialog windows each time, to be able enter path manualy.

How do I store this settings permanenlty, to not press this keys every time?

Thanks in advance.

greenif
  • 157

1 Answers1

5

Unfortunately, it may not be possible to display the path bar by default. Still, there is not always a need to press Ctrl+L first. As soon as you type / or ., the path bar will open and you can continue entering a path, helped by some autocompletion facility.

If you have an absolute path available in the clipboard, pasting that (pres Ctrl+V) will open the path bar and enter the path.

vanadium
  • 97,564