Page 1 of 1

MCR VALUES

PostPosted: Thu May 14, 2015 3:08 pm
by GARY247
I had hotkeys that were all set up in versions 15 and 16. I tried to reused them but the file appears written to be totally different. I tried coping the file over but version 17 will not use them. How do I fix the hotkeys to work the way I had them as none of the new ones are of any use to me.


Gary Stahl
Holmes King Kallquist
575 North Salina Street
Syracuse, New York

Re: MCR VALUES

PostPosted: Thu May 14, 2015 3:44 pm
by joshhuggins
The MCR file has not changed format. The file should be located in the Support Files folder. Can you post your MCR file contents and which shortcut keys are not working?

VERSION 16 MCR VALUES

PostPosted: Thu May 14, 2015 4:13 pm
by GARY247
Why aren't these working or how do I apply these to version 17? I also have my cap lock on all the time when I am using DCAD.

A^·^È;^S5^¸^É
B^:^F4
C^·^S5^S6^S1
D^:^È^;^F1^F1^S1^
E^·^È^;^F6^¸^É
F^·^170#^$^
G^·^È^:^F6^¸^É
H^·^È:^F9^¸^É
I^·^È^;^S1^¸^É
J^·^È^;^F9^F5^¸^É
K^·^È^;^F8^¸^É
L^·^È^;^S7^¸^É
M^·^È^;^F4^¸^É
N:^S6^F1
O^·^È^:^S3^F8^S0^¸^É
P^·^È^:^S5^¸^É
Q^·^È^;^S6^¸^É
R^·^È^;^S4^¸^É
S^·^È^;^S2^¸^É
T^.^È^;^S7
U^·^È^;^S8^S0^¸^É
V^·^È^;^S8^S9^¸^É
W^·^È^;^S6^S2^¸^É
X^:^F0^F2
Y:^S7
Z^·^È^;^F0^S8^S2^¸^É

Re: MCR VALUES

PostPosted: Thu May 14, 2015 5:32 pm
by joshhuggins
There are several syntax typos I see. Make sure to close the string with a ^ Try making these corrections and see how things go.
A^·^È^;^S5^¸^É^
B^:^F4^
C^·^S5^S6^S1^
//Alt+C is missing it's start point. ( ideally ; or : ) As is, you would have to make sure you are in a specific menu that would start Alt+C with ^S5^S6^
D^:^È^;^F1^F1^S1^
E^·^È^;^F6^¸^É^
F^·^170#^$^
G^·^È^:^F6^¸^É^
H^·^È:^F9^¸^É^
I^·^È^;^S1^¸^É^
J^·^È^;^F9^F5^¸^É^
K^·^È^;^F8^¸^É^
L^·^È^;^S7^¸^É^
M^·^È^;^F4^¸^É^
N^:^S6^F1^
O^·^È^:^S3^F8^S0^¸^É
P^·^È^:^S5^¸^É^
Q^·^È^;^S6^¸^É^
R^·^È^;^S4^¸^É^
S^·^È^;^S2^¸^É^
T^.^È^;^S7^
U^·^È^;^S8^S0^¸^É^
V^·^È^;^S8^S9^¸^É^
W^·^È^;^S6^S2^¸^É^
X^:^F0^F2^
Y^:^S7^
Z^·^È^;^F0^S8^S2^¸^É^

Also not having comments in the file makes it a bit hard to know what you intended goal is. You can add comment lines to the file by putting // in front of the comments.
Example:
Code: Select allB^:^F4^
// Templates

Re: MCR VALUES

PostPosted: Thu May 14, 2015 8:01 pm
by GARY247
What meaning do the numbers have when there are no key functions? There seem to be a lot of these. If this worked for version 15 and 16 how come it does not work for 17?

Re: MCR VALUES

PostPosted: Thu May 14, 2015 9:05 pm
by joshhuggins
GARY247 wrote:What meaning do the numbers have when there are no key functions?
I don't understand the question, sorry. Can you give me an example?

Re: MCR VALUES

PostPosted: Fri May 15, 2015 9:43 am
by GARY247
I found out what the problem was. The person that loaded version17 changed my support file location to the server. I could not understand why it was not recognizing the mcr file that I put in there in then it clicked. Once I changed it back to my "C" drive it worked. Thanks for your help.