• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: I really need some help
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: I really need some help


  • Subject: Re: I really need some help
  • From: Jean-Christophe Helary <email@hidden>
  • Date: Tue, 08 Dec 2015 07:45:14 +0900

Lynx is a command line browser.

What would work is the same with "Terminal" instead of the browser name:

tell application "Terminal"
	activate
	tell application "System Events"
		keystroke "f" using control down
		delay 1
		keystroke ":exec dss" & return
	end tell
end tell

I've tried it in fullscreen with multiple tabs open and with the Japanese input available (but not selected) and there are weird side effects *but* it looks like in a normal configuration it would do what you want.

Jean-Christophe


> On Dec 8, 2015, at 04:04, Stockly, Ed <email@hidden> wrote:
>
> Does this not work?
>
>
>
>
> (Change Safari to the name of your browser, I don't have Lynx)
> ________________________________________
> tell application "Safari"
>        activate
>        tell application "System Events"
>
>                keystroke "f" using control down
>                delay 1
>                keystroke ":exec dss" & return
>        end tell
> end tell
> ________________________________________
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> AppleScript-Users mailing list      (email@hidden)
> Help/Unsubscribe/Update your Subscription:
> Archives: http://lists.apple.com/archives/applescript-users
>
> This email sent to email@hidden


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden


References: 
 >RE: I really need some help (From: "Stockly, Ed" <email@hidden>)

  • Prev by Date: Fwd: AppleScript engine is being removed from JDK 9
  • Next by Date: Re: Could someone try the following script run as an app
  • Previous by thread: RE: I really need some help
  • Next by thread: RE: I really need some help
  • Index(es):
    • Date
    • Thread