Custom Command: View Change Error

Discuss and share scripts and script files...
Post Reply
tcjohnson
Posts: 4
Joined: 24 Jul 2016 06:58

Custom Command: View Change Error

Post 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
2022 Oct 11 0068.png (6.77 KiB) Viewed 591 times
Thanks,

--T

highend
Posts: 13317
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Custom Command: View Change Error

Post by highend »

Show the user Menu - User - Manage Commands... - entry as a screenshot
One of my scripts helped you out? Please donate via Paypal

tcjohnson
Posts: 4
Joined: 24 Jul 2016 06:58

Re: Custom Command: View Change Error

Post by tcjohnson »

This?
2022 Oct 11 0070.png
2022 Oct 11 0070.png (32.56 KiB) Viewed 580 times

tcjohnson
Posts: 4
Joined: 24 Jul 2016 06:58

Re: Custom Command: View Change Error

Post 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.

Post Reply