Re: Skype 8 language and prefix key
toggle quoted messageShow quoted text
Le 11/10/2018 à 00:39, Doug Lee a écrit : Works in all Skype windows... but I think I just spotted the issue:
MKCSOptions needs brackets around it, to conform to .ini file syntax which is the syntax of jcf files:
[MKCSOptions] CommandKey=r
But if your bracket keys are typing something else, who knows what you ended up with. :-)
ASCII values of interest: [ is 91 ] is 93
On Thu, Oct 11, 2018 at 12:05:19AM +0200, Jean Philippe wrote: Hi Doug,
take your time. Here is the last thing I did,
wrote this ridiculous line in the JCF file :
MKCSOptions CommandKey=r
Saved it and went back to Skype. But the letter r did not act as a prefix key either. One question, does the prefix key work in all Skype windows? Could I be in the wrong window?
But no rush hey.
JPR
http://www.jprykiel.com http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 23:29, Doug Lee a ??crit??:
Ideas to try besides a temporary letter: ` or accent ~ or Shift+` or Shift+accent < or Shift+, F2 Shift+F2 etc.
A bit of tech info to help your curiosity:
When you type a key, one thing that happens is a KeyPressedEvent call, into which a key name is passed. It is this name that we need, because my code uses that name to recognize the prefix key. The name is usually the literal key for letters and numbers in my experience, but I don't know how that works in all languages.
I'm sorry my answers have been brief today. I'm working on several other projects and have not had a chance to dig very deep into this.
On Wed, Oct 10, 2018 at 09:42:46PM +0200, Jean Philippe wrote: Hi Doug,
Jaws says something like superscript 2, But I don't know if I spell it right. Does it help?
Anyway, I would still like to know why the default prefix key does not work either.
I could even try another key if you want, even a letter would do I imagine, and I can take one that is the same for French and English keyboards. What do you say?
Best,
JPR
http://www.jprykiel.com
http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 21:24, Doug Lee a ??crit??:
And any ASCII value above decimal 127 is out of the normal range for printable characters; so I expect that key has a name in JAWS. We just need to know what it is.
On Wed, Oct 10, 2018 at 09:17:48PM +0200, Jean Philippe wrote: Wow. stranger. The ASCII value is 178 . Cheers, JPR
http://www.jprykiel.com http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 20:48, Doug Lee a ??crit??:
In my mail program, the first key name you gave prints as ?? so I can't tell what it is. ` printed fine.
Most likely, the key name we want is the one that goes through the KeyPressedEvent function as the value of strKeyName when you press the key; but it takes some considerable fiddling to get that name to print, unless I missed a tactic somewhere.
On Wed, Oct 10, 2018 at 08:31:46PM +0200, Jean Philippe wrote: Hi Doug,
the key I would like to assign is??, which is the same as` on a French keyboard.
But even in other jaws versions where I haven't changed the JCF file, the default key,left bracket, is not working. I know how odd it may sound.
Best,
JPR
http://www.jprykiel.com http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 19:35, Doug Lee a ??crit??:
I still bet the problem is that JAWS wants a particular name for that key instead of just the key itself.
Apologies if I missed it amid all else today lol, but what key are you trying to assign as the Command key? If it is a shifted key, use "Shift+" with the regular key or key name; e.g., CommandKey=T is bad, but CommandKey=Shift+t is good.
On Wed, Oct 10, 2018 at 06:40:39PM +0200, Jean Philippe wrote: Hi Michele.
I can confirm that no Extra file has been created and that the CFG Replace the Previous one, as its Modification date is today.
I think I tried everything I could, including removing all files from the Skype seven scripts, who knows, and switching to the English version of jaws where scripts Were also installed.
What else can I try? Something in Jaws commun?? settings that could get in the way maybe ? I have no idea.
Best,
JPR
http://www.jprykiel.com
http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 14:28, Michele Barbi a ??crit??:
Hey guys, first of all I'd like to thank Doug because I did not know these step for copying the file location. We always learn something new, lol! Jean, be careful to one thing which I noticed. I don't know why, but at least here in Italian, ctrl+s opens a window like Save as, and if asked to replace already existing file, you should say yes. I am now reading that you did not manage to fix the issue, so make sure if Notepad did not create an alternative file called skypeelectron.jcf.txt. Yesterday I had to count with it working on a jsm file for another scripts set. Bye! Barbuz
|
|
Re: Skype 8 language and prefix key
Works in all Skype windows... but I think I just spotted the issue:
MKCSOptions needs brackets around it, to conform to .ini file syntax which is the syntax of jcf files:
[MKCSOptions] CommandKey=r
But if your bracket keys are typing something else, who knows what you ended up with. :-)
ASCII values of interest: [ is 91 ] is 93
toggle quoted messageShow quoted text
On Thu, Oct 11, 2018 at 12:05:19AM +0200, Jean Philippe wrote: Hi Doug, take your time. Here is the last thing I did, wrote this ridiculous line in the JCF file : MKCSOptions CommandKey=r Saved it and went back to Skype. But the letter r did not act as a prefix key either. One question, does the prefix key work in all Skype windows? Could I be in the wrong window? But no rush hey. JPR http://www.jprykiel.comhttp://soundcloud.com/ryksounethttp://twitter.com/ryksounethttp://facebook.com/jeanphilipperykielLe 10/10/2018 ?? 23:29, Doug Lee a ??crit??: Ideas to try besides a temporary letter: ` or accent ~ or Shift+` or Shift+accent < or Shift+, F2 Shift+F2 etc.
A bit of tech info to help your curiosity:
When you type a key, one thing that happens is a KeyPressedEvent call, into which a key name is passed. It is this name that we need, because my code uses that name to recognize the prefix key. The name is usually the literal key for letters and numbers in my experience, but I don't know how that works in all languages.
I'm sorry my answers have been brief today. I'm working on several other projects and have not had a chance to dig very deep into this.
On Wed, Oct 10, 2018 at 09:42:46PM +0200, Jean Philippe wrote: Hi Doug,
Jaws says something like superscript 2, But I don't know if I spell it right. Does it help?
Anyway, I would still like to know why the default prefix key does not work either.
I could even try another key if you want, even a letter would do I imagine, and I can take one that is the same for French and English keyboards. What do you say?
Best,
JPR
http://www.jprykiel.com
http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 21:24, Doug Lee a ??crit??:
And any ASCII value above decimal 127 is out of the normal range for printable characters; so I expect that key has a name in JAWS. We just need to know what it is.
On Wed, Oct 10, 2018 at 09:17:48PM +0200, Jean Philippe wrote: Wow. stranger. The ASCII value is 178 . Cheers, JPR
http://www.jprykiel.com http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 20:48, Doug Lee a ??crit??:
In my mail program, the first key name you gave prints as ?? so I can't tell what it is. ` printed fine.
Most likely, the key name we want is the one that goes through the KeyPressedEvent function as the value of strKeyName when you press the key; but it takes some considerable fiddling to get that name to print, unless I missed a tactic somewhere.
On Wed, Oct 10, 2018 at 08:31:46PM +0200, Jean Philippe wrote: Hi Doug,
the key I would like to assign is??, which is the same as` on a French keyboard.
But even in other jaws versions where I haven't changed the JCF file, the default key,left bracket, is not working. I know how odd it may sound.
Best,
JPR
http://www.jprykiel.com http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 19:35, Doug Lee a ??crit??:
I still bet the problem is that JAWS wants a particular name for that key instead of just the key itself.
Apologies if I missed it amid all else today lol, but what key are you trying to assign as the Command key? If it is a shifted key, use "Shift+" with the regular key or key name; e.g., CommandKey=T is bad, but CommandKey=Shift+t is good.
On Wed, Oct 10, 2018 at 06:40:39PM +0200, Jean Philippe wrote: Hi Michele.
I can confirm that no Extra file has been created and that the CFG Replace the Previous one, as its Modification date is today.
I think I tried everything I could, including removing all files from the Skype seven scripts, who knows, and switching to the English version of jaws where scripts Were also installed.
What else can I try? Something in Jaws commun?? settings that could get in the way maybe ? I have no idea.
Best,
JPR
http://www.jprykiel.com
http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 14:28, Michele Barbi a ??crit??:
Hey guys, first of all I'd like to thank Doug because I did not know these step for copying the file location. We always learn something new, lol! Jean, be careful to one thing which I noticed. I don't know why, but at least here in Italian, ctrl+s opens a window like Save as, and if asked to replace already existing file, you should say yes. I am now reading that you did not manage to fix the issue, so make sure if Notepad did not create an alternative file called skypeelectron.jcf.txt. Yesterday I had to count with it working on a jsm file for another scripts set. Bye! Barbuz
-- Doug Lee dgl@dlee.org http://www.dlee.orgLevel Access doug.lee@LevelAccess.com http://www.LevelAccess.comIn healthy competition, the best battles are not for status, but for excellence; and the battles are not between me and you, but between you and you, and between me and me. (08/15/2009)
|
|
Re: Skype 8 language and prefix key
toggle quoted messageShow quoted text
Le 10/10/2018 à 23:29, Doug Lee a écrit : Ideas to try besides a temporary letter: ` or accent ~ or Shift+` or Shift+accent < or Shift+, F2 Shift+F2 etc.
A bit of tech info to help your curiosity:
When you type a key, one thing that happens is a KeyPressedEvent call, into which a key name is passed. It is this name that we need, because my code uses that name to recognize the prefix key. The name is usually the literal key for letters and numbers in my experience, but I don't know how that works in all languages.
I'm sorry my answers have been brief today. I'm working on several other projects and have not had a chance to dig very deep into this.
On Wed, Oct 10, 2018 at 09:42:46PM +0200, Jean Philippe wrote: Hi Doug,
Jaws says something like superscript 2, But I don't know if I spell it right. Does it help?
Anyway, I would still like to know why the default prefix key does not work either.
I could even try another key if you want, even a letter would do I imagine, and I can take one that is the same for French and English keyboards. What do you say?
Best,
JPR
http://www.jprykiel.com
http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 21:24, Doug Lee a ??crit??:
And any ASCII value above decimal 127 is out of the normal range for printable characters; so I expect that key has a name in JAWS. We just need to know what it is.
On Wed, Oct 10, 2018 at 09:17:48PM +0200, Jean Philippe wrote: Wow. stranger. The ASCII value is 178 . Cheers, JPR
http://www.jprykiel.com http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 20:48, Doug Lee a ??crit??:
In my mail program, the first key name you gave prints as ?? so I can't tell what it is. ` printed fine.
Most likely, the key name we want is the one that goes through the KeyPressedEvent function as the value of strKeyName when you press the key; but it takes some considerable fiddling to get that name to print, unless I missed a tactic somewhere.
On Wed, Oct 10, 2018 at 08:31:46PM +0200, Jean Philippe wrote: Hi Doug,
the key I would like to assign is??, which is the same as` on a French keyboard.
But even in other jaws versions where I haven't changed the JCF file, the default key,left bracket, is not working. I know how odd it may sound.
Best,
JPR
http://www.jprykiel.com http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 19:35, Doug Lee a ??crit??:
I still bet the problem is that JAWS wants a particular name for that key instead of just the key itself.
Apologies if I missed it amid all else today lol, but what key are you trying to assign as the Command key? If it is a shifted key, use "Shift+" with the regular key or key name; e.g., CommandKey=T is bad, but CommandKey=Shift+t is good.
On Wed, Oct 10, 2018 at 06:40:39PM +0200, Jean Philippe wrote: Hi Michele.
I can confirm that no Extra file has been created and that the CFG Replace the Previous one, as its Modification date is today.
I think I tried everything I could, including removing all files from the Skype seven scripts, who knows, and switching to the English version of jaws where scripts Were also installed.
What else can I try? Something in Jaws commun?? settings that could get in the way maybe ? I have no idea.
Best,
JPR
http://www.jprykiel.com
http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 14:28, Michele Barbi a ??crit??:
Hey guys, first of all I'd like to thank Doug because I did not know these step for copying the file location. We always learn something new, lol! Jean, be careful to one thing which I noticed. I don't know why, but at least here in Italian, ctrl+s opens a window like Save as, and if asked to replace already existing file, you should say yes. I am now reading that you did not manage to fix the issue, so make sure if Notepad did not create an alternative file called skypeelectron.jcf.txt. Yesterday I had to count with it working on a jsm file for another scripts set. Bye! Barbuz
|
|
Re: Skype 8 language and prefix key
Ideas to try besides a temporary letter: ` or accent ~ or Shift+` or Shift+accent < or Shift+, F2 Shift+F2 etc.
A bit of tech info to help your curiosity:
When you type a key, one thing that happens is a KeyPressedEvent call, into which a key name is passed. It is this name that we need, because my code uses that name to recognize the prefix key. The name is usually the literal key for letters and numbers in my experience, but I don't know how that works in all languages.
I'm sorry my answers have been brief today. I'm working on several other projects and have not had a chance to dig very deep into this.
toggle quoted messageShow quoted text
On Wed, Oct 10, 2018 at 09:42:46PM +0200, Jean Philippe wrote: Hi Doug, Jaws says something like superscript 2, But I don't know if I spell it right. Does it help? Anyway, I would still like to know why the default prefix key does not work either. I could even try another key if you want, even a letter would do I imagine, and I can take one that is the same for French and English keyboards. What do you say? Best, JPR http://www.jprykiel.comhttp://soundcloud.com/ryksounethttp://twitter.com/ryksounethttp://facebook.com/jeanphilipperykielLe 10/10/2018 ?? 21:24, Doug Lee a ??crit??: And any ASCII value above decimal 127 is out of the normal range for printable characters; so I expect that key has a name in JAWS. We just need to know what it is.
On Wed, Oct 10, 2018 at 09:17:48PM +0200, Jean Philippe wrote: Wow. stranger. The ASCII value is 178 . Cheers, JPR
http://www.jprykiel.com http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 20:48, Doug Lee a ??crit??:
In my mail program, the first key name you gave prints as ?? so I can't tell what it is. ` printed fine.
Most likely, the key name we want is the one that goes through the KeyPressedEvent function as the value of strKeyName when you press the key; but it takes some considerable fiddling to get that name to print, unless I missed a tactic somewhere.
On Wed, Oct 10, 2018 at 08:31:46PM +0200, Jean Philippe wrote: Hi Doug,
the key I would like to assign is??, which is the same as` on a French keyboard.
But even in other jaws versions where I haven't changed the JCF file, the default key,left bracket, is not working. I know how odd it may sound.
Best,
JPR
http://www.jprykiel.com http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 19:35, Doug Lee a ??crit??:
I still bet the problem is that JAWS wants a particular name for that key instead of just the key itself.
Apologies if I missed it amid all else today lol, but what key are you trying to assign as the Command key? If it is a shifted key, use "Shift+" with the regular key or key name; e.g., CommandKey=T is bad, but CommandKey=Shift+t is good.
On Wed, Oct 10, 2018 at 06:40:39PM +0200, Jean Philippe wrote: Hi Michele.
I can confirm that no Extra file has been created and that the CFG Replace the Previous one, as its Modification date is today.
I think I tried everything I could, including removing all files from the Skype seven scripts, who knows, and switching to the English version of jaws where scripts Were also installed.
What else can I try? Something in Jaws commun?? settings that could get in the way maybe ? I have no idea.
Best,
JPR
http://www.jprykiel.com
http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 14:28, Michele Barbi a ??crit??:
Hey guys, first of all I'd like to thank Doug because I did not know these step for copying the file location. We always learn something new, lol! Jean, be careful to one thing which I noticed. I don't know why, but at least here in Italian, ctrl+s opens a window like Save as, and if asked to replace already existing file, you should say yes. I am now reading that you did not manage to fix the issue, so make sure if Notepad did not create an alternative file called skypeelectron.jcf.txt. Yesterday I had to count with it working on a jsm file for another scripts set. Bye! Barbuz
-- Doug Lee dgl@dlee.org http://www.dlee.orgLevel Access doug.lee@LevelAccess.com http://www.LevelAccess.com"The best executive is the one who has sense enough to pick good men to do what he wants done, and self-restraint enough to keep from meddling with them while they do it."--Theodore Roosevelt
|
|
Re: Skype 8 language and prefix key
toggle quoted messageShow quoted text
Le 10/10/2018 à 21:24, Doug Lee a écrit : And any ASCII value above decimal 127 is out of the normal range for printable characters; so I expect that key has a name in JAWS. We just need to know what it is.
On Wed, Oct 10, 2018 at 09:17:48PM +0200, Jean Philippe wrote: Wow. stranger. The ASCII value is 178 . Cheers, JPR
http://www.jprykiel.com http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 20:48, Doug Lee a ??crit??:
In my mail program, the first key name you gave prints as ?? so I can't tell what it is. ` printed fine.
Most likely, the key name we want is the one that goes through the KeyPressedEvent function as the value of strKeyName when you press the key; but it takes some considerable fiddling to get that name to print, unless I missed a tactic somewhere.
On Wed, Oct 10, 2018 at 08:31:46PM +0200, Jean Philippe wrote: Hi Doug,
the key I would like to assign is??, which is the same as` on a French keyboard.
But even in other jaws versions where I haven't changed the JCF file, the default key,left bracket, is not working. I know how odd it may sound.
Best,
JPR
http://www.jprykiel.com http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 19:35, Doug Lee a ??crit??:
I still bet the problem is that JAWS wants a particular name for that key instead of just the key itself.
Apologies if I missed it amid all else today lol, but what key are you trying to assign as the Command key? If it is a shifted key, use "Shift+" with the regular key or key name; e.g., CommandKey=T is bad, but CommandKey=Shift+t is good.
On Wed, Oct 10, 2018 at 06:40:39PM +0200, Jean Philippe wrote: Hi Michele.
I can confirm that no Extra file has been created and that the CFG Replace the Previous one, as its Modification date is today.
I think I tried everything I could, including removing all files from the Skype seven scripts, who knows, and switching to the English version of jaws where scripts Were also installed.
What else can I try? Something in Jaws commun?? settings that could get in the way maybe ? I have no idea.
Best,
JPR
http://www.jprykiel.com
http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 14:28, Michele Barbi a ??crit??:
Hey guys, first of all I'd like to thank Doug because I did not know these step for copying the file location. We always learn something new, lol! Jean, be careful to one thing which I noticed. I don't know why, but at least here in Italian, ctrl+s opens a window like Save as, and if asked to replace already existing file, you should say yes. I am now reading that you did not manage to fix the issue, so make sure if Notepad did not create an alternative file called skypeelectron.jcf.txt. Yesterday I had to count with it working on a jsm file for another scripts set. Bye! Barbuz
|
|
Re: Skype 8 language and prefix key
And any ASCII value above decimal 127 is out of the normal range for printable characters; so I expect that key has a name in JAWS. We just need to know what it is.
toggle quoted messageShow quoted text
On Wed, Oct 10, 2018 at 09:17:48PM +0200, Jean Philippe wrote: Wow. stranger. The ASCII value is 178 . Cheers, JPR http://www.jprykiel.comhttp://soundcloud.com/ryksounethttp://twitter.com/ryksounethttp://facebook.com/jeanphilipperykielLe 10/10/2018 ?? 20:48, Doug Lee a ??crit??: In my mail program, the first key name you gave prints as ?? so I can't tell what it is. ` printed fine.
Most likely, the key name we want is the one that goes through the KeyPressedEvent function as the value of strKeyName when you press the key; but it takes some considerable fiddling to get that name to print, unless I missed a tactic somewhere.
On Wed, Oct 10, 2018 at 08:31:46PM +0200, Jean Philippe wrote: Hi Doug,
the key I would like to assign is??, which is the same as` on a French keyboard.
But even in other jaws versions where I haven't changed the JCF file, the default key,left bracket, is not working. I know how odd it may sound.
Best,
JPR
http://www.jprykiel.com http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 19:35, Doug Lee a ??crit??:
I still bet the problem is that JAWS wants a particular name for that key instead of just the key itself.
Apologies if I missed it amid all else today lol, but what key are you trying to assign as the Command key? If it is a shifted key, use "Shift+" with the regular key or key name; e.g., CommandKey=T is bad, but CommandKey=Shift+t is good.
On Wed, Oct 10, 2018 at 06:40:39PM +0200, Jean Philippe wrote: Hi Michele.
I can confirm that no Extra file has been created and that the CFG Replace the Previous one, as its Modification date is today.
I think I tried everything I could, including removing all files from the Skype seven scripts, who knows, and switching to the English version of jaws where scripts Were also installed.
What else can I try? Something in Jaws commun?? settings that could get in the way maybe ? I have no idea.
Best,
JPR
http://www.jprykiel.com
http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 14:28, Michele Barbi a ??crit??:
Hey guys, first of all I'd like to thank Doug because I did not know these step for copying the file location. We always learn something new, lol! Jean, be careful to one thing which I noticed. I don't know why, but at least here in Italian, ctrl+s opens a window like Save as, and if asked to replace already existing file, you should say yes. I am now reading that you did not manage to fix the issue, so make sure if Notepad did not create an alternative file called skypeelectron.jcf.txt. Yesterday I had to count with it working on a jsm file for another scripts set. Bye! Barbuz
-- Doug Lee dgl@dlee.org http://www.dlee.orgLevel Access doug.lee@LevelAccess.com http://www.LevelAccess.com"Our chief want in life is somebody who will make us do what we can. {Ralph Waldo Emerson}
|
|
Re: Skype 8 language and prefix key
toggle quoted messageShow quoted text
Le 10/10/2018 à 20:48, Doug Lee a écrit : In my mail program, the first key name you gave prints as ?? so I can't tell what it is. ` printed fine.
Most likely, the key name we want is the one that goes through the KeyPressedEvent function as the value of strKeyName when you press the key; but it takes some considerable fiddling to get that name to print, unless I missed a tactic somewhere.
On Wed, Oct 10, 2018 at 08:31:46PM +0200, Jean Philippe wrote: Hi Doug,
the key I would like to assign is??, which is the same as` on a French keyboard.
But even in other jaws versions where I haven't changed the JCF file, the default key,left bracket, is not working. I know how odd it may sound.
Best,
JPR
http://www.jprykiel.com http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 19:35, Doug Lee a ??crit??:
I still bet the problem is that JAWS wants a particular name for that key instead of just the key itself.
Apologies if I missed it amid all else today lol, but what key are you trying to assign as the Command key? If it is a shifted key, use "Shift+" with the regular key or key name; e.g., CommandKey=T is bad, but CommandKey=Shift+t is good.
On Wed, Oct 10, 2018 at 06:40:39PM +0200, Jean Philippe wrote: Hi Michele.
I can confirm that no Extra file has been created and that the CFG Replace the Previous one, as its Modification date is today.
I think I tried everything I could, including removing all files from the Skype seven scripts, who knows, and switching to the English version of jaws where scripts Were also installed.
What else can I try? Something in Jaws commun?? settings that could get in the way maybe ? I have no idea.
Best,
JPR
http://www.jprykiel.com
http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 14:28, Michele Barbi a ??crit??:
Hey guys, first of all I'd like to thank Doug because I did not know these step for copying the file location. We always learn something new, lol! Jean, be careful to one thing which I noticed. I don't know why, but at least here in Italian, ctrl+s opens a window like Save as, and if asked to replace already existing file, you should say yes. I am now reading that you did not manage to fix the issue, so make sure if Notepad did not create an alternative file called skypeelectron.jcf.txt. Yesterday I had to count with it working on a jsm file for another scripts set. Bye! Barbuz
|
|
Re: Skype 8 language and prefix key
In my mail program, the first key name you gave prints as ?? so I can't tell what it is. ` printed fine.
Most likely, the key name we want is the one that goes through the KeyPressedEvent function as the value of strKeyName when you press the key; but it takes some considerable fiddling to get that name to print, unless I missed a tactic somewhere.
toggle quoted messageShow quoted text
On Wed, Oct 10, 2018 at 08:31:46PM +0200, Jean Philippe wrote: Hi Doug, the key I would like to assign is??, which is the same as` on a French keyboard. But even in other jaws versions where I haven't changed the JCF file, the default key,left bracket, is not working. I know how odd it may sound. Best, JPR http://www.jprykiel.comhttp://soundcloud.com/ryksounethttp://twitter.com/ryksounethttp://facebook.com/jeanphilipperykielLe 10/10/2018 ?? 19:35, Doug Lee a ??crit??: I still bet the problem is that JAWS wants a particular name for that key instead of just the key itself.
Apologies if I missed it amid all else today lol, but what key are you trying to assign as the Command key? If it is a shifted key, use "Shift+" with the regular key or key name; e.g., CommandKey=T is bad, but CommandKey=Shift+t is good.
On Wed, Oct 10, 2018 at 06:40:39PM +0200, Jean Philippe wrote: Hi Michele.
I can confirm that no Extra file has been created and that the CFG Replace the Previous one, as its Modification date is today.
I think I tried everything I could, including removing all files from the Skype seven scripts, who knows, and switching to the English version of jaws where scripts Were also installed.
What else can I try? Something in Jaws commun?? settings that could get in the way maybe ? I have no idea.
Best,
JPR
http://www.jprykiel.com
http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 14:28, Michele Barbi a ??crit??:
Hey guys, first of all I'd like to thank Doug because I did not know these step for copying the file location. We always learn something new, lol! Jean, be careful to one thing which I noticed. I don't know why, but at least here in Italian, ctrl+s opens a window like Save as, and if asked to replace already existing file, you should say yes. I am now reading that you did not manage to fix the issue, so make sure if Notepad did not create an alternative file called skypeelectron.jcf.txt. Yesterday I had to count with it working on a jsm file for another scripts set. Bye! Barbuz
-- Doug Lee dgl@dlee.org http://www.dlee.orgLevel Access doug.lee@LevelAccess.com http://www.LevelAccess.com"It is difficult to produce a television documentary that is both incisive and probing when every twelve minutes one is interrupted by dancing rabbits singing about toilet paper." --Rod Serling
|
|
Re: Skype 8 language and prefix key
toggle quoted messageShow quoted text
Le 10/10/2018 à 19:35, Doug Lee a écrit : I still bet the problem is that JAWS wants a particular name for that key instead of just the key itself.
Apologies if I missed it amid all else today lol, but what key are you trying to assign as the Command key? If it is a shifted key, use "Shift+" with the regular key or key name; e.g., CommandKey=T is bad, but CommandKey=Shift+t is good.
On Wed, Oct 10, 2018 at 06:40:39PM +0200, Jean Philippe wrote: Hi Michele.
I can confirm that no Extra file has been created and that the CFG Replace the Previous one, as its Modification date is today.
I think I tried everything I could, including removing all files from the Skype seven scripts, who knows, and switching to the English version of jaws where scripts Were also installed.
What else can I try? Something in Jaws commun?? settings that could get in the way maybe ? I have no idea.
Best,
JPR
http://www.jprykiel.com
http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 14:28, Michele Barbi a ??crit??:
Hey guys, first of all I'd like to thank Doug because I did not know these step for copying the file location. We always learn something new, lol! Jean, be careful to one thing which I noticed. I don't know why, but at least here in Italian, ctrl+s opens a window like Save as, and if asked to replace already existing file, you should say yes. I am now reading that you did not manage to fix the issue, so make sure if Notepad did not create an alternative file called skypeelectron.jcf.txt. Yesterday I had to count with it working on a jsm file for another scripts set. Bye! Barbuz
|
|
Re: Skype 8 language and prefix key
I still bet the problem is that JAWS wants a particular name for that key instead of just the key itself.
Apologies if I missed it amid all else today lol, but what key are you trying to assign as the Command key? If it is a shifted key, use "Shift+" with the regular key or key name; e.g., CommandKey=T is bad, but CommandKey=Shift+t is good.
toggle quoted messageShow quoted text
On Wed, Oct 10, 2018 at 06:40:39PM +0200, Jean Philippe wrote: Hi Michele. I can confirm that no Extra file has been created and that the CFG Replace the Previous one, as its Modification date is today. I think I tried everything I could, including removing all files from the Skype seven scripts, who knows, and switching to the English version of jaws where scripts Were also installed. What else can I try? Something in Jaws commun?? settings that could get in the way maybe ? I have no idea. Best, JPR http://www.jprykiel.comhttp://soundcloud.com/ryksounethttp://twitter.com/ryksounethttp://facebook.com/jeanphilipperykielLe 10/10/2018 ?? 14:28, Michele Barbi a ??crit??: Hey guys, first of all I'd like to thank Doug because I did not know these step for copying the file location. We always learn something new, lol! Jean, be careful to one thing which I noticed. I don't know why, but at least here in Italian, ctrl+s opens a window like Save as, and if asked to replace already existing file, you should say yes. I am now reading that you did not manage to fix the issue, so make sure if Notepad did not create an alternative file called skypeelectron.jcf.txt. Yesterday I had to count with it working on a jsm file for another scripts set. Bye! Barbuz
-- Doug Lee dgl@dlee.org http://www.dlee.orgLevel Access doug.lee@LevelAccess.com http://www.LevelAccess.com"Nearly all men can stand adversity, but if you want to test a man's character, give him power." -Abraham Lincoln
|
|
Re: refusal of ypdating to a new version of Skype
Hello Doug,
thank you for the key application enlightenment.
Some wise person once said that all disabilities aren't equal.
I guess adding to that the myriad of devices and personalized
configurations the blind can use today makes finding unique keystrokes
when scripting that are also possible to execute a real
challenge.
Again another reason to thank you and appreciate your work on our
behalf.
Respectfully,
Mike, in SC
Â
toggle quoted messageShow quoted text
At 10:45 AM 10/10/2018, you wrote:
Alt+Win+numbers can be obnoxious to
type frequently, especially when a keyboard has only one Alt or Windows
key. Alt+numbers or Ctrl+numbers are much less challenging even in such a
case because the thumb can hold down one key
but not reliably two. This is my finding anyway.
To the original concern in this subthread though: I try not to override
application keystrokes that exist before I start coding stuff. Skype just
bit me by suddenly attaching functionality to keys I had been using for a
long
time already, and even across multiple chat programs.
On Wed, Oct 10, 2018 at 09:26:01AM -0400, Mike DeZinno wrote:
  Hey Doug,
  Regarding your old keystrokes verses apps stepping on you by
hijacking
  them with their newer upgrades:
  Could a simple fix just be for you to add the windows key to
the key
  combos?
  I only offer that because in recent years I see a number of
other
  adaptive software doing that;
  So (alt plus a number) would become (alt win number)
  I don't pretend to know a lot about scripting so I don't
know if that
  is or isn't an easy thing to do, just kinda throwing it out
there for
  consideration.
  Thanks for all you have already done and for what you will
be doing in
  the future,
  Mike, in SC
  At 08:20 PM 10/9/2018, you wrote:
    lol yes, I can see that. that was the very thing
I was talking
    about. but, to be fair, you not only had to
accomodate long time
    users, but new users that were just coming to
the platform also, so
    I really can't fault you on that.
    On 10/10/2018 07:55, Doug Lee wrote:
    In the spirit of constructive feedback seeking,
I wonder which
    keystrokes? I do know that my Skype 7 scripts
made Alt+numbers read
    chats but that, years after I started doing
that, Skype made Alt+1
    through Alt+3 jump to
    different screens in Skype. I can't think of any
others but wonder
    if I'm forgetting any.
    As far as the Alt+numbers go, I had to make a
difficult decision:
    Change my keystrokes after years because Skype
suddenly collided
    with them and risk ticking off long-term users,
or continue using
    the keys as always and provide
    alternate ways to use the new Skype commands, at
the risk of ticking
    off newcomers. I chose the former and pleaded
with Skype, before it
    belonged to Microsoft, to switch to Ctrl+numbers
for the
    screen-switching commands. I
    lost.
    On Wed, Oct 10, 2018 at 05:43:29AM +1030, Shaun
Oliver wrote:
        my only complaint with
the former is I don't get enough of it.
    however,
        putting the subject back
on topic, whenever I've used Doug's
    scripts in
        the past, I have never
had a complaint against them, save the
    fact that
        towards the end of my
using them, keystrokes that were already
        incorperated in to Skype
had been remapped and rerouted through
    JAWS to
        do something other than
what Skype had intended for them to do.
        On 10/10/2018 03:58,
Mike DeZinno wrote:
        Hey Doug,
        I once met a man who
complained about free sex;
        So why am I not
surprised you get complaints about free Skype
    scrips!
        LOL
        Take care and keep the
faith,
        Mike, from SC
        At 08:13 AM 10/9/2018,
you wrote:
          The part
that gets me almost giggling resignedly here is that
    we're
          arguing over
a program that costs us nothing. People sometimes
    get
          mad at me
for saying things like, "The next version of the
    Skype
          scripts will
no longer
          support any
JAWS versions older than 15.0." I do that when it
    lets
          me do better
things in scripting than the older JAWS versions
          allowed, or
when older JAWS versions simply can't handle the
    newest
          version of
the application.
          But people
generally have the sense to realize that I'm (1)
    not
          doing it to
hurt people, (2) am actually doing it for a
    reason, and
          (3) cannot
be called mean because I'm giving away for free
    what I'm
          doing
anyway.
          The only
time I can remember complaining about a change to a
    free
          program was
when Roger suddenly vanished with very little
    warning.
          My complaint
at that time was that they gave us little warning
    and
          also gave us
nowhere to go.
          Microsoft
has given us way plenty of warning and has also
    given us
          not one, but
two places to go (Skype 8 or Skype UWP). And
    despite a
          small number
of claims in this thread, we have absolutely
    solid and
          prolific
proof that at
          least Skype
8 works well enough with both JAWS and NVDA to be
          usable. It
has its quirks, but so did Skype 7. So Microsoft
    gave us
          the easiest
feedback system for reporting them that I have
    ever
          seen, bar
none: Open, type into a
          box, press
Enter, done!
          Finally, if
anyone wanted to complain loudly, I think it
    should have
          been me. My
Command Line Interface for Skype, Clisk
         Â
([1][1]http://www.dlee.org/skype/clisk),
is completely
    unsupported
          after the
end of this month. That's a loss of
          years of my
time, at least arguably.
          So why don't
I yell about that one? Again, Microsoft gave
    plenty of
          warning,
good explanations for why they are doing what they're
          doing, and
even delayed Skype 7's demise partly because of one
          feature
Clisk used, that being
          the ability
to redirect and record sound from Skype. I will
          seriously
miss Clisk, but that is no reason to cry foul.
          In
conclusion, I'd say this Skype update should best be
    treated like
          a hurricane;
and that hurricane actually has a name: Cloud.
    Cloud
         Â
infrastructure is why this update is happening. Skype, as I
    said
          before, is
changing how it
         Â
communicates. It is starting to use a cloud structure. Skype 7
    was
          not ready
for that and never will be. So Microsoft gave an
          evacuation
order, with several months' warning - which is
    unusual
          for a
weather bulletin lol. But
          really, in
this storm, if we cling to our islands, we truly
    will end
          up lost at
sea.
          On Tue, Oct
09, 2018 at 07:13:12AM -0400, Joseph Machise
    wrote:
          well, that's
the trouble with Microsoft, who are they to tell
    us
          what to
do.
          -----
Original Message ----- From: "Shaun Oliver"
         Â
[2]<blindman75@...>
          To:
[3]<skypeenglish@groups.io>
          Sent:
Tuesday, October 09, 2018 7:11 AM
          Subject: Re:
[skypeenglish] refusal of ypdating to a new
    version of
          Skype
          > as has
been stated in the official notice from ms, they will
    no
          longer
be
          >
supporting Skype 7 or classic as it's now known. this means
    that
          you
will
          > either
be forced to update, or your classic skype will begin
    to
          stop
          > working
until it no longer works entirely.
          >
          >
          >
          > On
9/10/2018 12:49, Josephine Hirsch wrote:
          > > Hi
all,
          >
>
          >
>
          > >
What if you refused to update to a new version of Skype? I
    like
          the
          > >
Skype Classic because it is easier for me to navigate on
    Skype
         Â
Classic
          > >
than Skype 8.30, and I could never get anyone to hear me
    on
          Skype
8.30
          > >
any longer, and I tried everything and no go with Skype
    8.30
          >
>
          > >
Thanks,
          >
>
          > >
Josephine
          >
>
          >
>
          >
>
          >
          >
          >
          >
          --
          Doug
Lee               Â
[4]dgl@...
         Â
[5][2]http://www.dlee.org
          Level
Access           Â
[6]doug.lee@...
         Â
[7]http://www.LevelAccess.com
          "The
best executive is the one who has sense enough to pick
    good men
          to do
          what he
wants done, and self-restraint enough to keep from
    meddling
          with
          them while
they do it."--Theodore Roosevelt
    References
        1.
[3]http://www.dlee.org/skype/clisk
        2.
[4]mailto:blindman75@...
        3.
[5]mailto:skypeenglish@groups.io
        4.
[6]mailto:dgl@...
        5.
[7]http://www.dlee.org/
        6.
[8]mailto:doug.lee@...
        7.
[9]http://www.levelaccess.com/
        8.
[10]https://groups.io/g/skypeenglish/message/3387
        9.
   Â
[11]mailto:skypeenglish@groups.io?subject=Re:%20Re%3A%20%5Bskypeengl
   Â
ish%5D%20refusal%20of%20ypdating%20to%20a%20new%20version%20of%20Sky
    pe
       10.
   Â
[12]mailto:blindman75@...?subject=Private:%20Re:%20Re%3A%20%5B
   Â
skypeenglish%5D%20refusal%20of%20ypdating%20to%20a%20new%20version%2
    0of%20Skype
       11.
[13]https://groups.io/mt/27107171/409874
       12.
[14]https://groups.io/g/skypeenglish/post
       13.
[15]http://www.dlee.org/skype/
       14.
[16]https://groups.io/g/skypeenglish/editsub/409874
       15.
[17]mailto:skypeenglish+owner@groups.io
       16.
[18]https://groups.io/g/skypeenglish/leave/defanged
 Â
References
  1.
http://www.dlee.org/skype/clisk
  2.
http://www.dlee.org/
  3.
http://www.dlee.org/skype/clisk
  4.
mailto:blindman75@...
  5.
mailto:skypeenglish@groups.io
  6.
mailto:dgl@...
  7.
http://www.dlee.org/
  8.
mailto:doug.lee@...
  9.
http://www.levelaccess.com/
 10.
https://groups.io/g/skypeenglish/message/3387
 11.
mailto:skypeenglish@groups.io%3Fsubject=Re:%20Re:%20%5Bskypeenglish%5D%20refusal%20of%20ypdating%20to%20a%20new%20version%20of%20Skype
 12.
mailto:blindman75@...%3Fsubject=Private:%20Re:%20Re:%20%5Bskypeenglish%5D%20refusal%20of%20ypdating%20to%20a%20new%20version%20of%20Skype
 13.
https://groups.io/mt/27107171/409874
 14.
https://groups.io/g/skypeenglish/post
 15.
http://www.dlee.org/skype/
 16.
https://groups.io/g/skypeenglish/editsub/409874
 17.
mailto:skypeenglish+owner@groups.io
 18.
https://groups.io/g/skypeenglish/leave/defanged
 19.
https://groups.io/g/skypeenglish/message/3408
 20.
mailto:skypeenglish@groups.io?subject=Re:%20Re%3A%20%5Bskypeenglish%5D%20refusal%20of%20ypdating%20to%20a%20new%20version%20of%20Skype
 21.
mailto:mike@...?subject=Private:%20Re:%20Re%3A%20%5Bskypeenglish%5D%20refusal%20of%20ypdating%20to%20a%20new%20version%20of%20Skype
 22.
https://groups.io/mt/27107171/409874
 23.
https://groups.io/g/skypeenglish/post
 24.
http://www.dlee.org/skype/
 25.
https://groups.io/g/skypeenglish/editsub/409874
 26.
mailto:skypeenglish+owner@groups.io
 27.
https://groups.io/g/skypeenglish/leave/defanged
--
Doug
Lee               Â
dgl@...              Â
http://www.dlee.org
Level
Access           Â
doug.lee@...  Â
http://www.LevelAccess.com
"The nice thing about standards is that there are so many of
them
to choose from." -- Andrew Tanenbaum
|
|
Re: Skype 8 language and prefix key
toggle quoted messageShow quoted text
Le 10/10/2018 à 14:28, Michele Barbi a écrit : Hey guys, first of all I'd like to thank Doug because I did not know these step for copying the file location. We always learn something new, lol! Jean, be careful to one thing which I noticed. I don't know why, but at least here in Italian, ctrl+s opens a window like Save as, and if asked to replace already existing file, you should say yes. I am now reading that you did not manage to fix the issue, so make sure if Notepad did not create an alternative file called skypeelectron.jcf.txt. Yesterday I had to count with it working on a jsm file for another scripts set. Bye! Barbuz
|
|
Re: refusal of ypdating to a new version of Skype
Alt+Win+numbers can be obnoxious to type frequently, especially when a keyboard has only one Alt or Windows key. Alt+numbers or Ctrl+numbers are much less challenging even in such a case because the thumb can hold down one key but not reliably two. This is my finding anyway.
To the original concern in this subthread though: I try not to override application keystrokes that exist before I start coding stuff. Skype just bit me by suddenly attaching functionality to keys I had been using for a long time already, and even across multiple chat programs.
toggle quoted messageShow quoted text
On Wed, Oct 10, 2018 at 09:26:01AM -0400, Mike DeZinno wrote: Hey Doug, Regarding your old keystrokes verses apps stepping on you by hijacking them with their newer upgrades: Could a simple fix just be for you to add the windows key to the key combos? I only offer that because in recent years I see a number of other adaptive software doing that; So (alt plus a number) would become (alt win number) I don't pretend to know a lot about scripting so I don't know if that is or isn't an easy thing to do, just kinda throwing it out there for consideration. Thanks for all you have already done and for what you will be doing in the future, Mike, in SC At 08:20 PM 10/9/2018, you wrote: lol yes, I can see that. that was the very thing I was talking about. but, to be fair, you not only had to accomodate long time users, but new users that were just coming to the platform also, so I really can't fault you on that. On 10/10/2018 07:55, Doug Lee wrote: In the spirit of constructive feedback seeking, I wonder which keystrokes? I do know that my Skype 7 scripts made Alt+numbers read chats but that, years after I started doing that, Skype made Alt+1 through Alt+3 jump to different screens in Skype. I can't think of any others but wonder if I'm forgetting any. As far as the Alt+numbers go, I had to make a difficult decision: Change my keystrokes after years because Skype suddenly collided with them and risk ticking off long-term users, or continue using the keys as always and provide alternate ways to use the new Skype commands, at the risk of ticking off newcomers. I chose the former and pleaded with Skype, before it belonged to Microsoft, to switch to Ctrl+numbers for the screen-switching commands. I lost. On Wed, Oct 10, 2018 at 05:43:29AM +1030, Shaun Oliver wrote: my only complaint with the former is I don't get enough of it. however, putting the subject back on topic, whenever I've used Doug's scripts in the past, I have never had a complaint against them, save the fact that towards the end of my using them, keystrokes that were already incorperated in to Skype had been remapped and rerouted through JAWS to do something other than what Skype had intended for them to do. On 10/10/2018 03:58, Mike DeZinno wrote: Hey Doug, I once met a man who complained about free sex; So why am I not surprised you get complaints about free Skype scrips! LOL Take care and keep the faith, Mike, from SC At 08:13 AM 10/9/2018, you wrote: The part that gets me almost giggling resignedly here is that we're arguing over a program that costs us nothing. People sometimes get mad at me for saying things like, "The next version of the Skype scripts will no longer support any JAWS versions older than 15.0." I do that when it lets me do better things in scripting than the older JAWS versions allowed, or when older JAWS versions simply can't handle the newest version of the application. But people generally have the sense to realize that I'm (1) not doing it to hurt people, (2) am actually doing it for a reason, and (3) cannot be called mean because I'm giving away for free what I'm doing anyway. The only time I can remember complaining about a change to a free program was when Roger suddenly vanished with very little warning. My complaint at that time was that they gave us little warning and also gave us nowhere to go. Microsoft has given us way plenty of warning and has also given us not one, but two places to go (Skype 8 or Skype UWP). And despite a small number of claims in this thread, we have absolutely solid and prolific proof that at least Skype 8 works well enough with both JAWS and NVDA to be usable. It has its quirks, but so did Skype 7. So Microsoft gave us the easiest feedback system for reporting them that I have ever seen, bar none: Open, type into a box, press Enter, done! Finally, if anyone wanted to complain loudly, I think it should have been me. My Command Line Interface for Skype, Clisk ([1][1] http://www.dlee.org/skype/clisk), is completely unsupported after the end of this month. That's a loss of years of my time, at least arguably. So why don't I yell about that one? Again, Microsoft gave plenty of warning, good explanations for why they are doing what they're doing, and even delayed Skype 7's demise partly because of one feature Clisk used, that being the ability to redirect and record sound from Skype. I will seriously miss Clisk, but that is no reason to cry foul. In conclusion, I'd say this Skype update should best be treated like a hurricane; and that hurricane actually has a name: Cloud. Cloud infrastructure is why this update is happening. Skype, as I said before, is changing how it communicates. It is starting to use a cloud structure. Skype 7 was not ready for that and never will be. So Microsoft gave an evacuation order, with several months' warning - which is unusual for a weather bulletin lol. But really, in this storm, if we cling to our islands, we truly will end up lost at sea. On Tue, Oct 09, 2018 at 07:13:12AM -0400, Joseph Machise wrote: well, that's the trouble with Microsoft, who are they to tell us what to do. ----- Original Message ----- From: "Shaun Oliver" [2]<blindman75@gmail.com> To: [3]<skypeenglish@groups.io> Sent: Tuesday, October 09, 2018 7:11 AM Subject: Re: [skypeenglish] refusal of ypdating to a new version of Skype > as has been stated in the official notice from ms, they will no longer be > supporting Skype 7 or classic as it's now known. this means that you will > either be forced to update, or your classic skype will begin to stop > working until it no longer works entirely. > > > > On 9/10/2018 12:49, Josephine Hirsch wrote: > > Hi all, > > > > > > What if you refused to update to a new version of Skype? I like the > > Skype Classic because it is easier for me to navigate on Skype Classic > > than Skype 8.30, and I could never get anyone to hear me on Skype 8.30 > > any longer, and I tried everything and no go with Skype 8.30 > > > > Thanks, > > > > Josephine > > > > > > > > > > -- Doug Lee [4]dgl@dlee.org [5][2] http://www.dlee.org Level Access [6]doug.lee@LevelAccess.com [7] http://www.LevelAccess.com "The best executive is the one who has sense enough to pick good men to do what he wants done, and self-restraint enough to keep from meddling with them while they do it."--Theodore Roosevelt References 1. [3] http://www.dlee.org/skype/clisk 2. [4]mailto:blindman75@gmail.com 3. [5]mailto:skypeenglish@groups.io 4. [6]mailto:dgl@dlee.org 5. [7] http://www.dlee.org/ 6. [8]mailto:doug.lee@LevelAccess.com 7. [9] http://www.levelaccess.com/ 8. [10] https://groups.io/g/skypeenglish/message/3387 9. [11]mailto:skypeenglish@groups.io?subject=Re:%20Re%3A%20%5Bskypeengl ish%5D%20refusal%20of%20ypdating%20to%20a%20new%20version%20of%20Sky pe 10. [12]mailto:blindman75@gmail.com?subject=Private:%20Re:%20Re%3A%20%5B skypeenglish%5D%20refusal%20of%20ypdating%20to%20a%20new%20version%2 0of%20Skype 11. [13] https://groups.io/mt/27107171/409874 12. [14] https://groups.io/g/skypeenglish/post 13. [15] http://www.dlee.org/skype/ 14. [16] https://groups.io/g/skypeenglish/editsub/409874 15. [17]mailto:skypeenglish+owner@groups.io 16. [18] https://groups.io/g/skypeenglish/leave/defanged References 1. http://www.dlee.org/skype/clisk 2. http://www.dlee.org/ 3. http://www.dlee.org/skype/clisk 4. mailto:blindman75@gmail.com 5. mailto:skypeenglish@groups.io 6. mailto:dgl@dlee.org 7. http://www.dlee.org/ 8. mailto:doug.lee@LevelAccess.com 9. http://www.levelaccess.com/ 10. https://groups.io/g/skypeenglish/message/3387 11. mailto:skypeenglish@groups.io%3Fsubject=Re:%20Re:%20%5Bskypeenglish%5D%20refusal%20of%20ypdating%20to%20a%20new%20version%20of%20Skype 12. mailto:blindman75@gmail.com%3Fsubject=Private:%20Re:%20Re:%20%5Bskypeenglish%5D%20refusal%20of%20ypdating%20to%20a%20new%20version%20of%20Skype 13. https://groups.io/mt/27107171/409874 14. https://groups.io/g/skypeenglish/post 15. http://www.dlee.org/skype/ 16. https://groups.io/g/skypeenglish/editsub/409874 17. mailto:skypeenglish+owner@groups.io 18. https://groups.io/g/skypeenglish/leave/defanged 19. https://groups.io/g/skypeenglish/message/3408 20. mailto:skypeenglish@groups.io?subject=Re:%20Re%3A%20%5Bskypeenglish%5D%20refusal%20of%20ypdating%20to%20a%20new%20version%20of%20Skype 21. mailto:mike@mikedezinno.com?subject=Private:%20Re:%20Re%3A%20%5Bskypeenglish%5D%20refusal%20of%20ypdating%20to%20a%20new%20version%20of%20Skype 22. https://groups.io/mt/27107171/409874 23. https://groups.io/g/skypeenglish/post 24. http://www.dlee.org/skype/ 25. https://groups.io/g/skypeenglish/editsub/409874 26. mailto:skypeenglish+owner@groups.io 27. https://groups.io/g/skypeenglish/leave/defanged-- Doug Lee dgl@dlee.org http://www.dlee.orgLevel Access doug.lee@LevelAccess.com http://www.LevelAccess.com"The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum
|
|
Re: refusal of ypdating to a new version of Skype
Hey Doug,
Regarding your old keystrokes verses apps stepping on you by hijacking
them with their newer upgrades:
Could a simple fix just be for you to add the windows key to the key
combos?
I only offer that because in recent years I see a number of other
adaptive software doing that;
So (alt plus a number) would become (alt win number)
I don't pretend to know a lot about scripting so I don't know if that is
or isn't an easy thing to do, just kinda throwing it out there for
consideration.
Thanks for all you have already done and for what you will be doing in
the future,
Mike, in SC
Â
toggle quoted messageShow quoted text
At 08:20 PM 10/9/2018, you wrote:
lol yes, I can see that. that was
the very thing I was talking about. but, to be fair, you not only had to
accomodate long time users, but new users that were just coming to the
platform also, so I really can't fault you on that.
On 10/10/2018 07:55, Doug Lee wrote:
In the spirit of constructive
feedback seeking, I wonder which keystrokes? I do know that my Skype 7
scripts made Alt+numbers read chats but that, years after I started doing
that, Skype made Alt+1 through Alt+3 jump to
different screens in Skype. I can't think of any others but wonder if I'm
forgetting any.
As far as the Alt+numbers go, I had to make a difficult decision: Change
my keystrokes after years because Skype suddenly collided with them and
risk ticking off long-term users, or continue using the keys as always
and provide
alternate ways to use the new Skype commands, at the risk of ticking off
newcomers. I chose the former and pleaded with Skype, before it belonged
to Microsoft, to switch to Ctrl+numbers for the screen-switching
commands. I
lost.
On Wed, Oct 10, 2018 at 05:43:29AM +1030, Shaun Oliver wrote:
   my only complaint with the former is I don't get
enough of it. however,
   putting the subject back on topic, whenever I've used
Doug's scripts in
   the past, I have never had a complaint against them,
save the fact that
   towards the end of my using them, keystrokes that were
already
   incorperated in to Skype had been remapped and
rerouted through JAWS to
   do something other than what Skype had intended for
them to do.
   On 10/10/2018 03:58, Mike DeZinno wrote:
   Hey Doug,
   I once met a man who complained about free sex;
   So why am I not surprised you get complaints about
free Skype scrips!
   LOL
   Take care and keep the faith,
   Mike, from SC
   At 08:13 AM 10/9/2018, you wrote:
     The part that gets me almost giggling
resignedly here is that we're
     arguing over a program that costs us
nothing. People sometimes get
     mad at me for saying things like,
"The next version of the Skype
     scripts will no longer
     support any JAWS versions older than
15.0." I do that when it lets
     me do better things in scripting than the
older JAWS versions
     allowed, or when older JAWS versions
simply can't handle the newest
     version of the application.
     But people generally have the sense to
realize that I'm (1) not
     doing it to hurt people, (2) am actually
doing it for a reason, and
     (3) cannot be called mean because I'm
giving away for free what I'm
     doing anyway.
     The only time I can remember complaining
about a change to a free
     program was when Roger suddenly vanished
with very little warning.
     My complaint at that time was that they
gave us little warning and
     also gave us nowhere to go.
     Microsoft has given us way plenty of
warning and has also given us
     not one, but two places to go (Skype 8 or
Skype UWP). And despite a
     small number of claims in this thread, we
have absolutely solid and
     prolific proof that at
     least Skype 8 works well enough with both
JAWS and NVDA to be
     usable. It has its quirks, but so did
Skype 7. So Microsoft gave us
     the easiest feedback system for reporting
them that I have ever
     seen, bar none: Open, type into a
     box, press Enter, done!
     Finally, if anyone wanted to complain
loudly, I think it should have
     been me. My Command Line Interface for
Skype, Clisk
    Â
([1]http://www.dlee.org/skype/clisk),
is completely unsupported
     after the end of this month. That's a loss
of
     years of my time, at least arguably.
     So why don't I yell about that one? Again,
Microsoft gave plenty of
     warning, good explanations for why they
are doing what they're
     doing, and even delayed Skype 7's demise
partly because of one
     feature Clisk used, that being
     the ability to redirect and record sound
from Skype. I will
     seriously miss Clisk, but that is no
reason to cry foul.
     In conclusion, I'd say this Skype update
should best be treated like
     a hurricane; and that hurricane actually
has a name: Cloud. Cloud
     infrastructure is why this update is
happening. Skype, as I said
     before, is changing how it
     communicates. It is starting to use a
cloud structure. Skype 7 was
     not ready for that and never will be. So
Microsoft gave an
     evacuation order, with several months'
warning - which is unusual
     for a weather bulletin lol. But
     really, in this storm, if we cling to our
islands, we truly will end
     up lost at sea.
     On Tue, Oct 09, 2018 at 07:13:12AM -0400,
Joseph Machise wrote:
     well, that's the trouble with Microsoft,
who are they to tell us
     what to do.
     ----- Original Message ----- From:
"Shaun Oliver"
     [2]<blindman75@...>
     To:
[3]<skypeenglish@groups.io>
     Sent: Tuesday, October 09, 2018 7:11
AM
     Subject: Re: [skypeenglish] refusal of
ypdating to a new version of
     Skype
     > as has been stated in the official
notice from ms, they will no
     longer be
     > supporting Skype 7 or classic as it's
now known. this means that
     you will
     > either be forced to update, or your
classic skype will begin to
     stop
     > working until it no longer works
entirely.
     >
     >
     >
     > On 9/10/2018 12:49, Josephine Hirsch
wrote:
     > > Hi all,
     > >
     > >
     > > What if you refused to update to
a new version of Skype? I like
     the
     > > Skype Classic because it is
easier for me to navigate on Skype
     Classic
     > > than Skype 8.30, and I could
never get anyone to hear me on
     Skype 8.30
     > > any longer, and I tried
everything and no go with Skype 8.30
     > >
     > > Thanks,
     > >
     > > Josephine
     > >
     > >
     > >
     >
     >
     >
     >
     --
     Doug
Lee               Â
[4]dgl@...
    Â
[5]http://www.dlee.org
     Level
Access           Â
[6]doug.lee@...
     [7]http://www.LevelAccess.com
     "The best executive is the one who
has sense enough to pick good men
     to do
     what he wants done, and self-restraint
enough to keep from meddling
     with
     them while they do it."--Theodore
Roosevelt
  Â
References
   1.
http://www.dlee.org/skype/clisk
   2.
mailto:blindman75@...
   3.
mailto:skypeenglish@groups.io
   4.
mailto:dgl@...
   5.
http://www.dlee.org/
   6.
mailto:doug.lee@...
   7.
http://www.levelaccess.com/
   8.
https://groups.io/g/skypeenglish/message/3387
   9.
mailto:skypeenglish@groups.io?subject=Re:%20Re%3A%20%5Bskypeenglish%5D%20refusal%20of%20ypdating%20to%20a%20new%20version%20of%20Skype
  10.
mailto:blindman75@...?subject=Private:%20Re:%20Re%3A%20%5Bskypeenglish%5D%20refusal%20of%20ypdating%20to%20a%20new%20version%20of%20Skype
  11.
https://groups.io/mt/27107171/409874
  12.
https://groups.io/g/skypeenglish/post
  13.
http://www.dlee.org/skype/
  14.
https://groups.io/g/skypeenglish/editsub/409874
  15.
mailto:skypeenglish+owner@groups.io
  16.
https://groups.io/g/skypeenglish/leave/defanged
|
|
Re: Skype 8 language and prefix key
Hey guys, first of all I'd like to thank Doug because I did not know these step for copying the file location. We always learn something new, lol! Jean, be careful to one thing which I noticed. I don't know why, but at least here in Italian, ctrl+s opens a window like Save as, and if asked to replace already existing file, you should say yes. I am now reading that you did not manage to fix the issue, so make sure if Notepad did not create an alternative file called skypeelectron.jcf.txt. Yesterday I had to count with it working on a jsm file for another scripts set. Bye! Barbuz
|
|
Re: Skype 8 language and prefix key
toggle quoted messageShow quoted text
Le 10/10/2018 à 14:05, Doug Lee a écrit : Ah, I thought Notepad would be an option there... so here is one alternative:
Open "Explore My Settings" for your JAWS version using your Start menu or Start screen, or otherwise navigate to that folder manually. One manual approach would be to open %APPDATA% from the Run box, then go to Freedom Scientific, JAWS, your JAWS version, Settings, fra (if that's your language code; I forget that one).
Find skypeelectron.jcf and press Shift with the Applications key. This gets you a longer Context menu than usual.
From this extended menu, select "Copy as path" to get the full path of the file onto the clipboard. Now open Notepad, type Ctrl+O, and paste that path into the box to open the file there.
Find the [MKCSOptions] line, then the line below that. Edit what comes after the = sign to be the key you want. Save with Ctrl+S and test. If this does not work, try using a name for the key; e.g., ` versus accent.
If you did not find a [MKCSOptions] line at all, go to the bottom of the file, add one, then on the next line enter something like CommandKey=[ (replacing [ with your key of course). Save with Ctrl+S and test.
On Wed, Oct 10, 2018 at 01:28:42PM +0200, Jean Philippe wrote: hi Doug.
I need to know how to do this. First, do you have to open this file in notepad? How do you do this? If I type Application key on a JCF file, and go to open with, notepad is not in the list.
Then, do you do a search for MKCSOptions?
thanks,
JPR
http://www.jprykiel.com http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 13:07, Doug Lee a ??crit??:
Yes, the jcf. The jss would contain a default value, but the jcf is where any updates to it go for a user; so the jcf setting will override the jss value for that key if found.
On Wed, Oct 10, 2018 at 01:02:01PM +0200, Jean Philippe wrote: Hi Doug.
I'm using Jaws 2018?? under French Windows 7, Jaws key plus F1 twice opens the Scripts user guide, and Jaws key plus Q reports the revision number, which makes me think that the script is active> But the left bracket sign only Gets Jaws to pronounce, left bracket.
So it's the JCF I should look at, not theJSS?
Best,
JP
http://www.jprykiel.com http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 12:40, Doug Lee a ??crit??:
My guess is it at some point got changed to something unexpected. You can always try editing it in skypeelectron.jcf. If you've tried to change the key, there should be an MKCSOptions section in that file containing the assignment. If you change it there, my script code will update all the jkm entries that use it when you next switch focus back into Skype.
On Wed, Oct 10, 2018 at 10:24:00AM +0200, Jean Philippe wrote: Hi Doug and all,
I just installed Skype eight and its corresponding script. Still under French Windows 7, it works okay but I cannot use the prefix key nor can I change it. The scripts seem to be well installed, as insert Q reports Revision 60 for?? Skype Windows desktop 8 electron
I wonder if it is because my Skype language is set to French?
Thanks for helping,
best,
JPR
http://www.jprykiel.com http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
|
|
Re: Skype 8 language and prefix key
Ah, I thought Notepad would be an option there... so here is one alternative:
Open "Explore My Settings" for your JAWS version using your Start menu or Start screen, or otherwise navigate to that folder manually. One manual approach would be to open %APPDATA% from the Run box, then go to Freedom Scientific, JAWS, your JAWS version, Settings, fra (if that's your language code; I forget that one).
Find skypeelectron.jcf and press Shift with the Applications key. This gets you a longer Context menu than usual.
From this extended menu, select "Copy as path" to get the full path of the file onto the clipboard.
Now open Notepad, type Ctrl+O, and paste that path into the box to open the file there.
Find the [MKCSOptions] line, then the line below that. Edit what comes after the = sign to be the key you want. Save with Ctrl+S and test. If this does not work, try using a name for the key; e.g., ` versus accent.
If you did not find a [MKCSOptions] line at all, go to the bottom of the file, add one, then on the next line enter something like CommandKey=[ (replacing [ with your key of course). Save with Ctrl+S and test.
toggle quoted messageShow quoted text
On Wed, Oct 10, 2018 at 01:28:42PM +0200, Jean Philippe wrote: hi Doug. I need to know how to do this. First, do you have to open this file in notepad? How do you do this? If I type Application key on a JCF file, and go to open with, notepad is not in the list. Then, do you do a search for MKCSOptions? thanks, JPR http://www.jprykiel.comhttp://soundcloud.com/ryksounethttp://twitter.com/ryksounethttp://facebook.com/jeanphilipperykielLe 10/10/2018 ?? 13:07, Doug Lee a ??crit??: Yes, the jcf. The jss would contain a default value, but the jcf is where any updates to it go for a user; so the jcf setting will override the jss value for that key if found.
On Wed, Oct 10, 2018 at 01:02:01PM +0200, Jean Philippe wrote: Hi Doug.
I'm using Jaws 2018?? under French Windows 7, Jaws key plus F1 twice opens the Scripts user guide, and Jaws key plus Q reports the revision number, which makes me think that the script is active> But the left bracket sign only Gets Jaws to pronounce, left bracket.
So it's the JCF I should look at, not theJSS?
Best,
JP
http://www.jprykiel.com http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 12:40, Doug Lee a ??crit??:
My guess is it at some point got changed to something unexpected. You can always try editing it in skypeelectron.jcf. If you've tried to change the key, there should be an MKCSOptions section in that file containing the assignment. If you change it there, my script code will update all the jkm entries that use it when you next switch focus back into Skype.
On Wed, Oct 10, 2018 at 10:24:00AM +0200, Jean Philippe wrote: Hi Doug and all,
I just installed Skype eight and its corresponding script. Still under French Windows 7, it works okay but I cannot use the prefix key nor can I change it. The scripts seem to be well installed, as insert Q reports Revision 60 for?? Skype Windows desktop 8 electron
I wonder if it is because my Skype language is set to French?
Thanks for helping,
best,
JPR
http://www.jprykiel.com http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
-- Doug Lee dgl@dlee.org http://www.dlee.orgLevel Access doug.lee@LevelAccess.com http://www.LevelAccess.comThere is more freedom in knowing how to handle pain than in knowing how to avoid it. (4/29/01)
|
|
Re: Skype 8 language and prefix key
toggle quoted messageShow quoted text
Le 10/10/2018 à 13:07, Doug Lee a écrit : Yes, the jcf. The jss would contain a default value, but the jcf is where any updates to it go for a user; so the jcf setting will override the jss value for that key if found.
On Wed, Oct 10, 2018 at 01:02:01PM +0200, Jean Philippe wrote: Hi Doug.
I'm using Jaws 2018?? under French Windows 7, Jaws key plus F1 twice opens the Scripts user guide, and Jaws key plus Q reports the revision number, which makes me think that the script is active> But the left bracket sign only Gets Jaws to pronounce, left bracket.
So it's the JCF I should look at, not theJSS?
Best,
JP
http://www.jprykiel.com http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
Le 10/10/2018 ?? 12:40, Doug Lee a ??crit??:
My guess is it at some point got changed to something unexpected. You can always try editing it in skypeelectron.jcf. If you've tried to change the key, there should be an MKCSOptions section in that file containing the assignment. If you change it there, my script code will update all the jkm entries that use it when you next switch focus back into Skype.
On Wed, Oct 10, 2018 at 10:24:00AM +0200, Jean Philippe wrote: Hi Doug and all,
I just installed Skype eight and its corresponding script. Still under French Windows 7, it works okay but I cannot use the prefix key nor can I change it. The scripts seem to be well installed, as insert Q reports Revision 60 for?? Skype Windows desktop 8 electron
I wonder if it is because my Skype language is set to French?
Thanks for helping,
best,
JPR
http://www.jprykiel.com http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
|
|
Re: Skype 8 language and prefix key
Yes, the jcf. The jss would contain a default value, but the jcf is where any updates to it go for a user; so the jcf setting will override the jss value for that key if found.
toggle quoted messageShow quoted text
On Wed, Oct 10, 2018 at 01:02:01PM +0200, Jean Philippe wrote: Hi Doug. I'm using Jaws 2018?? under French Windows 7, Jaws key plus F1 twice opens the Scripts user guide, and Jaws key plus Q reports the revision number, which makes me think that the script is active> But the left bracket sign only Gets Jaws to pronounce, left bracket. So it's the JCF I should look at, not theJSS? Best, JP http://www.jprykiel.comhttp://soundcloud.com/ryksounethttp://twitter.com/ryksounethttp://facebook.com/jeanphilipperykielLe 10/10/2018 ?? 12:40, Doug Lee a ??crit??: My guess is it at some point got changed to something unexpected. You can always try editing it in skypeelectron.jcf. If you've tried to change the key, there should be an MKCSOptions section in that file containing the assignment. If you change it there, my script code will update all the jkm entries that use it when you next switch focus back into Skype.
On Wed, Oct 10, 2018 at 10:24:00AM +0200, Jean Philippe wrote: Hi Doug and all,
I just installed Skype eight and its corresponding script. Still under French Windows 7, it works okay but I cannot use the prefix key nor can I change it. The scripts seem to be well installed, as insert Q reports Revision 60 for?? Skype Windows desktop 8 electron
I wonder if it is because my Skype language is set to French?
Thanks for helping,
best,
JPR
http://www.jprykiel.com http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
-- Doug Lee dgl@dlee.org http://www.dlee.orgLevel Access doug.lee@LevelAccess.com http://www.LevelAccess.com"No person is your friend who demands your silence or denies your right to grow." --Alice Walker
|
|
Re: Skype 8 language and prefix key
toggle quoted messageShow quoted text
Le 10/10/2018 à 12:40, Doug Lee a écrit : My guess is it at some point got changed to something unexpected. You can always try editing it in skypeelectron.jcf. If you've tried to change the key, there should be an MKCSOptions section in that file containing the assignment. If you change it there, my script code will update all the jkm entries that use it when you next switch focus back into Skype.
On Wed, Oct 10, 2018 at 10:24:00AM +0200, Jean Philippe wrote: Hi Doug and all,
I just installed Skype eight and its corresponding script. Still under French Windows 7, it works okay but I cannot use the prefix key nor can I change it. The scripts seem to be well installed, as insert Q reports Revision 60 for?? Skype Windows desktop 8 electron
I wonder if it is because my Skype language is set to French?
Thanks for helping,
best,
JPR
http://www.jprykiel.com http://soundcloud.com/ryksounet http://twitter.com/ryksounet http://facebook.com/jeanphilipperykiel
|
|