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
22 Answers
for temporarily delete use right-click key (on keyboard ) 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::^Xwhere ^X is read Ctrl+x. See the format here.