Run As Admin Modifier Key

What command do I put in the file types, to make an .exe run as admin?
I push Enter to run any program (shortcut or .exe) but I want to be able to Ctrl + Enter to run it as admin.

Hey Asunder,
It looks like Ctrl + Shift + Enter no longer does this.
It is mentioned late in this video.
https://www.youtube.com/watch?v=y4tS60wE4MI

You can use the @admin modifier to run things elevated.

Interesting. Didn't even know that could be done in the past.

Ok, here's the .exe file type:

(Or the 'Programs - File Type Group') There isn't a hold control modifier event. Is it possible to do @admin "%1" %" for a Ctrl + Enter event for all programs?

On the Events tab you can define separate functions for Left double-click and Left double-click + Ctrl.

Ok cool. Put that on my programs file group, and .lnk file type.
And made a lister hotkey, Ctrl + Enter run as admin.

Oddly I had Ctrl + left double click as "set metadata" somehow, but can't find where that came from.