[FEATURE REQUEST] - vis and admin "keystroke" #181
Replies: 6 comments 28 replies
-
The keyboard has two events, the first before the menu appears, and the second before the command is executed
|
Beta Was this translation helpful? Give feedback.
-
Refer to the terminal file, you will find that the value of |
Beta Was this translation helpful? Give feedback.
-
Sorry, my English is not the best, here is a example of what I'm trying to explain. the last delay of |
Beta Was this translation helpful? Give feedback.
-
It works fine with me. I will check this issue. Mouse functionality has been added to the command execution event. Where you can run the command as administrator, for example, by right-clicking on the item
|
Beta Was this translation helpful? Give feedback.
-
if possible can you add a button on shell to open the shell.exe location on explorer, or maybe just a hidden shortcut eg. |
Beta Was this translation helpful? Give feedback.
-
@moudey seems the new build broke taskbar context menu, are you aware of this? Only show the default windows menu. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
can we have a option to make "vis" and "admin" work without need to keep the activation key pressed until the context menu show-up or the app start?
to show hidden menus i prefer to hold LMB and press RMB, but i can use Shift Keys and press RMB too
menu(type='desktop' title='Shor&tcuts' separator="before" image=\uE14A vis=@key(1) or @key(key.lshift) or @key(key.rshift))
and
to open file as admin i prefer to hold RMB and press LMB, but i can use Shift Keys and press LMB too
item(title='Open with Notepad'type='file' admin=@key(2) or @key(key.lshift) or @key(key.rshift) cmd='notepad.exe' args='@sel.path.quote' image='notepad.exe')
Beta Was this translation helpful? Give feedback.
All reactions