Buttons with modifiers (CTRL, SHIFT, ALT)

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
monarch-lfv
Junior Member
Junior Member
Posts: 73
Joined: 2022-06-16, 23:37 UTC

Buttons with modifiers (CTRL, SHIFT, ALT)

Post by *monarch-lfv »

Built-in TС functionality: parameters for launching buttons with modifiers (CTRL+button, SHIFT+button, ALT+button) - like AltRun.exe.

Simple example:

Code: Select all

Command: notepad.exe
Parameters:
Parameters CTRL: %P%N
Parameters SHIFT: %WL
Parameters ALT: %F
Description: Notepad (CRTL-current file, SHIFT-Filelist in notepad, Alt-Filenames in notepad)
In order not to change the structure of the button entry, I suggest writing them at the end of the button code:

Code: Select all

TOTALCMD#BAR#DATA
notepad.exe

notepad.exe
Notepad (CRTL-current file, SHIFT-Filelist in notepad, Alt-Filenames in notepad)

1
-1
%P%N
%WL
%F
User avatar
Gral
Power Member
Power Member
Posts: 1460
Joined: 2005-01-26, 15:12 UTC

Re: Buttons with modifiers (CTRL, SHIFT, ALT)

Post by *Gral »

monarch-lfv
Junior Member
Junior Member
Posts: 73
Joined: 2022-06-16, 23:37 UTC

Re: Buttons with modifiers (CTRL, SHIFT, ALT)

Post by *monarch-lfv »

2Gral
Thanks for the links, but they are all dead ends. I want support and development of the topic.
User avatar
LonerD
Senior Member
Senior Member
Posts: 381
Joined: 2010-06-19, 20:18 UTC
Location: Makeyevka, Russia
Contact:

Re: Buttons with modifiers (CTRL, SHIFT, ALT)

Post by *LonerD »

Support.
And + Middle Mouse Button click.
"I used to feel guilty in Cambridge that I spent all day playing games, while I was supposed to be doing mathematics. Then, when I discovered surreal numbers, I realized that playing games IS math." John Horton Conway
User avatar
jinsight
Senior Member
Senior Member
Posts: 299
Joined: 2003-02-25, 19:47 UTC
Location: Wooster, Ohio, USA

Re: Buttons with modifiers (CTRL, SHIFT, ALT)

Post by *jinsight »

Support++ including mmb click
License #1945
Windows 10 Pro x64
Version 22H2 (OS Build 19045.3930)
TC 11.00 x64 and x86, Everything 1.5.0.1366a x64, QAP 11.6.3.1 x64
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6450
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: Buttons with modifiers (CTRL, SHIFT, ALT)

Post by *Horst.Epp »

monarch-lfv wrote: 2023-06-02, 12:05 UTC 2Gral
Thanks for the links, but they are all dead ends. I want support and development of the topic.
That may take a very long time to come.
Whats wrong with using the AHK script which you can also modify to your own needs.
viewtopic.php?t=78193#p425585
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69
QAP 11.6.3.2 x64
monarch-lfv
Junior Member
Junior Member
Posts: 73
Joined: 2022-06-16, 23:37 UTC

Re: Buttons with modifiers (CTRL, SHIFT, ALT)

Post by *monarch-lfv »

2Horst.Epp
I wrote above that there is already the program AltRun.exe.
But I would like built-in functionality.
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6450
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: Buttons with modifiers (CTRL, SHIFT, ALT)

Post by *Horst.Epp »

monarch-lfv wrote: 2023-06-04, 09:10 UTC 2Horst.Epp
I wrote above that there is already the program AltRun.exe.
But I would like built-in functionality.
AltRun isn't applicable here.
You can't run TC commands from it.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69
QAP 11.6.3.2 x64
monarch-lfv
Junior Member
Junior Member
Posts: 73
Joined: 2022-06-16, 23:37 UTC

Re: Buttons with modifiers (CTRL, SHIFT, ALT)

Post by *monarch-lfv »

2Horst.Epp
Yes, altrun is powerless here, but for internal commands I use another utility - Pressed.exe.
Script AHK - this is the third solution. But I want built-in functionality.
Post Reply