<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MicroStation Tips &#187; function key</title>
	<atom:link href="http://microstationtips.com/tag/function-key/feed/" rel="self" type="application/rss+xml" />
	<link>http://microstationtips.com</link>
	<description>Time-saving MicroStation Tips and Tricks</description>
	<lastBuildDate>Mon, 14 May 2012 14:10:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Function Key Commands that Wait for a Data Point</title>
		<link>http://microstationtips.com/function-key-commands-that-wait-for-a-data-point/</link>
		<comments>http://microstationtips.com/function-key-commands-that-wait-for-a-data-point/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 17:37:11 +0000</pubDate>
		<dc:creator>MicroStation User</dc:creator>
				<category><![CDATA[Function Key Tips]]></category>
		<category><![CDATA[MicroStation Tips]]></category>
		<category><![CDATA[function key]]></category>

		<guid isPermaLink="false">http://microstationtips.com/?p=131</guid>
		<description><![CDATA[If you’re like me when you need to do the same set of actions over and over again you start looking for a faster and better way to accomplish it. While macros can be created for just about anything they are usually not as easy and fast to create as a simple function key. When [...]]]></description>
			<content:encoded><![CDATA[<p class="body">If you’re                              like me when you need to do the same set of actions                              over and over again you start looking for a faster                              and better way to accomplish it. While macros can                              be created for just about anything they are usually                              not as easy and fast to create as a simple function                              key. When you want to string together some key-in                              commands but one or more of them require a data point                              along the way you can use “%d” as a separate                              key-in. In other words when you use %d in your set                              of key-ins MicroStation will wait for you to enter                              a data point and then continue to the next command                              in the series.</p>
<p class="body">As an example                              lets say you always seem to need to copy the contents                              of a fence from one place to the other and you want                              to be sure it is set to inside. Set up the following                              key-in commands and assign them to a function key:</p>
<p class="body">lock fence                              inside;place fence;%d;%d;fence copy</p>
<p><span class="body">Each separate                              command is separated with a semicolon. The two %d                              commands cause MicroStation to wait for two consecutive                              data points from the user, when it receives the second                              data point the last command activates the fence copy                              command. The function key commands are done and MicroStation                              is waiting for the user to define his start point                              for the fence copy.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://microstationtips.com/function-key-commands-that-wait-for-a-data-point/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Function Keys — How to Control and Benefit from them</title>
		<link>http://microstationtips.com/function-keys-%e2%80%94-how-to-control-and-benefit-from-them/</link>
		<comments>http://microstationtips.com/function-keys-%e2%80%94-how-to-control-and-benefit-from-them/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 17:34:30 +0000</pubDate>
		<dc:creator>MicroStation User</dc:creator>
				<category><![CDATA[Function Key Tips]]></category>
		<category><![CDATA[MicroStation Tips]]></category>
		<category><![CDATA[function key]]></category>

		<guid isPermaLink="false">http://microstationtips.com/?p=129</guid>
		<description><![CDATA[MicroStation provides a number of tools that can aid any designer to increase the speed and accuracy of design work. One of these is function keys. They offer a quick way to accomplish many task and are very easy to configure and change. The basic concept of function keys in MicroStation is to associate a [...]]]></description>
			<content:encoded><![CDATA[<p class="body">MicroStation provides a number                              of tools that can aid any designer to increase the                              speed and accuracy of design work. One of these is                              function keys. They offer a quick way to accomplish                              many task and are very easy to configure and change.</p>
<p class="body">The basic concept of function                              keys in MicroStation is to associate a key-in command                              or a series of key-in commands to a function key on                              the keyboard or a combination of a function key and                              the “Shift”, “Alt” and “Ctrl”                              keys. This gives you 96 unique combinations. Since                              almost anything can be done with key-in commands in                              MicroStation, the possibilities for their use is only                              limited by your imagination.</p>
<p class="body">After a default installation                              of MicroStation, a standard function key menu is loaded                              when MicroStation is started. To find out which function                              keys are mapped and the commands they are mapped to,                              click on the “Workspace” pulldown menu on                              the main MicroStation menu bar and select “Function                              keys…”. This opens the “Function Keys”                              dialog box as shown below.</p>
<p><img src="http://www.axiomint.com/microstation_tips/images/function_keys_control_1.gif" alt="" width="411" height="293" /></p>
<p class="body">Notice that the name of the                              file which defines the values in this dialog box is                              displayed in the title bar at the top. Funckey.mnu                              is the default menu file name. It will normally be                              located in the ..bentley\workspace\interface\fkeys\                              folder. The function key menu file that MicroStation                              opens when started is defined by the configuration                              variable “MS_FKEYMNU“.</p>
<p class="body">Any function key combination                              that is currently being used is listed in the display                              area at the bottom of the dialog box. To see all the                              values you can simply scroll down the list. If you                              notice a missing function key or combination it just                              means that it has not been defined yet. In the image                              above you can see that function key “F1”                              is assigned to the key-in command “help”.                              That’s why when you hit the F1 key the MicroStation                              help file opens up. The “F2” key in the                              image above is assigned to a series of two key-in                              commands. If you look closely you can see they are                              separated by a semicolon (;). The semicolon is the                              character you use to separate multiple key-in commands                              entered on a single line. The MicroStation key-in                              “dialog reference” opens the reference file                              dialog box. The second key-in “reference display                              design” makes sure the reference file dialog                              displays the vector reference file attachments. As                              a note I have the “Shift-F2” combination                              mapped to “dialog reference;REFERENCE DISPLAY                              RASTER”. This allows me to quickly change between                              raster and vector reference display, which is something                              I frequently do.</p>
<p class="body">The area at the top of the                              dialog box labeled “Shortcut Keys” is used                              to designate the function key you want to view, change                              or define. The check boxes next to “Ctrl”,                              “Alt” and “Shift” can be clicked                              on or off independently in any combination. The “Key”                              drop-down button to the right of these check boxes                              and labels has the choices “F1” through                              “F12” representing each of the function                              keys on your keyboard. By clicking on the appropriate                              check boxes and selecting a function key in the “Shortcut                              Key” section, you can view that combinations                              current value, click the delete button at the bottom                              of the dialog to remove it’s current assignment                              or use the “Edit” button to change its existing                              value or create a new value if it is currently undefined.</p>
<p class="body">As a simple example of how                              function keys can save a lot of time in doing repetitive                              tasks, let’s set up the function key combination                              “Shift-F11” so that when pressed, it will                              close all view windows, then open view one maximized                              and fit the view. This could be used as part of setting                              up deliverables to meet a client’s standard.                              To start you would want to work out the key-in commands                              required to accomplish the above and test them manually                              to make sure they worked. The string that we will                              use to do the above is.</p>
<p class="body">“view off all; view on                              1;window tile;fit all;selview 1”</p>
<p class="body">Now open the “Function                              Key” dialog as described above and click on the                              “Shift” checkbox and select “F11”                              from the drop-down button. If this combination is                              being used it will highlight in the display box in                              the bottom section of the dialog box. If it is not                              defined you will see (undefined) next to the label                              “Current”. In either case click the “Edit”                              button. This opens the “Edit Key Definition”                              dialog box. Now type the key-in string from above                              into the “New” field. Keep in mind that                              there is a 56 character limit in entering key-in commands                              in this dialog. In another tip I will show you how                              to overcome this limitation, but for now, when the                              string is entered click the “OK” button                              to close the dialog. When you are done making changes                              to the function key list click the “OK”                              button on the main “Function Key” dialog                              box.</p>
<p class="body">Clicking the “OK”                              button will bring up an “Alert” dialog box                              asking the question, “Save changes?”, with                              three choices: “Yes”, “No” and                              “Cancel”. “Yes” saves the changes                              to the file listed at the top of the “Function                              Keys” dialog box. “No” closes the dialog                              box with your changes active for the current session                              but does not save the changes you made to the file.                              “Cancel” returns you to the “Function                              Keys” dialog box.</p>
<p>As a final note the main “Function                              Keys” dialog box has a “File” pulldown                              menu that allows you to “Open”, “Save                              As” or “Save” function key menu files.                              If you create a new menu file and open it remember                              that it will only remain active in the current session                              unless you update the value of the MS_FKEYMNU environment                              variable to point to this new file.<span class="bodytext"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://microstationtips.com/function-keys-%e2%80%94-how-to-control-and-benefit-from-them/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Let go of your mouse! Move around using function keys.</title>
		<link>http://microstationtips.com/let-go-of-your-mouse-move-around-using-function-keys/</link>
		<comments>http://microstationtips.com/let-go-of-your-mouse-move-around-using-function-keys/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 17:31:27 +0000</pubDate>
		<dc:creator>MicroStation User</dc:creator>
				<category><![CDATA[Function Key Tips]]></category>
		<category><![CDATA[MicroStation Tips]]></category>
		<category><![CDATA[function key]]></category>

		<guid isPermaLink="false">http://microstationtips.com/?p=127</guid>
		<description><![CDATA[Did you know that you can move the active view of your design either up, down, left or right by using function keys? You can by defining four function keys with the &#8220;move&#8221; key-in. First, open the &#8220;Function Keys&#8221; dialog box under the Workspace menu. Then, assign the following key-ins to your desired function keys: [...]]]></description>
			<content:encoded><![CDATA[<p class="body">Did you know that you can move the active view of                  your design either up, down, left or right by using function keys?                  You can by defining four function keys with the &#8220;move&#8221;                  key-in.</p>
<p>First, open the &#8220;Function Keys&#8221; dialog box under the                  Workspace menu.</p>
<p><img src="http://www.axiomint.com/images/tips/tip-function-key-dialog.gif" alt="" width="395" height="281" /></p>
<p class="body">Then, assign the following key-ins to your desired                  function keys:</p>
<p class="body">To move up: move up;dx=0<br />
To move down: move down;dx=0<br />
To move left: move left;dx=0<br />
To move right: move right;dx=0</p>
<p class="body">Note: The &#8220;dx=0&#8243; in each key-in represents                  the origin point for any movement. It represents the distance                  from the last tentative or data point in the active view. The                  &#8220;d&#8221; stands for &#8220;delta&#8221; or the difference between                  two data points.</p>
<p><span class="body">Now, press each of the keys you designated                  the commands to, and you should be moving through the active view.                  If not, double-check your key-ins and try again. By default, the                  &#8220;move&#8221; key-in will shift the view one fourth of the                  active view&#8217;s screen area. To change this, add a decimal value                  of the amount you want it to move. For example, to move half the                  distance of the screen to the left, key-in the following: &#8220;move                  left .5;dx=0&#8243;. Enjoy!</span></p>
]]></content:encoded>
			<wfw:commentRss>http://microstationtips.com/let-go-of-your-mouse-move-around-using-function-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Loading frequently used dialog boxes using function keys in V8</title>
		<link>http://microstationtips.com/loading-frequently-used-dialog-boxes-using-function-keys-in-v8-2/</link>
		<comments>http://microstationtips.com/loading-frequently-used-dialog-boxes-using-function-keys-in-v8-2/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 17:26:50 +0000</pubDate>
		<dc:creator>MicroStation User</dc:creator>
				<category><![CDATA[Function Key Tips]]></category>
		<category><![CDATA[MicroStation Tips]]></category>
		<category><![CDATA[function key]]></category>

		<guid isPermaLink="false">http://microstationtips.com/?p=123</guid>
		<description><![CDATA[Peter Bekkers of Adviesbureau G&#38;B in Alphen, Netherlands, loves using function keys. Recently he wrote in with the following tip: &#8220;The following key-in easily opens the Level Manager dialog box: mdl keyin lvlmangr levelmanager dialog open. Assign it to a function key and you can work faster.&#8221; Here are some other key-ins to load frequently [...]]]></description>
			<content:encoded><![CDATA[<p class="body">Peter Bekkers of Adviesbureau                              G&amp;B in Alphen, Netherlands, loves using function                              keys. Recently he wrote in with the following tip:</p>
<p class="body">&#8220;The following key-in easily                              opens the Level Manager dialog box: mdl                              keyin lvlmangr levelmanager dialog open. Assign                              it to a function key and you can work faster.&#8221;</p>
<p class="body">Here are some other key-ins to load                              frequently used dialog boxes:<br />
• Models dialog                              box: mdl keyin modelmanager model manager<br />
• References dialog box: mdl keyin ref dialog                              reference<br />
• Raster manager: raster dialog open raster_manager<br />
• Export design file dialog box: dialog export</p>
<p class="body">Peter says, &#8220;Let your left                              hand do something. Every mouse click is one to many!&#8221;                              We agree!</p>
]]></content:encoded>
			<wfw:commentRss>http://microstationtips.com/loading-frequently-used-dialog-boxes-using-function-keys-in-v8-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Loading frequently used dialog boxes using function keys in V8</title>
		<link>http://microstationtips.com/loading-frequently-used-dialog-boxes-using-function-keys-in-v8/</link>
		<comments>http://microstationtips.com/loading-frequently-used-dialog-boxes-using-function-keys-in-v8/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 17:23:39 +0000</pubDate>
		<dc:creator>MicroStation User</dc:creator>
				<category><![CDATA[Function Key Tips]]></category>
		<category><![CDATA[MicroStation Tips]]></category>
		<category><![CDATA[function key]]></category>

		<guid isPermaLink="false">http://microstationtips.com/?p=119</guid>
		<description><![CDATA[Peter Bekkers of Adviesbureau G&#38;B in Alphen, Netherlands, loves using function keys. Recently he wrote in with the following tip: &#8220;The following key-in easily opens the Level Manager dialog box: mdl keyin lvlmangr levelmanager dialog open. Assign it to a function key and you can work faster.&#8221; Here are some other key-ins to load frequently [...]]]></description>
			<content:encoded><![CDATA[<p><span class="body">Peter Bekkers of Adviesbureau G&amp;B in Alphen,                  Netherlands, loves using function keys. Recently he wrote in with                  the following tip:</p>
<p>&#8220;The following key-in easily opens the Level Manager dialog                  box: mdl keyin lvlmangr levelmanager dialog open. Assign it to                  a function key and you can work faster.&#8221;</p>
<p>Here are some other key-ins to load frequently used dialog boxes:<br />
• Models dialog box: mdl keyin modelmanager model manager<br />
• References dialog box: mdl keyin ref dialog reference<br />
• Raster manager: raster dialog open raster_manager<br />
• Export design file dialog box: dialog export</p>
<p>Peter says, &#8220;Let your left hand do something. Every mouse                  click is one to many!&#8221; We agree!</span></p>
]]></content:encoded>
			<wfw:commentRss>http://microstationtips.com/loading-frequently-used-dialog-boxes-using-function-keys-in-v8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assigning view control to function keys.</title>
		<link>http://microstationtips.com/assigning-view-control-to-function-keys/</link>
		<comments>http://microstationtips.com/assigning-view-control-to-function-keys/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 17:22:06 +0000</pubDate>
		<dc:creator>MicroStation User</dc:creator>
				<category><![CDATA[Function Key Tips]]></category>
		<category><![CDATA[MicroStation Tips]]></category>
		<category><![CDATA[Alex Argüelles]]></category>
		<category><![CDATA[Florida Department of Transportation]]></category>
		<category><![CDATA[function key]]></category>

		<guid isPermaLink="false">http://microstationtips.com/?p=117</guid>
		<description><![CDATA[By Alex Argüelles, Survey Tech, Florida Department of Transportation &#8220;I used to be a right-hand, mouse-only MicroStation user. But I noticed that when I started to use my left hand, I could work much faster. The greatest speed increase came when I assigned the View Control commands to the first six keyboard function keys, because [...]]]></description>
			<content:encoded><![CDATA[<p><span class="bodyBold">By Alex Argüelles, Survey Tech, Florida                  Department of Transportation</span></p>
<p class="body"><img src="http://www.axiomint.com/images/mst/may05/alex_argulles.jpg" alt="" width="175" height="208" align="left" />&#8220;I                  used to be a right-hand, mouse-only MicroStation user. But I noticed                  that when I started to use my left hand, I could work much faster.                  The greatest speed increase came when I assigned the View Control                  commands to the first six keyboard function keys, because changing                  views can take a lot of time if you do it frequently. Now that                  I&#8217;ve programmed my function keys, I find it too slow to use the                  view control toolbox to change the view.</p>
<p class="body">&#8220;To assign View Control commands to the function                  keys, go to &#8216;Workspace | Function Keys&#8230;&#8217; and assign view commands                  to the first six function keys. One at a time, select the function                  key you want to use, press the &lt;Edit&gt; button and type in                  the command you want for that function key. Select &lt;OK&gt;                  and you are ready to go.</p>
<p class="body">&#8220;My personal set up is as follows:<br />
&lt;F1&gt;: Pan view (key-in: pan view).<br />
&lt;F2&gt;: Make window the shape of the screen (key-in: window                  area extended).<br />
&lt;F3&gt;: Zoom in (key-in: zoom in).<br />
&lt;F4&gt;: Zoom out (key-in: zoom out).<br />
&lt;F5&gt;: Undo last view operation (key-in: view previous).<br />
&lt;F6&gt;: Fit entire design on the screen (key-in: fit all).<br />
&#8220;When I started using the function keys to set the view,                  it nearly doubled my productivity!&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://microstationtips.com/assigning-view-control-to-function-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Load your favorite MicroStation V8 commands fast with a function key.</title>
		<link>http://microstationtips.com/load-your-favorite-microstation-v8-commands-fast-with-a-function-key/</link>
		<comments>http://microstationtips.com/load-your-favorite-microstation-v8-commands-fast-with-a-function-key/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 17:19:10 +0000</pubDate>
		<dc:creator>MicroStation User</dc:creator>
				<category><![CDATA[Function Key Tips]]></category>
		<category><![CDATA[MicroStation Tips]]></category>
		<category><![CDATA[FileFixer]]></category>
		<category><![CDATA[function key]]></category>
		<category><![CDATA[Rick Sewell]]></category>

		<guid isPermaLink="false">http://microstationtips.com/?p=114</guid>
		<description><![CDATA[By Rick Sewell Busy MicroStation users are always on the lookout for a faster way to get work done. Here is a simple way to speed things up using function keys. Have you ever noticed that row of keys at the top of your keyboard that start with “F” and seem to get no use [...]]]></description>
			<content:encoded><![CDATA[<p class="bodyHeader" align="left"><span class="bodysubhead">By Rick Sewell</span></p>
<p class="bodycopy" align="left">Busy MicroStation users are always on the lookout for a faster way to get work done. Here is a simple way to speed things up using function keys.</p>
<p class="bodycopy" align="left">Have you ever noticed that row of keys at the top of your keyboard that start with “F” and seem to get no use at all? Well it just so happens you can make use of those F-keys (function keys) to invoke dialog boxes or commands in MicroStation.</p>
<p class="bodycopy" align="left">It is really simple to assign commands to the function keys. You can use function keys by themselves or in combination with other keys.</p>
<p class="bodycopy" align="left">In this example, we’ll load AccuDraw using the key sequence &lt;Shift+F12&gt;.</p>
<p class="bodycopy" align="left">1. Go to Workspace|Function Keys….</p>
<table border="0" cellspacing="0" cellpadding="5" width="500">
<tbody>
<tr>
<td><img src="http://www.axiomint.com/images/mst/oct08/FkeyScreen-1.jpg" alt="" width="500" height="300" /></td>
</tr>
<tr>
<td class="captions">The “Function Keys:” dialog box allows you to assign commands to your F-keys.</td>
</tr>
</tbody>
</table>
<p class="bodycopy" align="left">2. Toggle on the “Shift” key checkbox at the top of the dialog box. (See “A” in the image above.)</p>
<p class="bodycopy" align="left">3. Select “F12” from the pull-down list. (See “B” in the image above.)</p>
<p class="bodycopy" align="left">4. In the “Action:” input box, enter the MicroStation key-in command “AccuDraw Activate”.</p>
<p class="bodycopy" align="left">5. Press &lt;OK&gt; to close the “Function Keys:” dialog box.</p>
<p>6. Now try out your new trick. Press &lt;Shift+F12&gt; and watch AccuDraw load!</p>
<p class="bodycopy" align="left">Remember you can enter any valid MicroStation key-in command you want. In case you’re wondering, MicroStation does publish an index of their key-ins, called the “MicroStation Key-in Index”, under the “Help” menu. To access this index, go to “Help”, click on the “Contents” tab, then click on “MicroStation Key-in Index”.</p>
<table border="0" cellspacing="0" cellpadding="5" width="500">
<tbody>
<tr>
<td><img src="http://www.axiomint.com/images/mst/oct08/key-in-index.jpg" alt="" width="500" /></td>
</tr>
<tr>
<td class="captions">See a list of MicroStation key-in commands by Clicking on the “MicroStation Key-in Index” from the “Contents” tab of the “Help” dialog box.</td>
</tr>
</tbody>
</table>
<p class="bodycopy" align="left">MicroStation is the powerful CAD system that it is because it can be made to work for you. Take advantage — use this tip and get your projects done faster!</p>
<p class="bodycopy" align="left"><strong></p>
<p>Don’t spend time repairing thousands of files when only a few are the real troublemakers. </strong></p>
<p class="bodycopy" align="left">It’s a waste of computer resources to repair thousands of files at a time when the majority of them don’t need to be repaired. Instead, use <em>FileFixer’s</em> “Search for Problems” feature and the following settings to generate a list of the true troublemakers. This lets <em>FileFixer</em> identify the design files with serious errors. Then, you can use <em>FileFixer’s</em> “Automatic Design File Repair” to repair just the troublemaker files. This is the efficient way to ensure the integrity of a huge quantity of project design files.</p>
<table border="0" cellspacing="0" cellpadding="5" width="500">
<tbody>
<tr>
<td><img src="http://www.axiomint.com/images/mst/oct08/MST-Sep-2008-Fix-Illustrati.gif" alt="" width="500" /></td>
</tr>
<tr>
<td class="captions"><em>FileFixer’s</em> “Search for Problems” feature will find the true troublemaker files.</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://microstationtips.com/load-your-favorite-microstation-v8-commands-fast-with-a-function-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

