HereI can confirm that SAVETABS doesn't work.
Code: Select all
C+W=SAVETABS
C+W_params=%|COMMANDER_PATH|\current.tab
Code: Select all
C+W=SAVETABS
C+W_params="%|COMMANDER_PATH|\current.tab"
Moderators: Hacker, petermad, Stefan2, white
HereI can confirm that SAVETABS doesn't work.
Code: Select all
C+W=SAVETABS
C+W_params=%|COMMANDER_PATH|\current.tab
Code: Select all
C+W=SAVETABS
C+W_params="%|COMMANDER_PATH|\current.tab"
%|envvar| is only meant for the Parameter field, not for the Command field:Sir_SiLvA wrote: 2023-05-24, 19:02 UTC on a button only works if "SAVETABS %COMMANDER_PATH%\Tabs\Current2.tab" is in cmdline with proper %Commander_path%.
on shortcut not at all
history.txt wrote:26.04.23 Added: Command line parameters (button bar, start menu): New parameter %|envvar| inserts environment variable envvar, e.g. %|windir| or %|$DESKTOP| in the parameter field (32/64)
@ Fla$her I know reading is hardghisler(Author) wrote: 2023-05-25, 09:39 UTC The reason is that any hotkey with Alt generates a WM_SYSKEYDOWN message, those without Alt generate WM_KEYDOWN messages.
I only used %Commander_Path% (as I dont see any sense to write it as %|Commander_Path| which is one more char as the original)petermad wrote: %|envvar| is only meant for the Parameter field, not for the Command field:
The hardness of reading has nothing to do with it. Pointing to one modifier doesn't exclude problems with the others...
For everyone when written like this,Fla$her wrote: 2023-05-25, 10:50 UTC The hardness of reading has nothing to do with it. Pointing to one modifier doesn't exclude problems with the others...
Never speak for everyone. Your logic excludes what has not been confirmed by the author or tested by me in practice. If such a message occurs with Alt, it 100% does not mean that it will not occur with any other modifier.Sir_SiLvA wrote: 2023-05-25, 11:07 UTC For everyone when written like this, ... it clearly does exclude the other modifiers.
You can throw yourself on the floor and claim you are special as much as
%Commander_Path% only works in Command field.I only used %Commander_Path% (as I dont see any sense to write it as %|Commander_Path| which is one more char as the original)
and THAT didnt work in ParamFields.
I guess that is what I demonstrated here: viewtopic.php?p=432576#p432576Any hotkey with the Alt key modifier doesn't support parameters yet.
Apparently not according to my test: viewtopic.php?p=432576#p432576Thanks for the clarification. I hope there are no such problems with Ctrl and Shift.
Sir_SiLvA wrote: 2023-05-25, 11:52 UTC You can throw yourself on the floor and claim you are special as much as you want
But since you considered yourself adequate, stating that this is not the case, closing your eyes to my previous dialogues about coding (thank God, not with you) and the words "tested by me in practice", then it wasn't worth giving a link.Sir_SiLvA wrote: 2023-05-25, 11:52 UTC If you had any idea about coding I would have suggested you to read https://learn.microsoft.com/en-us/windows/win32/inputdev/wm-syskeydown
Thanks for the response of an adequate person!petermad wrote: 2023-05-25, 13:00 UTC Apparently not according to my test: viewtopic.php?p=432576#p432576
Is that explained anywhere in the help-file anywhere?petermad wrote: 2023-05-25, 12:55 UTC %Commander_Path% only works in Command field.
%|Commander_Path| only works in Parameters field
Not sure if this is the right question to ask. In the current realities, the question is more appropriate - why is there a difference between support here and there AT ALL? EVERYWHERE it should work the same way. Or do you want to say - somewhere there was not enough support for special characters and had to use others?Is that explained anywhere in the help-file anywhere?