0

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

djsmiley2kStaysInside
  • 6,943
  • 2
  • 36
  • 48
vamsi
  • 1

2 Answers2

3

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 :)

1

Use AutoHotkey with a script containing:

Del::^X

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

Giacomo1968
  • 58,727
Mahdi
  • 570