Connect edition update 13 Task Navigation

I'm very glad to see that you have made Task Navigation (TN) easier to bring up. Having refined my hot-key use for the better part of a decade the thought of having to solely use the ribbon bar for all my commands gave me a nervous twitch. Hence setting MS_TASKNAVIGATION_CONFIGURATION = 1 then following the 3/4 other steps to activate it was the very first thing I looked up and ran when I installed CE. It was terrific. I was able to start playing around with the ribbon bar while still being efficiently by using TN. Happy days.

However, it now appears that you have made Task Navigation its own setting along with drawing, modelling etc. ie I can either have TN, or the ribbon, but not both. Have I overlooked something in its installation? I'm not sure why you changed it in this way but can you please let us use both at the same time? Having both is easily the best option for me because I still have my hot-keys the but the ribbon bar is much better than the V8i drop-down 'File - Edit - etc.' menus. 

Thanks

ilija

Parents
  • So, the good news: I believe I have found a way which could keep us all happy :) 

    My overarching issue is not against the ribbon bar as such but against the inability to be efficient with the hotkeys. The V8i taskbar had Main or manipulation tools being accessed with numbers, and QWERTY/letters being used for creating new items. 

    The ribbon allows for QWERTY shortcuts to be maintained and even improved since ASQWERT brings up each of the current ribbon items while ALT+hotkey cycles through the tabs. (See below) which is good. 

    I had a bit of an issue because once you brought up these menus the hotkeys didn't follow the QWERTY process: I have those keys bound to a programmable keypad (Razer Nostromo) so if I needed to press 'P' I would have to reach across to the keyboard like some sort of savage. However I appreciate that the overwhelming majority of users wouldn't have this issue (I have never see anyone else use one) and it is a step towards the intuitive Autocad way of doing it which I have heard some people raise as an issue in the past so I'm happy to change my way of doing things to accommodate. 

    Another factor is that the ribbon bar is slower than V8i but that has been raised many times and I'm hoping that you are working on resolving it. 

    What is lacking, however, is the numbers being used for the Main/manipulation commands. 3,2-Move 2,1-Fence, 5-1, change element attributes etc. These are fundamental across all workflows so unless you can show me a better/more efficient use for accessing these commands then my request is that you reinstate this part of the process. 

    Does this sound like a reasonable compromise? 

  • What is lacking, however, is the numbers being used for the Main/manipulation commands. 3,2-Move 2,1-Fence, 5-1, change element attributes etc. These are fundamental across all workflows so unless you can show me a better/more efficient use for accessing these commands then my request is that you reinstate this part of the process. 

    Why not just assign these to more logical keyboard shortcuts so you can find them easily? M for Move, F for Fence, CE or CA for change attributes. Then they work regardless.

    Or if you want to you can add the following to the KeyboardShortcuts.xml file. This will add the numeric keys that you desire for the keyboard shortcuts. Its odd that you are not allowed to add numeric keys as the parent in the UI.

    	<KeyboardShortcut ScanCode="0x02" Comment="1">
    		<Label>Element Selection</Label>
    		<Keyin>choose element</Keyin>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x03" Comment="2">
    		<Label/>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label>Place Fence</Label>
    				<Keyin>place fence</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x03" Comment="2">
    				<Label>Modify Fence</Label>
    				<Keyin>modify fence icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x04" Comment="3">
    				<Label>Manipulate fence</Label>
    				<Keyin>fence icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x05" Comment="4">
    				<Label>Fence delete</Label>
    				<Keyin>fence delete</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x06" Comment="5">
    				<Label>Fence Drop</Label>
    				<Keyin>fence drop</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x07" Comment="6">
    				<Label>Copy/Move Fence to File</Label>
    				<Keyin>frnce copy tofile</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x04" Comment="3">
    		<Label/>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label>Copy</Label>
    				<Keyin>Copy icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x03" Comment="2">
    				<Label>Move</Label>
    				<Keyin> move icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x04" Comment="3">
    				<Label>Scale</Label>
    				<Keyin>scale icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x05" Comment="4">
    				<Label>Rotate</Label>
    				<Keyin>rotate icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x06" Comment="5">
    				<Label>Mirror</Label>
    				<Keyin>mirror icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x07" Comment="6">
    				<Label>Array</Label>
    				<Keyin>array icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x08" Comment="7">
    				<Label>Align</Label>
    				<Keyin>Alignedge</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x09" Comment="8">
    				<Label>Stretch</Label>
    				<Keyin>stretch icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x0a" Comment="9">
    				<Label>Copy/Move Parallel </Label>
    				<Keyin>move parallel offset</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x0b" Comment="0">
    				<Label>Move To Contact</Label>
    				<Keyin>move to contact</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x05" Comment="4">
    		<Label/>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label>Update Active View</Label>
    				<Keyin>update view extended</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x06" Comment="5">
    		<Label/>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label>Change Attributes</Label>
    				<Keyin>change attributes</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x03" Comment="2">
    				<Label>Change To Active Area</Label>
    				<Keyin>change area</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x04" Comment="3">
    				<Label>Change Element Fill type</Label>
    				<Keyin>change fill</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x05" Comment="4">
    				<Label>Modify Linestyle attributes</Label>
    				<Keyin>modify linestyle icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x06" Comment="5">
    				<Label>Change Multi-Line</Label>
    				<Keyin>change mline</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x07" Comment="6">
    				<Label>Match Element Attributes</Label>
    				<Keyin>match icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x08" Comment="7">
    				<Label>Smart Match</Label>
    				<Keyin>match element</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x07" Comment="6">
    		<Label/>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label>Drop Element</Label>
    				<Keyin>Drop Element</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x03" Comment="2">
    				<Label>Create complex chain</Label>
    				<Keyin>create chain icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x04" Comment="3">
    				<Label>Create Complex Shape</Label>
    				<Keyin>create shape icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x05" Comment="4">
    				<Label>Create Region</Label>
    				<Keyin>create region icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x06" Comment="5">
    				<Label>Add To Graphic Group</Label>
    				<Keyin>group add</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x07" Comment="6">
    				<Label>Drop From Graphic Group</Label>
    				<Keyin>group drop</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x08" Comment="7">
    				<Label>Group Hole</Label>
    				<Keyin>group holes</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x08" Comment="7">
    		<Label/>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label>Modify Element</Label>
    				<Keyin>modify element</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x03" Comment="2">
    				<Label/>
    				<Keyin/>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x09" Comment="8">
    		<Label>Delete</Label>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label/>
    				<Keyin/>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x0a" Comment="9">
    		<Label/>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label>Measure Distance</Label>
    				<Keyin>measure</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x03" Comment="2">
    				<Label/>
    				<Keyin/>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>

    ~HTH

    John.

    yep

Reply
  • What is lacking, however, is the numbers being used for the Main/manipulation commands. 3,2-Move 2,1-Fence, 5-1, change element attributes etc. These are fundamental across all workflows so unless you can show me a better/more efficient use for accessing these commands then my request is that you reinstate this part of the process. 

    Why not just assign these to more logical keyboard shortcuts so you can find them easily? M for Move, F for Fence, CE or CA for change attributes. Then they work regardless.

    Or if you want to you can add the following to the KeyboardShortcuts.xml file. This will add the numeric keys that you desire for the keyboard shortcuts. Its odd that you are not allowed to add numeric keys as the parent in the UI.

    	<KeyboardShortcut ScanCode="0x02" Comment="1">
    		<Label>Element Selection</Label>
    		<Keyin>choose element</Keyin>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x03" Comment="2">
    		<Label/>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label>Place Fence</Label>
    				<Keyin>place fence</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x03" Comment="2">
    				<Label>Modify Fence</Label>
    				<Keyin>modify fence icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x04" Comment="3">
    				<Label>Manipulate fence</Label>
    				<Keyin>fence icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x05" Comment="4">
    				<Label>Fence delete</Label>
    				<Keyin>fence delete</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x06" Comment="5">
    				<Label>Fence Drop</Label>
    				<Keyin>fence drop</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x07" Comment="6">
    				<Label>Copy/Move Fence to File</Label>
    				<Keyin>frnce copy tofile</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x04" Comment="3">
    		<Label/>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label>Copy</Label>
    				<Keyin>Copy icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x03" Comment="2">
    				<Label>Move</Label>
    				<Keyin> move icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x04" Comment="3">
    				<Label>Scale</Label>
    				<Keyin>scale icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x05" Comment="4">
    				<Label>Rotate</Label>
    				<Keyin>rotate icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x06" Comment="5">
    				<Label>Mirror</Label>
    				<Keyin>mirror icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x07" Comment="6">
    				<Label>Array</Label>
    				<Keyin>array icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x08" Comment="7">
    				<Label>Align</Label>
    				<Keyin>Alignedge</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x09" Comment="8">
    				<Label>Stretch</Label>
    				<Keyin>stretch icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x0a" Comment="9">
    				<Label>Copy/Move Parallel </Label>
    				<Keyin>move parallel offset</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x0b" Comment="0">
    				<Label>Move To Contact</Label>
    				<Keyin>move to contact</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x05" Comment="4">
    		<Label/>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label>Update Active View</Label>
    				<Keyin>update view extended</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x06" Comment="5">
    		<Label/>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label>Change Attributes</Label>
    				<Keyin>change attributes</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x03" Comment="2">
    				<Label>Change To Active Area</Label>
    				<Keyin>change area</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x04" Comment="3">
    				<Label>Change Element Fill type</Label>
    				<Keyin>change fill</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x05" Comment="4">
    				<Label>Modify Linestyle attributes</Label>
    				<Keyin>modify linestyle icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x06" Comment="5">
    				<Label>Change Multi-Line</Label>
    				<Keyin>change mline</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x07" Comment="6">
    				<Label>Match Element Attributes</Label>
    				<Keyin>match icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x08" Comment="7">
    				<Label>Smart Match</Label>
    				<Keyin>match element</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x07" Comment="6">
    		<Label/>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label>Drop Element</Label>
    				<Keyin>Drop Element</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x03" Comment="2">
    				<Label>Create complex chain</Label>
    				<Keyin>create chain icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x04" Comment="3">
    				<Label>Create Complex Shape</Label>
    				<Keyin>create shape icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x05" Comment="4">
    				<Label>Create Region</Label>
    				<Keyin>create region icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x06" Comment="5">
    				<Label>Add To Graphic Group</Label>
    				<Keyin>group add</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x07" Comment="6">
    				<Label>Drop From Graphic Group</Label>
    				<Keyin>group drop</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x08" Comment="7">
    				<Label>Group Hole</Label>
    				<Keyin>group holes</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x08" Comment="7">
    		<Label/>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label>Modify Element</Label>
    				<Keyin>modify element</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x03" Comment="2">
    				<Label/>
    				<Keyin/>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x09" Comment="8">
    		<Label>Delete</Label>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label/>
    				<Keyin/>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x0a" Comment="9">
    		<Label/>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label>Measure Distance</Label>
    				<Keyin>measure</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x03" Comment="2">
    				<Label/>
    				<Keyin/>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>

    ~HTH

    John.

    yep

Children
  • 'If it aint broke don't fix it' comes to mind. It has its own logic, has been around for ages and what would the numbers be assigned for in that case? It is also likely to cause conflicts with existing letters (R for Rotate? That's already taken as one example)

    If it's a change which allows greater efficiency I'm all for it, but not change for its own sake. Also re-learning those commands would reduce my efficiency by at least 50% and would take months at a minimum to get back to the speed I'm at now. 

  • 'If it aint broke don't fix it' comes to mind.

    If that was the thought process of things then we would have no innovation or change.

    ~HTH

    John.

    yep

  • OR... we would have more time to devote innovation and change in other areas that actually need it... just saying.

  • Hi John,

    I both agree and disagree with you.  The entire point comes down to the purpose.  You used two different terms, "Innovation" and "change".  Innovation will come up with better ways of doing something.  Innovation will come up with fixes for the problems/slow downs/challenges which we face every day, and may take for granted.  Once innovation comes up with a better solution, we all rejoice!

    On the other hand, "change" is just change--difference.  Change is good when you get bored of something that is supposed to be entertaining.  BUT, Microstation (and the other Bentley products) is supposed to be a tool.  We need innovation--coming up with better ways to get our job done.  We don't need change--that does not help us with our goal--getting things done and making a profit.  When there is a "change", just for the sake of having a change, it needs to be evaluated with respect to the goal--getting our job done and making a profit.  It something is prettier, but slows us down, that is not good and should be rejected.  If you change the color of the Bentley logo, then "it's something new" and it does not slow anyone down.  On the other hand, if you change the Bentley logo too much, people will not recognize it as "Bentley" and it will be counter productive.

    If it ain't broke, don't fix it!  Unless it's an innovation that will help us with our goal(s) and not cause more problems.

    --Robert

  • Valid points Robert.

    My post to Llija was in regards to the statement on the lack of number keys for the manipulate command. You can assign these to the keyboard shortcuts and not mess anything up. Numeric keys are not used for anything currently. The nice thing about this is that they work regardless of the task, workflow, ribbon, etc. (and you would have basically no lost production) they are always 32 = move. To me 32 = move doesn't make sense and M does but that's just me. That is also the nice thing about the keyboard shortcuts is that it is up to me as to what they are. I attached a Keyboard shortcut file that has 90 of the numeric keys mapped. Give it a try and see if it helps you get back the 32 = move that is desired.

    <?xml version="1.0" encoding="UTF-8"?>
    <KeyboardShortcuts>
    	<KeyboardShortcut ScanCode="0x39" Comment="Space">
    		<Label>Popups</Label>
    		<Keyin>ribbon grouppopup Admin\Interface\Popups</Keyin>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x1e" Comment="A">
    		<Label>Lock Angle</Label>
    		<Keyin>accudraw lock angle</Keyin>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x02" Comment="1">
    		<Label>Element Selection</Label>
    		<Keyin>choose element</Keyin>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x03" Comment="2">
    		<Label/>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label>Place Fence</Label>
    				<Keyin>place fence</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x03" Comment="2">
    				<Label>Modify Fence</Label>
    				<Keyin>modify fence icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x04" Comment="3">
    				<Label>Manipulate fence</Label>
    				<Keyin>fence icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x05" Comment="4">
    				<Label>Fence delete</Label>
    				<Keyin>fence delete</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x06" Comment="5">
    				<Label>Fence Drop</Label>
    				<Keyin>fence drop</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x07" Comment="6">
    				<Label>Copy/Move Fence to File</Label>
    				<Keyin>frnce copy tofile</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x04" Comment="3">
    		<Label/>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label>Copy</Label>
    				<Keyin>Copy icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x03" Comment="2">
    				<Label>Move</Label>
    				<Keyin> move icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x04" Comment="3">
    				<Label>Scale</Label>
    				<Keyin>scale icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x05" Comment="4">
    				<Label>Rotate</Label>
    				<Keyin>rotate icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x06" Comment="5">
    				<Label>Mirror</Label>
    				<Keyin>mirror icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x07" Comment="6">
    				<Label>Array</Label>
    				<Keyin>array icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x08" Comment="7">
    				<Label>Align</Label>
    				<Keyin>Alignedge</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x09" Comment="8">
    				<Label>Stretch</Label>
    				<Keyin>stretch icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x0a" Comment="9">
    				<Label>Copy/Move Parallel </Label>
    				<Keyin>move parallel offset</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x0b" Comment="0">
    				<Label>Move To Contact</Label>
    				<Keyin>move to contact</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x05" Comment="4">
    		<Label/>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label>Update Active View</Label>
    				<Keyin>update view extended</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x06" Comment="5">
    		<Label/>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label>Change Attributes</Label>
    				<Keyin>change attributes</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x03" Comment="2">
    				<Label>Change To Active Area</Label>
    				<Keyin>change area</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x04" Comment="3">
    				<Label>Change Element Fill type</Label>
    				<Keyin>change fill</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x05" Comment="4">
    				<Label>Modify Linestyle attributes</Label>
    				<Keyin>modify linestyle icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x06" Comment="5">
    				<Label>Change Multi-Line</Label>
    				<Keyin>change mline</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x07" Comment="6">
    				<Label>Match Element Attributes</Label>
    				<Keyin>match icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x08" Comment="7">
    				<Label>Smart Match</Label>
    				<Keyin>match element</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x07" Comment="6">
    		<Label/>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label>Drop Element</Label>
    				<Keyin>Drop Element</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x03" Comment="2">
    				<Label>Create complex chain</Label>
    				<Keyin>create chain icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x04" Comment="3">
    				<Label>Create Complex Shape</Label>
    				<Keyin>create shape icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x05" Comment="4">
    				<Label>Create Region</Label>
    				<Keyin>create region icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x06" Comment="5">
    				<Label>Add To Graphic Group</Label>
    				<Keyin>group add</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x07" Comment="6">
    				<Label>Drop From Graphic Group</Label>
    				<Keyin>group drop</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x08" Comment="7">
    				<Label>Group Hole</Label>
    				<Keyin>group holes</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x08" Comment="7">
    		<Label/>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label>Modify Element</Label>
    				<Keyin>modify element</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x03" Comment="2">
    				<Label/>
    				<Keyin/>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x09" Comment="8">
    		<Label>Delete</Label>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label/>
    				<Keyin/>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x0a" Comment="9">
    		<Label/>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label>Measure Distance</Label>
    				<Keyin>measure</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x03" Comment="2">
    				<Label/>
    				<Keyin/>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x30" Comment="B">
    		<Label>Base Rotation</Label>
    		<Keyin>accudraw rotate base toggle</Keyin>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x2e" Comment="C">
    		<Label>Center Snap</Label>
    		<Keyin>snap center</Keyin>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x20" Comment="D">
    		<Label>Lock Distance</Label>
    		<Keyin>accudraw lock distance</Keyin>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x12" Comment="E">
    		<Label>Cycle Rotation</Label>
    		<Keyin>accudraw rotate cycle</Keyin>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x21" Comment="F">
    		<Label>Front Rotation</Label>
    		<Keyin>accudraw rotate front</Keyin>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x22" Comment="G">
    		<Label>G Shortcuts</Label>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x1e" Comment="A">
    				<Label>Get ACS</Label>
    				<Keyin>accudraw dialog getacs</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x1f" Comment="S">
    				<Label>AccuDraw Settings</Label>
    				<Keyin>accudraw dialog settings</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x23" Comment="H">
    		<Label>AccuDraw Hold</Label>
    		<Keyin>accudraw toggle</Keyin>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x17" Comment="I">
    		<Label>Intersect Snap</Label>
    		<Keyin>snap intersect</Keyin>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x25" Comment="K">
    		<Label>Snap Divisor</Label>
    		<Keyin>accudraw dialog snapdivisor</Keyin>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x26" Comment="L">
    		<Label>Lock Shortcuts</Label>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x17" Comment="I">
    				<Label>Lock Index</Label>
    				<Keyin>accudraw lock index</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x2c" Comment="Z">
    				<Label>Lock Sticky Z</Label>
    				<Keyin>accudraw lock stickyz</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x32" Comment="M">
    		<Label>Change Mode</Label>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x32" Comment="M">
    				<Label>Change mode</Label>
    				<Keyin>accudraw mode</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x12" Comment="E">
    				<Label>Move</Label>
    				<Keyin>move</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x31" Comment="N">
    		<Label>Nearest Snap</Label>
    		<Keyin>snap nearest</Keyin>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x18" Comment="O">
    		<Label/>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x2e" Comment="C">
    				<Label>Set Civil AccuDraw Origin</Label>
    				<Keyin>civilcoord setorigin</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x1e" Comment="A">
    				<Label>Set AccuDraw Origin</Label>
    				<Keyin>accudraw setorigin</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x19" Comment="P">
    		<Label>Point Shortcuts</Label>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x32" Comment="M">
    				<Label>Point Keyin (Multi)</Label>
    				<Keyin>point keyin multiple</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x19" Comment="P">
    				<Label>Point Keyin (Single)</Label>
    				<Keyin>point keyin single</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x10" Comment="Q">
    		<Label>Quick Tools</Label>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x02" Comment="1">
    				<Label>Attributes</Label>
    				<Keyin>ribbon grouppopup *\Home\Attributes</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x03" Comment="2">
    				<Label>Primary</Label>
    				<Keyin>ribbon grouppopup *\Home\Primary</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x04" Comment="3">
    				<Label>Selection</Label>
    				<Keyin>ribbon grouppopup *\Home\Selection</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x05" Comment="4">
    				<Label>Placement</Label>
    				<Keyin>ribbon grouppopup *\Home\Placement</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x06" Comment="5">
    				<Label>Manipulate</Label>
    				<Keyin>ribbon grouppopup *\Home\Manipulate</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x07" Comment="6">
    				<Label>Modify</Label>
    				<Keyin>ribbon grouppopup *\Home\Modify</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x08" Comment="7">
    				<Label>Groups</Label>
    				<Keyin>ribbon grouppopup *\Home\Groups</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x10" Comment="Q">
    				<Label>Select</Label>
    				<Keyin>choose element</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x11" Comment="W">
    				<Label>Move</Label>
    				<Keyin>move icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x12" Comment="E">
    				<Label>Copy</Label>
    				<Keyin>copy icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x13" Comment="R">
    				<Label>Rotate</Label>
    				<Keyin>rotate icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x14" Comment="T">
    				<Label>Scale</Label>
    				<Keyin>scale icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x15" Comment="Y">
    				<Label>Mirror</Label>
    				<Keyin>mirror icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x16" Comment="U">
    				<Label>Delete</Label>
    				<Keyin>delete element</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x1e" Comment="A">
    				<Label>Measure</Label>
    				<Keyin>ribbon grouppopup *\Analyze\Measure</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x1f" Comment="S">
    				<Label>Text</Label>
    				<Keyin>ribbon grouppopup *\Annotate\Text</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x20" Comment="D">
    				<Label>Dimensioning</Label>
    				<Keyin>ribbon grouppopup *\Annotate\Dimensioning</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x22" Comment="G">
    				<Label>Detailing</Label>
    				<Keyin>ribbon grouppopup *\Annotate\Detailing</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x21" Comment="F">
    				<Label>Patterns</Label>
    				<Keyin>ribbon grouppopup *\Annotate\Patterns</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x23" Comment="H">
    				<Label>AccuDraw</Label>
    				<Keyin>ribbon grouppopup *\Drawing Aids\AccuDraw</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x24" Comment="J">
    				<Label>Snaps</Label>
    				<Keyin>ribbon grouppopup *\Drawing Aids\Snaps</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x25" Comment="K">
    				<Label>Locks</Label>
    				<Keyin>ribbon grouppopup *\Drawing Aids\Locks</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x26" Comment="L">
    				<Label>View Tools</Label>
    				<Keyin>ribbon grouppopup *\View\Tools</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x13" Comment="R">
    		<Label>Rotate Shortcuts</Label>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x1e" Comment="A">
    				<Label>Rotate ACS</Label>
    				<Keyin>accudraw rotate acs</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x2e" Comment="C">
    				<Label>Rotate Current</Label>
    				<Keyin>accudraw rotate currentacs</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x12" Comment="E">
    				<Label>Rotate to Element</Label>
    				<Keyin>accudraw rotate element</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x10" Comment="Q">
    				<Label>Rotate Quick</Label>
    				<Keyin>accudraw rotate quick</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x2d" Comment="X">
    				<Label>Rotate About X</Label>
    				<Keyin>accudraw rotate x</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x15" Comment="Y">
    				<Label>Rotate About Y</Label>
    				<Keyin>accudraw rotate y</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x2c" Comment="Z">
    				<Label>Rotate About Z</Label>
    				<Keyin>accudraw rotate z</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x1f" Comment="S">
    		<Label>Side Rotation</Label>
    		<Keyin>accudraw rotate side</Keyin>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x14" Comment="T">
    		<Label>Top Rotation</Label>
    		<Keyin>accudraw rotate top</Keyin>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x2f" Comment="V">
    		<Label>View Rotation</Label>
    		<Keyin>accudraw rotate view</Keyin>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x11" Comment="W">
    		<Label>W Shortcuts</Label>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x1e" Comment="A">
    				<Label>Write ACS</Label>
    				<Keyin>accudraw dialog saveacs</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x2d" Comment="X">
    		<Label>Lock X</Label>
    		<Keyin>accudraw lock X</Keyin>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x15" Comment="Y">
    		<Label>Lock Y</Label>
    		<Keyin>accudraw lock Y</Keyin>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x2c" Comment="Z">
    		<Label>Lock Z</Label>
    		<Keyin>accudraw lock Z</Keyin>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x1a" Comment="[">
    		<Label>Quick Tools</Label>
    		<KeyboardShortcuts>
    			<KeyboardShortcut ScanCode="0x07" Comment="6">
    				<Label>Attributes</Label>
    				<Keyin>ribbon grouppopup *\Home\Attributes</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x08" Comment="7">
    				<Label>Primary</Label>
    				<Keyin>ribbon grouppopup *\Home\Primary</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x09" Comment="8">
    				<Label>Selection</Label>
    				<Keyin>ribbon grouppopup *\Home\Selection</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x0a" Comment="9">
    				<Label>Placement</Label>
    				<Keyin>ribbon grouppopup *\Home\Placement</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x0b" Comment="0">
    				<Label>Manipulate</Label>
    				<Keyin>ribbon grouppopup *\Home\Manipulate</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x0c" Comment="-">
    				<Label>Modify</Label>
    				<Keyin>ribbon grouppopup *\Home\Modify</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x0d" Comment="=">
    				<Label>Groups</Label>
    				<Keyin>ribbon grouppopup *\Home\Groups</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x15" Comment="Y">
    				<Label>Mirror</Label>
    				<Keyin>mirror icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x16" Comment="U">
    				<Label>Scale</Label>
    				<Keyin>scale icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x17" Comment="I">
    				<Label>Rotate</Label>
    				<Keyin>rotate icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x18" Comment="O">
    				<Label>Copy</Label>
    				<Keyin>copy icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x19" Comment="P">
    				<Label>Move</Label>
    				<Keyin>move icon</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x14" Comment="T">
    				<Label>Delete</Label>
    				<Keyin>delete element</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x1a" Comment="[">
    				<Label>Select</Label>
    				<Keyin>choose element</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x20" Comment="D">
    				<Label>Measure</Label>
    				<Keyin>ribbon grouppopup *\Analyze\Measure</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x21" Comment="F">
    				<Label>Text</Label>
    				<Keyin>ribbon grouppopup *\Annotate\Text</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x22" Comment="G">
    				<Label>Dimensioning</Label>
    				<Keyin>ribbon grouppopup *\Annotate\Dimensioning</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x23" Comment="H">
    				<Label>Detailing</Label>
    				<Keyin>ribbon grouppopup *\Annotate\Detailing</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x24" Comment="J">
    				<Label>Patterns</Label>
    				<Keyin>ribbon grouppopup *\Annotate\Patterns</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x25" Comment="K">
    				<Label>AccuDraw</Label>
    				<Keyin>ribbon grouppopup *\Drawing Aids\AccuDraw</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x26" Comment="L">
    				<Label>Snaps</Label>
    				<Keyin>ribbon grouppopup *\Drawing Aids\Snaps</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x27" Comment=";">
    				<Label>Locks</Label>
    				<Keyin>ribbon grouppopup *\Drawing Aids\Locks</Keyin>
    			</KeyboardShortcut>
    			<KeyboardShortcut ScanCode="0x28" Comment="'">
    				<Label>View Tools</Label>
    				<Keyin>ribbon grouppopup *\View\Tools</Keyin>
    			</KeyboardShortcut>
    		</KeyboardShortcuts>
    	</KeyboardShortcut>
    	<KeyboardShortcut ScanCode="0x29" Comment="`">
    		<Label>Bump Tool Settings</Label>
    		<Keyin>accudraw bump toolsetting</Keyin>
    	</KeyboardShortcut>
    </KeyboardShortcuts>

    ~HTH

    John.

    yep