BOD: zkousels chatGPT? vykopnul mi asi 4 ruzny postupy ;-)))
Nemo allows you to customize shortcuts through the accels file, which is located in the ~/.config/nemo directory.
Steps:
Open the accels file for editing:
nano ~/.config/nemo/accels
Find the action you want to modify. The file contains lines like:
; (gtk_accel_path "/DirViewActions/ShowHidden" "h")
"" refers to the Ctrl key.
"h" means Ctrl+H.
Uncomment (remove the ;) and edit the shortcut:
(gtk_accel_path "/DirViewActions/ShowHidden" "Shift+h")
Save the file and restart Nemo for the changes to take effect:
nemo --quit && nemo &