Forum Discussion
Envelion
Apr 06, 2022Copper Contributor
Selecting Delete without Mouse
Hi there,
I have a simple navigation/keyboard question. I know a lot of things these days are switching to be more mobile/touch screen friendly, but I am still someone who would rather navigate their computer with a keyboard if at all possible.
I am wondering is there a way to select "Delete" when deleting a file, without having to click. The window in question is this one:
I can select a number of files with Ctrl+A, then hit the "Delete" key, but in order to click the final "Delete" button I have to reach for my mouse and click "Delete"
I can't navigate to it with an arrow key. If I just press "Enter" it selects "Cancel"
Can anyone help me out with improving my workflow and sparing my wrist some pain?
I believe this is what SergeiBaklan is suggesting...
Assuming you have headers in row 1 and your data begins in row 2:
In cell M2, you may put the formula:
=Min(L2,40)
In cell N2, you may put the formula:
=Max(0,M2-40)
In cell O2, you may put the formula:
=N2/2
Then of course copy this formula down as necessary.
1 Reply
Sort By
No RepliesBe the first to reply