[jawsscripts] Re: modifying Vkeyboard.jss and Vkeyboard.jsm files

  • From: Muhammad Abdullah <brailleadaptive@xxxxxxxxx>
  • To: jawsscripts@xxxxxxxxxxxxx
  • Date: Sat, 14 May 2016 16:21:03 +0700

hello David,
at the vkeyboard.jss and jsm files, the space using unicode or ascii
character 7, the copy paste method did not working on my laptop
the shift and arrow key only select and copy but,, the space copied
but not working
regards,



On 5/13/16, David Farough <David.Farough@xxxxxxxxxxxxx> wrote:

Hi Mohammad:
When you move to the character you want to copy select it by pressing
the shift + the right arrow and then you should be able to copy it to
the clipboard.
This worked for me using Jaws 17 in vkeyboard.jsm.

David Farough

Coordonnateur de l'accessibilité des applications, Services intégrés de
gestion des TI
Commission de la fonction publique du Canada / Gouvernement du Canada
David.farough@xxxxxxxxxxxxx Tél: 819-420-8418 Télécopieur :
819-420-8408

Application Accessibility Co-ordinator, Corporate IT Management
Public Service Commission of Canada / Government of Canada
David.farough@xxxxxxxxxxxxx Tel: 819-420-8418 / Fax: 819-420-8408


Muhammad Abdullah <brailleadaptive@xxxxxxxxx> 08:56 AM Friday, May
13, 2016 >>>
Hi Soronel,
the copy paste method not working for character 7 or space on
vkeyboard jss and jsm files.
because the space on vkeyboard jss and jsm file as Paul from Australia
told me is the character 7
I have tried to navigate the space and pressing three times character
command and jaws said character 7.
regards

On 5/13/16, Muhammad Abdullah <brailleadaptive@xxxxxxxxx> wrote:
hello Paul,
thank you for detail explainations.
on my laptop,, some of the symbols still working, however, I did not
find any uni code for character 7 as you told me
the space uni code is 32 and working by pressing alt plus number on
numberpad
but,, the space not to work on the vkeyboard jss and vkeyboard jsm
file
regards,

On 5/13/16, Paul Magill <magills@xxxxxxxxxxx> wrote:
Hi Abdullah,

Not so easy to generate that character.

I tried that before sending you the below post, but the method I
used to
use
many years ago, seems now not to work.

That method uses the number pad on the keyboard to enter any
characters,
but
it seems that those below ASCII 9 now do not work at all, and you
get
strange results for many others.

Method:
1. turn on numlock, top left key on the numPad.
2. hold down the Alt key.
3. enter the ASCII number of the character you want. (65 is upper
case A,
9
is tab)
4. release the Alt key
5. IMPORTANT, turn off numlock, so you can use JAWS again.


Notes, This method, at least on my machine, now does not work for
characters
less than ASCII 9.
you need to release the Alt key, then re press it to do the next
character.
You can look up the ASCII codes for characters on the internet.
I don’t understand Uni code, so cant help with those.

These are some helpful references:
http://en.wikipedia.org/wiki/UTF-8
and
http://en.wikipedia.org/wiki/ANSI
and
http://en.wikipedia.org/wiki/Unicode

**. A way around this I discovered just now, is to copy the
character 7
in
the VKeyboard.jsm file with the usual control+c, and paste it where
you
want.  Quick and easy.

Note, in the VKeyboard.jss, the constant from HJConst.jsh is used in
the
line:
let strTemp = (StringSegment (symbol, LIST_ITEM_SEPARATOR, iIndex))

Regards,
Paul from Australia

-----Original Message-----From: jawsscripts-bounce@xxxxxxxxxxxxx
[mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of Muhammad
Abdullah

hi Paul,
I did success by adding some symbols using "\007"
one more question
how to write character 7 with ascii code I did not find any code on
hjconst.jsh, only \007 to indicate as seperator or space as you told
me,
on
VKeyboard..jss and jsm file the script written using character 7
for
providing spacing by default, vkeyboard.jss and vkeyboard.jsm not
using
\007
they are using character 7 as you told me can you please show me to
do so
regards, On 5/12/16, Paul Magill <magills@xxxxxxxxxxx> wrote:
Hi Abdullah,

Looking at the VKeyboard .jss and .jsm files, I am guessing you
separated your additional characters and descriptions with spaces.

In the declarations  in VKeyboard.jsm, the symbols are actually
separated by character 7, not spaces.  (try arrowing along the
symbols
after pressing numpad 3 times quickly so the ASCII values of the
characters are announced instead of the character itself, and you
will
hear 7, and not 32 which is the space)

JAWS refers to character 7 as
LIST_ITEM_SEPARATOR
See the listing for that in HJConst.jsh.

If you are going to add to the constants in VKeyboard.jsm, then
insert
\007x\007y\007z immediately before the last quote,  where x y and
z
are your additional symbols.

If you are going to add them in the .jss file, you can do it in a
similar way,  such as + " \007x\007y\007z". .

Hope this helps,
Paul from Australia


__________

View the list's information and change your settings at
http://www.freelists.org/list/jawsscripts



__________

View the list's information and change your settings at
http://www.freelists.org/list/jawsscripts




Ce courriel est destiné exclusivement au destinataire mentionné en titre
et peut contenir de l'information privilégiée, confidentielle ou
soustraite à la communication aux termes des lois applicables. Toute
divulgation non autorisée, toute reproduction ou réacheminement est
interdit. Si vous n'êtes pas le destinataire de ce courriel, ou n'êtes
pas autorisé par le destinataire visé, ou encore, si vous l'avez reçu
par erreur, veuillez le mentionner immédiatement à l'expéditeur et
supprimer le courriel et les copies.

This e-mail message is intended for the named recipient(s) and may
contain information that is privileged, confidential and/or exempt from
disclosure under applicable law. Unauthorized disclosure, copying or
re-transmission is prohibited. If you are not a named recipient or not
authorized by the named recipient(s), or if you have received this
e-mail in error, then please notify the sender immediately and delete
the message and any copies.

__________�

View the list's information and change your settings at
http://www.freelists.org/list/jawsscripts


__________�

View the list's information and change your settings at 
http://www.freelists.org/list/jawsscripts

Other related posts: