rX Hashtag Command prompt

Click to view
KitCAD i3 KGC rX {release notice} supports HashTag commands when entered into the Web Browser Address bar as a hash fragment identifier. All HashTag commands are in English to match javascript values.
At this time – There will be no support included for multi-language Hashtag command/s until a future update for the language support files is provided. Other character sets should be translated into English HashTag command equivalent when required. This post may be altered to suit any changes at a later date.
The help page for the supported Address bar Hash fragment Hashtag commands has been uploaded and is included within the help system of KitCAD i3 KGC rX (online).
June 18th, 2016 at 8:08 pm
The command system from more advanced versions (inclusive of multi-language support) was not included in this re-write of the pending and future KitCAD i3 KGC rX release (for July 2016). After more testing, extra commands will be available for use {date of which is unknown} that should allow for complex functions to be achieved from end-user selection of the user entered hash fragment identifiers as Hashtag commands required to process for the required result.
July 9th, 2016 at 2:54 am
Updated
hashtag.html
help file document {Online version only at this time; Inserted the following HTML:The HTML above allows end-users to enter hash-tag commands into a webpage form which when submitted will update the document hash location of the parent window.
July 9th, 2016 at 10:29 pm
Updated
_r5en.js
Javascript file {Online version only at this time; Appended file with the following:To display the hashbar – within the KitCAD i3 toolbar element; use the JavaScript console command of
rXhashbarShow()
andrXhashbarHide()
to hide.July 10th, 2016 at 3:00 am
Update to online version {16th July} of
_r5se.js
is as follows:Replace “all” text within the userkeppress function, as below:
if(xkey==TEXThelpKey){splashAUXinit();}
with:
if(xkey==TEXThelpKey){if(document.getElementById('splash')){splashAUXclose();try{rXhashbarShow();document.getElementById('rXToolbarHASH').focus();}catch(e){}}else{splashAUXinit();try{try{document.getElementById('rXToolbarHASH').blur();rXhashbarHide();}catch(e){rXhashbarHide();}}catch(e){}}}