Archive for the ‘jaws scripts’ Category

Sender’s Time Zone for outlook: the perfect way to know when to reply

Monday, August 24th, 2009

I’m sure we’ve all done it: opened up an e-mail received hours earlier in the day, dashed off a reply, then been frustrated when we realised that it’s three in the morning for our recipient. it can be annoying, especially if you’re expecting a rapid response. maybe it doesn’t bother you so much most of the time; if not, it’s still handy to know what the time is wherever the reader of your message happens to be, if only so you can greet them appropriately. Whenever mailing folk around the world, I feel it only polite to adapt to them, in currency, units of measurement and, of course, in time.

This said, I was recently made aware of a brilliant little Plugin for microsoft Outlook,, created by Add-In Express. it is called “Sender’s time zone for Outlook” and, if you scroll about halfway down their home page at time of writing, you’ll find a link to it. like many plugins for Outlook, installation is a very simple process.

The plugin works by adding a small panel to each open message in Outlook, showing you three things: The current time of your recipient, the difference in time between you and them, and how long ago the message was sent.

To show an example, let us pick a message from my inbox - a notification from this site that I have a comment awaiting moderation. if I open it up and hit alt+2, as standard, i hear JAWS tell me it was sent today, at 7:04 PM. technically, that’s true - it was sent at 7:04 PM my time. If this comment needed a reply and the person writing it were in the UK as I am, i’d know it was evening and if I had anything important to say I’d be out of office hours and so less likely to get a reply in a hurry.

if I glance over at the additional information from the plugin, though, I see: “Sender Time Zone Sender’s current time: 12:49 (you are 8 hours ahead) Sent: 1 hour, 45 minutes ago.” Now, I know that although it’s evening here, it’s almost 1:00 PM in whichever part of the world in which my commenter lives. Should he have left a phone number, it’d be quite safe to call.

I’m not simply writing this for the sake of plugging good software (although I would do that if I felt the need), but because as a JAWS user, using the JAWS cursor to read this information is a little cumbersome. To anyone sighted it’s quickly visible, so I decided to write a JAWS script to even the odds.

Now, from an open message, I tapp the grauv accent key: if I tap it once, I hear the current time of my sender (in our example I’d simply hear “12:49″). That’s the most important information, and so it’s displayed first by the plugin and spoken with a single press. A second tap of the key would tell me “you ar 8 hours ahead”, or similar - and a third and final press would tell me how long ago the message was sent, our example showing “1 hour, 45 minutes ago”.

It’s unfortunate that it’s not as easy to install a plugin or script for JAWS as it is for Outlook. I have provided instructions within the file for you to follow, of course - please keep in mind that you’re all guinea pigs as I’ve only used this on myself.

Please also note that I’ve only been able to test with Outlook 2003. The plugin works with later and earlier versions, but how the JAWS scripts will cope is as yet unknown. If you are careful no harm should occur: as ever, back-up before `you start.

My advice would be to try out the Plugin without the JAWS scripts first and, if you find it useful, get the scripts to make your use of it more expedient. I find myself forgetting it’s even installed until I come to reply to a message I know to be from someone overseas, and then it’s so easy to check their time that I wonder how I failed to miss this feature before.

Once again, the PlugIn is made by #Add-In Express, And it is called “Sender’s time zone for Outlook”. The JAWS scripts, which are quite complex to install for which I apologise, can be downloaded by clicking JAWS scripts for sender’s time zone for outlook (61)

Do feedback here as to how you find it, for although it’s not my plugin, it’s undeniably one of the most useful things imaginable..

Dropbox and JAWS: a script for reading status

Saturday, July 4th, 2009

Dropbox is a great little service that lets you synchronise your files between computers. it sits in your system tray, keeps an eye on a special “dropbox” folder and lets you access anything you put in that folder on any computer, anywhere in the world. not only that but you can put files into a public folder (for sharing with people that don’t have Dropbox), and you can share a folder between Dropbox users (so if you’re working on something with a friend, you can both keep the very latest copies of all the work).

The reason i’m mentioning this is that there’s a little tray icon that changes it’s information whenever something happens with Dropbox and I’ve written a
small JAWS Script to tell you the status of your Dropbox with a single keypress.

If you’re already a Dropbox user then you can skip this paragraph: if you aren’t but want to try it out, I’d be grateful if you’d go there By Clicking This link. This will take you to a Dropbox sign-up page, but will also give you and me some extra space. dropbox free comes with a 2 GB limit, but you can get an extra 250 Mb by using the referral link above. if you don’t want the extra space and don’t wish to give me any either, then you can visit Dropbox itself at GetDropbox.com

The JAWS script has two functions. if you press the key once, you’ll hear your Dropbox status. this may be something like “all files up to date”, or “connecting,, or if uploading or downloading a large file you’ll hear the speed and remaining time left. pressing the key twice will open your Dropbox folder, so you can modify the content or view changes to any shared folders.

Installing the script requires the editing of your default” JAWS scripts (because the key needs to be available wherever you are in windows, not just in a single application). Follow the installation instructions very carefully, and make a back-up of your JAWS settings before you proceed.

the first step of the installation procedure involves copying the script to your clipboard. Click This link to open the script code in a new window. When you have it, right near the top is a line that says “;start copying from this line: Dropbox Code”. it’s easy to copy - just press Home to ensure you’re at the very beginning of that line, press ctrl+shift+end to select right to the bottom of the page, and ctrl+c to put the whole thing on your clipboard.

Now you just need to follow some simple step-by-step instructions to get the sscript installed.

  • Open the JAWS script manager. To do this, press insert+0, or if you’d prefer go to your JAWS window, find utilities, and choose “Script manager”.
  • open the Default JAWS scripts. To do this, press ctrl+shift+d from within Script manager, or go to the file menu and choose “Open Default File”.
  • navigate to the very bottom of the file (with ctrl+end), hit enter for a new line, and paste what you’ve copied. You will be at the bottom if everything has pasted properly and pressing the up arrow you should hear “;this is the end of the Dropbox code”.
  • you now need to tell JAWS what key you wish to use. I use ctrl+alt+shift+d, which requires four of my fingers but can be pressed entirely with the left hand. To do this, Press the Up arrow again until you hear “endScript”. The idea here is to have the cursor inside the code of the script. When that’s done and your cursor is on a line saying “endScript”, press ctrl+d.
  • here is where you modify the script information. the only thing to worry about here is the “assign to” option. you can tab through, or press alt+a. in any case you are listening out for the words “assign to”. When you hear them, hit the key sequence you want to use, then press enter.
  • Finally, alt+f4 out of the script manager and anser “yes” to saving changes. the scripts will be recompiled and the key will now work.

that’s as easy as it gets, i’m afraid - hopefully by following the instructions precisely all will be well. once again, you can sign up to Dropbox here and I hope you find the service as useful as I do.

City temp: temperature in major world cities, direct from JAWS

Tuesday, June 23rd, 2009

It’s hard to believe, but it was almost a decade ago that Andrew Heart wrote some JAWS scripts to convert the temperature between Celsius and Fahrenheit. The code for these scripts is still available online and thus I’ve incorporated part of the functionality into my new scripts for JAWS. If Andrew reads this, or anyone can get me in touch with him to ask his belated permission, please leave a message here.

These scripts (written on suggestion of brian Hartgen) allow you to type in the name of a City and have the temperature there announced. If you want to hear the information again you simply need to press the keystroke a second time, or a double-tap of the key will ask you for a new city, or allow you to update the weather for the first one. You can choose how long the scripts will keep the old weather before disregarding it for updated information from the web, and also whether to hear your temperatures in Celsius or Fahrenheit. The results are spoken and displayed on a Braille display, and once installed the scripts are very easy to use.

(more…)

Extended System Time: A JAWS script for time in any World City

Tuesday, April 14th, 2009

Extended System Time is a JAWS script that will extend the power of your insert+f12 keystroke. By default, in JAWS, this key says the time with a single keypress and the date with a second press. By using this module not only can you precisely customise how this is announced, but also retrieve the time and date for any city in the world.

(more…)

Jawter: Twitter from Jaws with no software in the middle.

Sunday, February 8th, 2009

Jawter is a twitter client with a minimum of windows and fuss. You simply install it, set it up, and read your twitter updates with hotkeys that work anywhere in windows, wherever you are and whatever you’re doing. The existing version on this website is a JAWS Script version, quite complex to install and yet amazingly popular. The new version, in progress, will be similarly powerful but less constrained and is coming out soon.

(more…)