You are not logged in.
Pages: 1
I've been searching and searching but can't find a solution for this. I know I can view hidden files (and folders) by Ctrl+H. But I want a right-click context menu item for this action. I've tried creating a custom action using the command "ls -a", but I can't get it to work. I even created a shell script in ~/bin, and called that from the custom action, but that doesn't work either. How do I create a custom action to show the hidden files?
Thanks
Lenovo X140e 11.6" Netbook; AMD A4 64bit CPU, 4GB DDR3 RAM, 500 GB HDD;
AMD 64bit CPU, ASUS MB, 12MB RAM - Homemade Desktop
Xubuntu - Homemade desktop; UbuntuStudio - Lenovo X140e
Offline
xdotool is a command line X automation tool that you can use to generate, in this case, key presses. You can use this utility to accomplish what you are trying to do.
Create a custom action called "Toggle Hidden Files" with the following command:
xdotool key "ctrl+h"
...and check all of the checkboxes on the Appearance Conditions tab.
Note: you'll have to have xdotool installed.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks, ToZ, works like a champ. Life can go on now.
Much appreciated!
GM
Lenovo X140e 11.6" Netbook; AMD A4 64bit CPU, 4GB DDR3 RAM, 500 GB HDD;
AMD 64bit CPU, ASUS MB, 12MB RAM - Homemade Desktop
Xubuntu - Homemade desktop; UbuntuStudio - Lenovo X140e
Offline
Thank you! Was missing that feature coming over from dolphin ...
br
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 524.33 KiB (Peak: 529.41 KiB) ]