Celeb Glow
news | March 08, 2026

Shortcut key for delete

My delete key is not working and I feel happy if I can create shortcut for both temporarily and permanently delete files using other keys.Can any one help me. Thanks in advance

2

2 Answers

for temporarily delete use right-click key (on keyboard enter image description here) and press D and for permanently deleting press right-click key then press Shift+D

Done! you don't need scripting :)

Use AutoHotkey with a script containing:

Del::^X

where ^X is read Ctrl+x. See the format here.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy