Page 1 of 1

Custom Command: View Change Error

Posted: 11 Oct 2022 19:22
by tcjohnson
I use this script to change views (for a keyboard shortcut assigned to #1400). It worked fine until a recent update. I'm using: 23.70.0200

Any ideas on how to fix it, would be fantastic.

Code: Select all

$mode = get("View");
    if     ($mode == 0) { #306;}
    if ($mode == 1) { #307;}
    if ($mode == 2) { #307;}
    if ($mode == 3) { #307;}
    if ($mode == 4) { #307;} 
    if ($mode == 5) { #308;}
    elseif ($mode == 6) { #304;}
I now get the error:
2022 Oct 11 0068.png
Thanks,

--T

Re: Custom Command: View Change Error

Posted: 11 Oct 2022 19:29
by highend
Show the user Menu - User - Manage Commands... - entry as a screenshot

Re: Custom Command: View Change Error

Posted: 11 Oct 2022 20:47
by tcjohnson
This?
2022 Oct 11 0070.png

Re: Custom Command: View Change Error

Posted: 11 Oct 2022 20:54
by tcjohnson
Ok, never mind. The shortcut works when I use the keyboard directly. For some reason, the Logitech software (using the same command) has the error.