Re: LS Won't Run-Hangs with Beachball
My machine info:iMac 3.06 ghz Intel Core 2 Duo - 4GB 800 Mhz DDR2 SDRAM-Mac OS X 10.8.2
View ArticleRe: Can't send double letters?
That delay was put in there to see if maybe I was trying to send too quickly. It was not the case. In USB connection "delay" can be a "case" if it too long.If you want to delay something (especially...
View ArticleRe: Is there a limit to number of buttons of a HID Joystick?
Thanks for the reply.I can't use analog values, because the simulation uses axes to control things like rudders, ailerons etc. I can't make it "translate" analog input values into different commands. I...
View ArticleRe: Can't send double letters?
Strangely I did once experience a double letter problem. A dot matrix printer would print a corrupt line if you had a double letter "t" anywhere on it. You had to be careful what you wrote!
View ArticleWhy the "DIVERT" TCP/IP Protocol on 0.0.0.0/8 ???
LSv1 used to have a rule concerning the "DIVERT" TCP/IP Protocol "to 0.0.0.0/8".The "DIVERT" Protocol may have something to do with the "Network Address Translation" technology that is used in modern...
View ArticleRe: Context Menu Keyboard Shortcut
devananda wrote:… but is there another way to open the gear menu besides control-option-right arrow?Nothing found under Preferences > Shortcuts or a visible command to assign it a shortcuts under...
View ArticlePSD to PNG applescript
Hi, I came across this script. Can anybody edit it to be able to use it with Launchbar? Thanksset this_file to choose file without invisiblestry tell application "Image Events" -- start the...
View ArticlePrevious Recipients
Is there a way to prevent the Contacts index from indexing Previous Recipients? I'd like the Contacts index to only include people I've explicitly added to my address book.
View ArticleRe: PSD to PNG applescript
Bring up one or more files in LB. Tab and run this script.on open thesefiles repeat with this_file in thesefiles try tell application "Image Events" -- start the Image Events...
View ArticleRe: windows mover
I have not used Grid. But Spectacle (free in App Store) may work for you.
View ArticleRe: Call shell script after delay with Applescript
on handle_string(msg) set duration to last word of msg set mLength to (count characters of msg) set dLength to ((count characters of duration) + 1) set reminder to (characters 1 thru...
View ArticleRe: Currency conversion
Bring up this script in LBPress spaceEnter your query in the format: <number><firstcurrency><space><secondcurrency>Example: 15gbp thbon handle_string(theInput) try set...
View ArticleLittle Snitch Connection Alert frozen on screen
Whenever I want to open my Dashboard I get a Connection Alert (Dock via Dashboard Client wants to connect to islayer.com on port 80 (http)) but the Deny and Allow (and any other button) are not...
View ArticleRunning applescripts
I am trying to run a particular applescript from launch bar and everytime I run it I have to switch to Launchbar to see the applescript dialog box. I seem to be able to run other applescripts without...
View ArticleRe: Running applescripts
I am trying to run a particular applescript from launch bar and everytime I run it I have to switch to Launchbar to see the applescript dialog box.what does this mean? What behaviour do you want?
View ArticleRe: Running applescripts
Sorry for not being explicit enough. When I run the applescript from Launchbar, I would expect to see the "Hello World" dialog box. Instead, nothing happens and Launchbar in my dock jumps up and down....
View ArticleRe: LB doesn't use 'Natural' scrolling
Yes, an option to set scrolling direction in LB would be fantastic!
View ArticleRe: Feature request: Search History
I would also love this option. I often have to type in the same stuff over and over when autocomplete would do the job. For example, for the MacUpdate search I often will type in the same apps to...
View ArticleMany incoming connections to port 5900
After upgrading to 3.0.2 and OS X 10.8.2, I am getting numerous attempted screensharingd.bundle incoming connections to port 5900 (rfb). Screen Sharing and Remote Login are both turned on.If I do not...
View ArticleRe: How can I esacpe the asterisk * in a search template?
Instead of an asterisk, use %s where you want your search term to be placed.i.e.,http://web.archive.org/web/*/http://www.%s.com
View Article