Changing a system Shortcut

Hi. I am trying to change a system shortcut in my Manjaro Linux. shortcut to delete a file/Folder is “del” key on keyboard. I want to change it to “ctrl + d”. I don’t know the command to set in keyboard shortcuts. I really wanna change this shortcut. Kindly Help mein with that.

So if you want to do it system wide, check out this solution:
https://superuser.com/questions/469004/remap-superarrow-key-to-home-end

Welcome to the Forum!

If you want this functionality in Thunar file manager (default in Xfce), open the file ~/.config/Thunar/accels.scm, find this line

; (gtk_accel_path "<Actions>/ThunarLauncher/trash-delete" "Delete")

and change it to

(gtk_accel_path "<Actions>/ThunarLauncher/trash-delete" "<Primary>d")

You might have to logout/login in order for the shortcut to change in the file manager.

2 Likes

In addition to the above:

Thunar FAQ
How do I assign different keyboard shortcuts?

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.