Re: Problem with Archives
Re: Problem with Archives
- Subject: Re: Problem with Archives
- From: Eric Robertson <email@hidden>
- Date: Tue, 27 Nov 2012 17:09:30 +0000
Le 24/11/2012 à 16:01, Eric Robertson < email@hidden> a écrit : Re the recent discussion about accessing the archives I have a couple of problems with viewing the archives, mainly I think because I'm not used to dealing with discussions in the form of lists.
I went to look at the archive that Yvan mentioned, http://lists.apple.com/archives/applescript-users/2010/Dec/msg00020.html, and I could see all the details on the initial page. I was interested to see what the answer was so I tried to follow the thread. However when I brought up the two next entries in this thread they didn't show any details of what had been said.
The other thing is that I haven't been able to find a way of searching the archives for a particular topic. I assume that there is some way of doing this?
Eric.
Hello
I grabbed my mail archives from an other HD.
Here is the contents of the three messages with no contents in the official archives. I dropped the citations of preceeding messages.
From: Robert Poland Date: Thu, 2 Dec 2010 05:52:08 -0700
Jim,
Here's what I use;
... my commandKeyDowntest() set commandKeyDown to result -- if command key not down enable toolbar if commandKeyDown then ... on optionKeyDowntest() -- test for option key down set modKeyDown to do shell script "/Applications/Utilities/checkModifierKeys option" set modKeyDown to modKeyDown as integer set modKeyDown to modKeyDown as boolean end optionKeyDowntest
on commandKeyDowntest() -- test for command key down set modKeyDown to do shell script "/Applications/Utilities/checkModifierKeys cmd" set modKeyDown to modKeyDown as integer set modKeyDown to modKeyDown as boolean end commandKeyDowntest
on shiftKeyDowntest() -- test for shift key down set modKeyDown to do shell script "/Applications/Utilities/checkModifierKeys shift" set modKeyDown to modKeyDown as integer set modKeyDown to modKeyDown as boolean end shiftKeyDowntest
From: Jim ThompsonDate: Fri, 3 Dec 2010 06:23:14 +0900
Hello,
Thank you very much for your replay. What are 'checkModifierKeys option' and others?
Jim
From: Robert Poland Date: Thu, 2 Dec 2010 15:09:20 -0700
Jim,
I had to go way back to find where I got it;
I hope that it fits your needs.
Yvan KOENIG (VALLAURIS, France) lundi 26 novembre 2012 19:04:22
Many thanks for that Yvan.
Kind regards Eric |
_______________________________________________
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