Messages - magician62 [ switch to compact view ]

Pages: [1] 2 3 4 5 6 ... 36next

2
Great News. Thank you.

Saves spending a few days configuring it to replace Quick Launch, only to have it obsoleted by W11.

Once the new monitor arrives I can see what a 3.5ft Launch Bar looks like, or if it might be better as a number of smaller ones with slightly different backgrounds. :)

John

3
LaunchBar Commander / LaunchBar Commander - Windows 11 - Dependencies
« on: September 02, 2022, 12:24 PM »
Being a fan of the old Quick Launch Bar for instant access, also after market Free Launch Bar, and True Launch bar. It looks like when I finally succumb to Windows 11 I will loose the facilities they provide due to their dependencies being removed. So am trying to plan ahead.

LaunchBar Commander looks like a candidate for the role going forward, as it runs separate from the taskbar.

Does LaunchBar Commander still work in 11, is it independent?

Can it automatically be themed with existing windows settings, i.e. match the current taskbar colours and opacity if they still exist?

TIA

John

4
Post New Requests Here / Re: IDEA: URL link updater
« on: May 04, 2022, 02:51 AM »
Hi Vic,

I finally got around to trying it, and it didn't seem to work. Well it did, but I didn't know it.

Part of the issue is I just found that some of the links I was testing were to the old aka subdomain, which is now obsolete

http://akas.imdb.com/title/tt0038889/

I don't know if there is a way to fix that as in insert "www" in place of "akas" at the same time, or at least accommodate it in the process, so the title gets fixed?


The only other issue is with "symbols in a name".

For example

It's

becomes

It's

Regards John

5
Post New Requests Here / Re: Help tweak an AHK script
« on: May 04, 2022, 02:21 AM »
myURLs =
(
d
e
z
)

WinActivate, ahk_exe chrome.exe
Sleep, 3000 ;Time to move focus to Chrome
Send, +!,

Loop, Parse, myURLs, `n
{
    SendInput, ^l
    Sleep, 750
    SendInput, % A_LoopField
    Sleep, 1000
    SendInput, {ENTER}
    Sleep, 2000
    SendInput, {ENTER}
    Sleep, 3000
    SendInput, {ENTER}
    Sleep, 2000
}

Many thanks highend01.

In removing unneeded stuff to achieve what I wanted from the original code, and then merging what was left to reduce it. Due to my lack of knowledge, I totally missed the obvious solution.

This can be marked as SOLVED



Pages: [1] 2 3 4 5 6 ... 36next
Go to full version