I would like to set up action in Finder into something like this:
Shift+a = back
Shift+d = Forward
Shift+w = Up one folder
So that I can navigate the folder with just left hand.
(I use this shortcut in Vimium to browse the web, so I think it might be great to do the same in Finder)
It works great....until I need to rename something the have letter A D and W...(in which it just navigate away instead of typing capital letter)
Is it possible to do it? Appreciate any help, Thank you!
Create a Finder CAG with condition "bundleIdentifier == "com.apple.finder" AND focusedElementRole != "AXTextField" - here you can add your shortcuts:
Shift+a = back
Shift+d = Forward
Shift+w = Up one folder