multiple commands with one button
Moderators: Hacker, petermad, Stefan2, white
multiple commands with one button
How do I execute the cm_FocusLeft command followed by OPENTABS command using a single bar button?
Re: multiple commands with one button
Commands with parameters can't be used in command sequences. You need to create a user-defined command with the OPENTABS command with the appropriate .tab file as parameter, and name it e.g. em_OpenMyWorkingTabs. Once that's done, you can specify the command sequence the usual way, i.e. .
User(-defined) commands are set in the "Choose command" window - also called command browser, opened e.g. via cm_CommandBrowser - in the usercmd.ini section.
Regards
Dalai
Code: Select all
cm_FocusLeft,em_OpenMyWorkingTabs
User(-defined) commands are set in the "Choose command" window - also called command browser, opened e.g. via cm_CommandBrowser - in the usercmd.ini section.
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: multiple commands with one button
2Dalai,
Works as you described.
Very helpful. Thank you.
Works as you described.
Very helpful. Thank you.