<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}

a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}

h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}

.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}

.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}

.tabSelected {color:[[ColorPalette::PrimaryDark]];
	background:[[ColorPalette::TertiaryPale]];
	border-left:1px solid [[ColorPalette::TertiaryLight]];
	border-top:1px solid [[ColorPalette::TertiaryLight]];
	border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
	border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
	border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
	border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}

.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}

#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}

.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}

.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}

.tiddler .defaultCommand {font-weight:bold;}

.shadow .title {color:[[ColorPalette::TertiaryDark]];}

.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}

.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}

.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}

.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}

.imageLink, #displayArea .imageLink {background:transparent;}

.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}

.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}

.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}

.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}

.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}

.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}
.readOnly {background:[[ColorPalette::TertiaryPale]];}

#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:alpha(opacity=60);}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}

body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

a {text-decoration:none;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.externalLink {text-decoration:underline;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
	#mainMenu .tiddlyLinkNonExisting,
	#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}

.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0 1em 1em; left:0; top:0;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 0.3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

.wizard {padding:0.1em 1em 0 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0 0; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0;}
.wizardFooter .status {padding:0 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em;}

#messageArea {position:fixed; top:2em; right:0; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em;}
#messageArea a {text-decoration:underline;}

.tiddlerPopupButton {padding:0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em; margin:0;}

.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tabset {padding:1em 0 0 0.5em;}
.tab {margin:0 0 0 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0 14em;}

.toolbar {text-align:right; font-size:.9em;}

.tiddler {padding:1em 1em 0;}

.missing .viewer,.missing .title {font-style:italic;}

.title {font-size:1.6em; font-weight:bold;}

.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation {padding:0.5em; margin:0.5em;}

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0 0.25em; padding:0 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0 3px 0 3px;}

.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}

.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0; font-size:.9em;}
.editorFooter .button {padding-top:0; padding-bottom:0;}

.fieldsetFix {border:0; padding:0; margin:1px 0px;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0; right:0;}
#backstageButton a {padding:0.1em 0.4em; margin:0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin-left:3em; padding:1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
#displayArea {margin: 1em 1em 0em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
To get started with this blank [[TiddlyWiki]], you'll need to modify the following tiddlers:
* [[SiteTitle]] & [[SiteSubtitle]]: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* [[MainMenu]]: The menu (usually on the left)
* [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
These [[InterfaceOptions]] for customising [[TiddlyWiki]] are saved in your browser

Your username for signing your edits. Write it as a [[WikiWord]] (eg [[JoeBloggs]])

<<option txtUserName>>
<<option chkSaveBackups>> [[SaveBackups]]
<<option chkAutoSave>> [[AutoSave]]
<<option chkRegExpSearch>> [[RegExpSearch]]
<<option chkCaseSensitiveSearch>> [[CaseSensitiveSearch]]
<<option chkAnimate>> [[EnableAnimations]]

----
Also see [[AdvancedOptions]]
<<importTiddlers>>
[[Alias2018]]

[[solidworks2013]]

[[unigraphics]]
|!alt-|!alt-shift-|!Key|!k|!ctrl-|!ctrl-shift-|
|delete ''__A__''ctive|  |  |A|  |  |
|display all ''__C__''urrent|dispaly a''__C__''tive ''__C__''urrent|grab ''__C__''olor|C|''__C__''ut|''__C__''opy image|
|''__E__''xit|  |  |E|''__E__''dit point  |  |
|  |  |cycle through brush mode|F|  |  |
|  |  |  |G|''__G__''roup|  |
|toggle marquee|  |  |H|  |  |
|''__I__''nvert mask|  |  |I|''__I__''nvert layer|  |
|set ''__K__''eyframe|  |  |K|clear canvas layer|  |
|''__L__''ook at|  |reset c''__L__''one|L|new image ''__L__''ayer|  |
|''__M__''ove|  |  |M|''__M__''erge below|  |
|  |  |  |N|''__N__''oti''__N__''g|  |
|display all ''__O__''ff|display active ''__O__''ff|''__O__''pacity|O|''__O__''bject|  |
|''__P__''layback|  |as''__P__''ect|P|  |  |
|impo''__R__''t file|  |''__R__''adius|R|  |  |
|  |  |''__S__''ize|S|  |  |
|  |  |ro''__T__''a''__T__''e|T|''__T__''ransform layer|  |
|  |  |  |U|''__U__''ngro''__U__''p|  |
|  |  |twist can''__V__''as|V|paste|paste image|
|delete active image layer|  |reset brush options|X|  |cut image|
|  |  |cycle through brush snap|Z|undo|  |
|!alt-|!alt-shift-|!Key|!k|!ctrl-|!ctrl-shift-|
|reinvoke last|  |paint|1|default|  |
|  |  |eraser|2|paint|  |
|  |  |hide|3|modeling|  |
|  |  |show|4|visualize  |  |
|  |  |smear|5|information window|  |
|  |  |blur|6|globals|  |
|  |  |sharpen|7|show image|  |
|  |  |current tool help|F1|  |  |
|  |  |paint|F3|  |  |
|  |  |top|F5|  |  |
|  |  |left|F6|  |  |
|  |  |back|F7|  |  |
|  |  |perspective|F8|  |  |
|  |  |user windows|F9|  |  |
|  |  |show pose frame2|F11|  |  |
|show pose frame 4|  |model|F12|  |  |
|!alt-|!alt-shift-|!Key|!k|!ctrl-|!ctrl-shift-|
|  |  |marquee add|=|  |  |
|!alt-|!alt-shift-|!Key|!k|!ctrl-|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
!Trend
[[browser-trend]]

!Blink Engine
!!Support User-defined keymap
!!!Whale
[[whale-46.0]]
!!!Vivaldi
[[vivaldi-2.7.1628.30]]
!!!Opera
[[opera-46.0]]
!!No support User-defined keymap
!!!Brave
[[brave]]
!!!Osiris
[[osiris]]
!!!Epic
[[epic]]
!!!Chrome
[[chrome-35.0.1916.153]]
[[chrome-20.0.1132.47]]


!Gecko Engine
!~FireFox
[[firefox-30.0]]
[[firefox-13.0.1]]

!Webkit
!~InternetExplorer
[[ie-9.0.8112.16421]]
!!jwBrowser
[[jwbrowser-5.19.45]]
!!~WebMa
[[webma-0]]
!Maxthon
[[maxthon-5.0.1.500]]
[[maxthon-4.4.3.4000]]
!Sapari
[[sapari-5.0.5]]

!Hybrid Engine
!~LunaScape
[[luna-0.0.0]]
[[about]]
!punyTask
[[punyTask-0.0.0.2]]
[[filemanager-trend]]

!General File Manager

!!Explorer
[[explorer-22H2-19045.3324]]-win10
[[explorer-1703]]-win10
[[explorer-6.1]]-win7
[[clover]]

!!Cubic Explorer
[[cubicexplorer-0.96.0.1565]]
[[cubicexplorer-0.95.1]]

!!~Q-Dir
[[q-dir-8.69]]
[[q-dir-7.22]]
[[q-dir-7.22]]

!!Explorer++
[[explorer++-1.3.5.531]]

!!others
[[flyExplorer-]]

!!Better Commander
[[bettercommander-]]


!Orthodox File Manager

!!Free Commander
[[freecommander-xe2020-810a]]
[[freecommander-xe2014-650]]

!!Windows Commander
[[windowsCommander]]

!others
[[xFolders]]
[[ForkLift]]
[[Xenon]]

!!Double Commander
[[doublecommander-1.0.11]]
[[doublecommander-0.9.9b-9478]]

!!Far Commander
[[farcommander-3.0.5577]]

!!File Voyager
[[filevoyager-]]

!!Just Manager
[[justmanager-0.1a-54]]

!!Master Commander
[[mastercommander-1.1.781.5]]

!!muCommander
[[mucommander-]]

!!Multi Commander
[[multicommander-9.7-2590]]

!!Nexus File
[[nexusfile-5.3.3.5532]]
[[nexusfile-5.3.1.5460]]

!!Nomad.NET
[[nomadnet-3.2.0.2890]]

!!Saladin
[[saladin-1.0]]

!!Total Commander
[[totalcommander-9.51]]

!!Unreal Commander
[[unrealcommander-3.57-1470]]

!!wx Commander
[[wxcommander-1.10]]

!!~Xplorer2Lite
[[xplorer2lite-4.4.0.1]]

!!~XYplorerFree
[[xyplorerfree-17.40.0100]]

!~TreeSize
[[treesize-3.2.1]]
!~FasterFolderFinder
[[fff-0.0.8]]
!~CodeBlocks
[[codeblocks-16.01]]
[[codeblocks-13.12]]
[[codeblocks-10.05]]
!~CodeLite
[[codelite-10.0]]
[[codelite-6.0]]
!Qt Creator
[[qt-4.2.1]]
[[qt-3.6.1]]
[[qt-2.8.1]]
!Eclipse
[[eclipse-Indigo]]
!Geany
[[geany-1.30.1]]
[[geany-1.24]]
[[geany-1.22]]
!~Dev-C++
[[devcpp-4.9.9.2]]

[[devphp]]
!Visual Studio
[[visualcpp-2017]]
[[visualcpp-2015]]
[[visualcpp-2013]]
[[visualcpp-2012]]
[[visualcpp-2010]]
!RAD Studio
[[delphi-XE2]]
[[delphi-2009]]
!Typhone
[[typhon-8.0]]
[[typhon-6.0]]
/***
|''Name:''|LoadRemoteFileThroughProxy (previous LoadRemoteFileHijack)|
|''Description:''|When the TiddlyWiki file is located on the web (view over http) the content of [[SiteProxy]] tiddler is added in front of the file url. If [[SiteProxy]] does not exist "/proxy/" is added. |
|''Version:''|1.1.0|
|''Date:''|mar 17, 2007|
|''Source:''|http://tiddlywiki.bidix.info/#LoadRemoteFileHijack|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0|
***/
//{{{
version.extensions.LoadRemoteFileThroughProxy = {
 major: 1, minor: 1, revision: 0, 
 date: new Date("mar 17, 2007"), 
 source: "http://tiddlywiki.bidix.info/#LoadRemoteFileThroughProxy"};

if (!window.bidix) window.bidix = {}; // bidix namespace
if (!bidix.core) bidix.core = {};

bidix.core.loadRemoteFile = loadRemoteFile;
loadRemoteFile = function(url,callback,params)
{
 if ((document.location.toString().substr(0,4) == "http") && (url.substr(0,4) == "http")){ 
 url = store.getTiddlerText("SiteProxy", "/proxy/") + url;
 }
 return bidix.core.loadRemoteFile(url,callback,params);
}
//}}}
<html><a href="http://www.freecounterstat.com/geozoom.php?c=86edad6a65fd07e581d6d19af1424d0c&base=counter6" target="_blank"><img src="http://counter6.statcounterfree.com/private/freecounterstat.php?c=86edad6a65fd07e581d6d19af1424d0c" border="0" title="website hit counter" alt="website hit counter"></a></html>
!Keymaps Project
[[notice]] [[about]]
[[how-to-join]]
[[format]]
[[Forum|http://hanaian.woweb.net/cgi_bin/miniboard4/mini.php?id=hotkian]]
!OS
[[Windows]] [[Ubuntu|http://hotkian-ubt.tiddlyspot.com]] [[MacOSX|http://hotkian-mac.tiddlyspot.com]]
!Development
[[Terminal]] [[TextEditor]] [[IDE]] [[MathTools]] [[RobotTools]] [[3DTools]]
!Internet
[[Browser]] [[Client]] [[Messenger]]
!Utility
[[FileManager]] [[FolderManager]] [[Reader]] [[Desktop]] [[Lexica]] [[Capture]] [[Zip]]
!Document
[[Office]] [[TreeEditor]]
!Media
[[MediaManager]] [[RasterGraphic]] [[VectorGraphic]] [[3DGraphic]]
[[MediaPlayer]] [[MediaEditor]] [[MediaViewer]]
!Game


!Links
[[mirror|http://hanaian.ddns.net/~prog/hotkian]]
!Tiddly
MainMenu
GettingStarted
WelcomeToTiddlyspot
!MATLAB
[[matlab-2016a]]
[[matlab-2013b]]
[[matlab-2010b]]
!Simulink
[[simulink]]
!Mathematica
[[mathematica-8]]
!Maple
[[maple-12]]
!~MathCAD
[[mathcad-14]]
!R
[[r-3.2.4]]
!~SciLab
[[scilab-5.4.0]]
!Octave
[[octave-4.2.1]]
!Euler
[[euler]]
!~FreeMat
[[freemat-4.2]]
!~LabVIEW
[[LabVIEW]]
!~sPyder3
[[spyder-3.3.1]]

!Image
!!~IrfanView
[[irfanview-4.38]]
[[skype-5.9.0.123]]
[[kakaotalk]]
[[line]]
[[nateon]]
[[mypeople]]
[[WelcomeToTiddlyspot]] [[GettingStarted]]
!Microsoft Office
!!Office365
[[outlook365]]


[[word-2013]]
[[powerpoint-2013]]
[[excel-2013]]
[[outlook-2013]]
!Libre Office
[[writer-4.3.5.2]]

!Open Office

!Hangul
[[hnc-2014]]

!Email
[[thunderbird-31.4.0]]

!Calendar
/***
|''Name:''|PasswordOptionPlugin|
|''Description:''|Extends TiddlyWiki options with non encrypted password option.|
|''Version:''|1.0.2|
|''Date:''|Apr 19, 2007|
|''Source:''|http://tiddlywiki.bidix.info/#PasswordOptionPlugin|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0 (Beta 5)|
***/
//{{{
version.extensions.PasswordOptionPlugin = {
	major: 1, minor: 0, revision: 2, 
	date: new Date("Apr 19, 2007"),
	source: 'http://tiddlywiki.bidix.info/#PasswordOptionPlugin',
	author: 'BidiX (BidiX (at) bidix (dot) info',
	license: '[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D]]',
	coreVersion: '2.2.0 (Beta 5)'
};

config.macros.option.passwordCheckboxLabel = "Save this password on this computer";
config.macros.option.passwordInputType = "password"; // password | text
setStylesheet(".pasOptionInput {width: 11em;}\n","passwordInputTypeStyle");

merge(config.macros.option.types, {
	'pas': {
		elementType: "input",
		valueField: "value",
		eventName: "onkeyup",
		className: "pasOptionInput",
		typeValue: config.macros.option.passwordInputType,
		create: function(place,type,opt,className,desc) {
			// password field
			config.macros.option.genericCreate(place,'pas',opt,className,desc);
			// checkbox linked with this password "save this password on this computer"
			config.macros.option.genericCreate(place,'chk','chk'+opt,className,desc);			
			// text savePasswordCheckboxLabel
			place.appendChild(document.createTextNode(config.macros.option.passwordCheckboxLabel));
		},
		onChange: config.macros.option.genericOnChange
	}
});

merge(config.optionHandlers['chk'], {
	get: function(name) {
		// is there an option linked with this chk ?
		var opt = name.substr(3);
		if (config.options[opt]) 
			saveOptionCookie(opt);
		return config.options[name] ? "true" : "false";
	}
});

merge(config.optionHandlers, {
	'pas': {
 		get: function(name) {
			if (config.options["chk"+name]) {
				return encodeCookie(config.options[name].toString());
			} else {
				return "";
			}
		},
		set: function(name,value) {config.options[name] = decodeCookie(value);}
	}
});

// need to reload options to load passwordOptions
loadOptionsCookie();

/*
if (!config.options['pasPassword'])
	config.options['pasPassword'] = '';

merge(config.optionsDesc,{
		pasPassword: "Test password"
	});
*/
//}}}
!Photoshop CS
[[photoshop-8.0]]
!~PaintShop pro
[[paintshoppro-4.14]]
!Pickpic
[[pickpic-4.0.3]]
!~CoppeliaSim
[[coppeliasim-4.6.2]]
<html><img src="http://www.dedoimedo.com/images/computers_new_1/windows-7-icon-small.png" width="32" height="32"/></html> Windows
hotkian-win
[[cmd-6.1.7601]]
[[cygwin]]
[[git-1.7.6]]

!nano
[[nano-7.2]] - windows10

!vim
[[vim]]
!VS Code
[[vscode-1.55.2]]
!~Win32Pad
[[win32pad-1.5.10.4]]
[[emacs]]
[[vi]]
[[vim]]
!~NotePad
[[notepad-22H2-19045.3324]]-win10
[[notepad-6.1]]-win7
!~AcroEdit
[[acroedit]]
!~SciTE
[[scite-3.2.4]]
[[scite-3.0.4]]
!~SublimeText
[[sublime-3126]]
!Visual Studio Code
[[vscode-1.12.2]]
!programmer's notepad
[[pn-2.4.2]]
!Notepad++
[[npp-7.4.2]]
!~TreePad
[[treepad-2.8.1]]
/***
Description: Contains the stuff you need to use Tiddlyspot
Note, you also need UploadPlugin, PasswordOptionPlugin and LoadRemoteFileThroughProxy
from http://tiddlywiki.bidix.info for a complete working Tiddlyspot site.
***/
//{{{

// edit this if you are migrating sites or retrofitting an existing TW
config.tiddlyspotSiteId = 'hotkian-win';

// make it so you can by default see edit controls via http
config.options.chkHttpReadOnly = false;
window.readOnly = false; // make sure of it (for tw 2.2)
window.showBackstage = true; // show backstage too

// disable autosave in d3
if (window.location.protocol != "file:")
	config.options.chkGTDLazyAutoSave = false;

// tweak shadow tiddlers to add upload button, password entry box etc
with (config.shadowTiddlers) {
	SiteUrl = 'http://'+config.tiddlyspotSiteId+'.tiddlyspot.com';
	SideBarOptions = SideBarOptions.replace(/(<<saveChanges>>)/,"$1<<tiddler TspotSidebar>>");
	OptionsPanel = OptionsPanel.replace(/^/,"<<tiddler TspotOptions>>");
	DefaultTiddlers = DefaultTiddlers.replace(/^/,"[[WelcomeToTiddlyspot]] ");
	MainMenu = MainMenu.replace(/^/,"[[WelcomeToTiddlyspot]] ");
}

// create some shadow tiddler content
merge(config.shadowTiddlers,{

'TspotControls':[
 "| tiddlyspot password:|<<option pasUploadPassword>>|",
 "| site management:|<<upload http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/store.cgi index.html . .  " + config.tiddlyspotSiteId + ">>//(requires tiddlyspot password)//<br>[[control panel|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/controlpanel]], [[download (go offline)|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/download]]|",
 "| links:|[[tiddlyspot.com|http://tiddlyspot.com/]], [[FAQs|http://faq.tiddlyspot.com/]], [[blog|http://tiddlyspot.blogspot.com/]], email [[support|mailto:support@tiddlyspot.com]] & [[feedback|mailto:feedback@tiddlyspot.com]], [[donate|http://tiddlyspot.com/?page=donate]]|"
].join("\n"),

'TspotOptions':[
 "tiddlyspot password:",
 "<<option pasUploadPassword>>",
 ""
].join("\n"),

'TspotSidebar':[
 "<<upload http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/store.cgi index.html . .  " + config.tiddlyspotSiteId + ">><html><a href='http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/download' class='button'>download</a></html>"
].join("\n"),

'WelcomeToTiddlyspot':[
 "This document is a ~TiddlyWiki from tiddlyspot.com.  A ~TiddlyWiki is an electronic notebook that is great for managing todo lists, personal information, and all sorts of things.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //What now?// &nbsp;&nbsp;@@ Before you can save any changes, you need to enter your password in the form below.  Then configure privacy and other site settings at your [[control panel|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/controlpanel]] (your control panel username is //" + config.tiddlyspotSiteId + "//).",
 "<<tiddler TspotControls>>",
 "See also GettingStarted.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Working online// &nbsp;&nbsp;@@ You can edit this ~TiddlyWiki right now, and save your changes using the \"save to web\" button in the column on the right.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Working offline// &nbsp;&nbsp;@@ A fully functioning copy of this ~TiddlyWiki can be saved onto your hard drive or USB stick.  You can make changes and save them locally without being connected to the Internet.  When you're ready to sync up again, just click \"upload\" and your ~TiddlyWiki will be saved back to tiddlyspot.com.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Help!// &nbsp;&nbsp;@@ Find out more about ~TiddlyWiki at [[TiddlyWiki.com|http://tiddlywiki.com]].  Also visit [[TiddlyWiki.org|http://tiddlywiki.org]] for documentation on learning and using ~TiddlyWiki. New users are especially welcome on the [[TiddlyWiki mailing list|http://groups.google.com/group/TiddlyWiki]], which is an excellent place to ask questions and get help.  If you have a tiddlyspot related problem email [[tiddlyspot support|mailto:support@tiddlyspot.com]].",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Enjoy :)// &nbsp;&nbsp;@@ We hope you like using your tiddlyspot.com site.  Please email [[feedback@tiddlyspot.com|mailto:feedback@tiddlyspot.com]] with any comments or suggestions."
].join("\n")

});
//}}}
| !date | !user | !location | !storeUrl | !uploadDir | !toFilename | !backupdir | !origin |
| 09/09/2023 21:33:17 | YourName | [[/|http://hotkian-win.tiddlyspot.com/]] | [[store.cgi|http://hotkian-win.tiddlyspot.com/store.cgi]] | . | [[index.html | http://hotkian-win.tiddlyspot.com/index.html]] | . | ok |
| 10/09/2023 01:31:23 | YourName | [[/|http://hotkian-win.tiddlyspot.com/]] | [[store.cgi|http://hotkian-win.tiddlyspot.com/store.cgi]] | . | [[index.html | http://hotkian-win.tiddlyspot.com/index.html]] | . | ok |
| 10/09/2023 01:46:24 | YourName | [[/|http://hotkian-win.tiddlyspot.com/]] | [[store.cgi|http://hotkian-win.tiddlyspot.com/store.cgi]] | . | [[index.html | http://hotkian-win.tiddlyspot.com/index.html]] | . | ok |
| 10/09/2023 11:35:30 | YourName | [[/|http://hotkian-win.tiddlyspot.com/]] | [[store.cgi|http://hotkian-win.tiddlyspot.com/store.cgi]] | . | [[index.html | http://hotkian-win.tiddlyspot.com/index.html]] | . |
| 10/09/2023 11:39:39 | YourName | [[/|http://hotkian-win.tiddlyspot.com/]] | [[store.cgi|http://hotkian-win.tiddlyspot.com/store.cgi]] | . | [[index.html | http://hotkian-win.tiddlyspot.com/index.html]] | . | ok |
| 10/09/2023 11:51:58 | YourName | [[/|http://hotkian-win.tiddlyspot.com/]] | [[store.cgi|http://hotkian-win.tiddlyspot.com/store.cgi]] | . | [[index.html | http://hotkian-win.tiddlyspot.com/index.html]] | . |
| 10/11/2023 11:49:40 | hotkian | [[/|http://hotkian-win.tiddlyspot.com/]] | [[store.cgi|http://hotkian-win.tiddlyspot.com/store.cgi]] | . | [[index.html | http://hotkian-win.tiddlyspot.com/index.html]] | . |
| 29/11/2023 22:22:39 | hotkian | [[/|http://hotkian-win.tiddlyspot.com/]] | [[store.cgi|http://hotkian-win.tiddlyspot.com/store.cgi]] | . | [[index.html | http://hotkian-win.tiddlyspot.com/index.html]] | . |
| 10/12/2023 22:49:09 | hotkian | [[/|http://hotkian-win.tiddlyspot.com/]] | [[store.cgi|http://hotkian-win.tiddlyspot.com/store.cgi]] | . | [[index.html | http://hotkian-win.tiddlyspot.com/index.html]] | . |
| 04/01/2024 12:10:39 | hotkian | [[/|http://hotkian-win.tiddlyspot.com/]] | [[store.cgi|http://hotkian-win.tiddlyspot.com/store.cgi]] | . | [[index.html | http://hotkian-win.tiddlyspot.com/index.html]] | . |
/***
|''Name:''|UploadPlugin|
|''Description:''|Save to web a TiddlyWiki|
|''Version:''|4.1.3|
|''Date:''|Feb 24, 2008|
|''Source:''|http://tiddlywiki.bidix.info/#UploadPlugin|
|''Documentation:''|http://tiddlywiki.bidix.info/#UploadPluginDoc|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0|
|''Requires:''|PasswordOptionPlugin|
***/
//{{{
version.extensions.UploadPlugin = {
	major: 4, minor: 1, revision: 3,
	date: new Date("Feb 24, 2008"),
	source: 'http://tiddlywiki.bidix.info/#UploadPlugin',
	author: 'BidiX (BidiX (at) bidix (dot) info',
	coreVersion: '2.2.0'
};

//
// Environment
//

if (!window.bidix) window.bidix = {}; // bidix namespace
bidix.debugMode = false;	// true to activate both in Plugin and UploadService
	
//
// Upload Macro
//

config.macros.upload = {
// default values
	defaultBackupDir: '',	//no backup
	defaultStoreScript: "store.php",
	defaultToFilename: "index.html",
	defaultUploadDir: ".",
	authenticateUser: true	// UploadService Authenticate User
};
	
config.macros.upload.label = {
	promptOption: "Save and Upload this TiddlyWiki with UploadOptions",
	promptParamMacro: "Save and Upload this TiddlyWiki in %0",
	saveLabel: "save to web", 
	saveToDisk: "save to disk",
	uploadLabel: "upload"	
};

config.macros.upload.messages = {
	noStoreUrl: "No store URL in parmeters or options",
	usernameOrPasswordMissing: "Username or password missing"
};

config.macros.upload.handler = function(place,macroName,params) {
	if (readOnly)
		return;
	var label;
	if (document.location.toString().substr(0,4) == "http") 
		label = this.label.saveLabel;
	else
		label = this.label.uploadLabel;
	var prompt;
	if (params[0]) {
		prompt = this.label.promptParamMacro.toString().format([this.destFile(params[0], 
			(params[1] ? params[1]:bidix.basename(window.location.toString())), params[3])]);
	} else {
		prompt = this.label.promptOption;
	}
	createTiddlyButton(place, label, prompt, function() {config.macros.upload.action(params);}, null, null, this.accessKey);
};

config.macros.upload.action = function(params)
{
		// for missing macro parameter set value from options
		if (!params) params = {};
		var storeUrl = params[0] ? params[0] : config.options.txtUploadStoreUrl;
		var toFilename = params[1] ? params[1] : config.options.txtUploadFilename;
		var backupDir = params[2] ? params[2] : config.options.txtUploadBackupDir;
		var uploadDir = params[3] ? params[3] : config.options.txtUploadDir;
		var username = params[4] ? params[4] : config.options.txtUploadUserName;
		var password = config.options.pasUploadPassword; // for security reason no password as macro parameter	
		// for still missing parameter set default value
		if ((!storeUrl) && (document.location.toString().substr(0,4) == "http")) 
			storeUrl = bidix.dirname(document.location.toString())+'/'+config.macros.upload.defaultStoreScript;
		if (storeUrl.substr(0,4) != "http")
			storeUrl = bidix.dirname(document.location.toString()) +'/'+ storeUrl;
		if (!toFilename)
			toFilename = bidix.basename(window.location.toString());
		if (!toFilename)
			toFilename = config.macros.upload.defaultToFilename;
		if (!uploadDir)
			uploadDir = config.macros.upload.defaultUploadDir;
		if (!backupDir)
			backupDir = config.macros.upload.defaultBackupDir;
		// report error if still missing
		if (!storeUrl) {
			alert(config.macros.upload.messages.noStoreUrl);
			clearMessage();
			return false;
		}
		if (config.macros.upload.authenticateUser && (!username || !password)) {
			alert(config.macros.upload.messages.usernameOrPasswordMissing);
			clearMessage();
			return false;
		}
		bidix.upload.uploadChanges(false,null,storeUrl, toFilename, uploadDir, backupDir, username, password); 
		return false; 
};

config.macros.upload.destFile = function(storeUrl, toFilename, uploadDir) 
{
	if (!storeUrl)
		return null;
		var dest = bidix.dirname(storeUrl);
		if (uploadDir && uploadDir != '.')
			dest = dest + '/' + uploadDir;
		dest = dest + '/' + toFilename;
	return dest;
};

//
// uploadOptions Macro
//

config.macros.uploadOptions = {
	handler: function(place,macroName,params) {
		var wizard = new Wizard();
		wizard.createWizard(place,this.wizardTitle);
		wizard.addStep(this.step1Title,this.step1Html);
		var markList = wizard.getElement("markList");
		var listWrapper = document.createElement("div");
		markList.parentNode.insertBefore(listWrapper,markList);
		wizard.setValue("listWrapper",listWrapper);
		this.refreshOptions(listWrapper,false);
		var uploadCaption;
		if (document.location.toString().substr(0,4) == "http") 
			uploadCaption = config.macros.upload.label.saveLabel;
		else
			uploadCaption = config.macros.upload.label.uploadLabel;
		
		wizard.setButtons([
				{caption: uploadCaption, tooltip: config.macros.upload.label.promptOption, 
					onClick: config.macros.upload.action},
				{caption: this.cancelButton, tooltip: this.cancelButtonPrompt, onClick: this.onCancel}
				
			]);
	},
	options: [
		"txtUploadUserName",
		"pasUploadPassword",
		"txtUploadStoreUrl",
		"txtUploadDir",
		"txtUploadFilename",
		"txtUploadBackupDir",
		"chkUploadLog",
		"txtUploadLogMaxLine"		
	],
	refreshOptions: function(listWrapper) {
		var opts = [];
		for(i=0; i<this.options.length; i++) {
			var opt = {};
			opts.push();
			opt.option = "";
			n = this.options[i];
			opt.name = n;
			opt.lowlight = !config.optionsDesc[n];
			opt.description = opt.lowlight ? this.unknownDescription : config.optionsDesc[n];
			opts.push(opt);
		}
		var listview = ListView.create(listWrapper,opts,this.listViewTemplate);
		for(n=0; n<opts.length; n++) {
			var type = opts[n].name.substr(0,3);
			var h = config.macros.option.types[type];
			if (h && h.create) {
				h.create(opts[n].colElements['option'],type,opts[n].name,opts[n].name,"no");
			}
		}
		
	},
	onCancel: function(e)
	{
		backstage.switchTab(null);
		return false;
	},
	
	wizardTitle: "Upload with options",
	step1Title: "These options are saved in cookies in your browser",
	step1Html: "<input type='hidden' name='markList'></input><br>",
	cancelButton: "Cancel",
	cancelButtonPrompt: "Cancel prompt",
	listViewTemplate: {
		columns: [
			{name: 'Description', field: 'description', title: "Description", type: 'WikiText'},
			{name: 'Option', field: 'option', title: "Option", type: 'String'},
			{name: 'Name', field: 'name', title: "Name", type: 'String'}
			],
		rowClasses: [
			{className: 'lowlight', field: 'lowlight'} 
			]}
};

//
// upload functions
//

if (!bidix.upload) bidix.upload = {};

if (!bidix.upload.messages) bidix.upload.messages = {
	//from saving
	invalidFileError: "The original file '%0' does not appear to be a valid TiddlyWiki",
	backupSaved: "Backup saved",
	backupFailed: "Failed to upload backup file",
	rssSaved: "RSS feed uploaded",
	rssFailed: "Failed to upload RSS feed file",
	emptySaved: "Empty template uploaded",
	emptyFailed: "Failed to upload empty template file",
	mainSaved: "Main TiddlyWiki file uploaded",
	mainFailed: "Failed to upload main TiddlyWiki file. Your changes have not been saved",
	//specific upload
	loadOriginalHttpPostError: "Can't get original file",
	aboutToSaveOnHttpPost: 'About to upload on %0 ...',
	storePhpNotFound: "The store script '%0' was not found."
};

bidix.upload.uploadChanges = function(onlyIfDirty,tiddlers,storeUrl,toFilename,uploadDir,backupDir,username,password)
{
	var callback = function(status,uploadParams,original,url,xhr) {
		if (!status) {
			displayMessage(bidix.upload.messages.loadOriginalHttpPostError);
			return;
		}
		if (bidix.debugMode) 
			alert(original.substr(0,500)+"\n...");
		// Locate the storeArea div's 
		var posDiv = locateStoreArea(original);
		if((posDiv[0] == -1) || (posDiv[1] == -1)) {
			alert(config.messages.invalidFileError.format([localPath]));
			return;
		}
		bidix.upload.uploadRss(uploadParams,original,posDiv);
	};
	
	if(onlyIfDirty && !store.isDirty())
		return;
	clearMessage();
	// save on localdisk ?
	if (document.location.toString().substr(0,4) == "file") {
		var path = document.location.toString();
		var localPath = getLocalPath(path);
		saveChanges();
	}
	// get original
	var uploadParams = new Array(storeUrl,toFilename,uploadDir,backupDir,username,password);
	var originalPath = document.location.toString();
	// If url is a directory : add index.html
	if (originalPath.charAt(originalPath.length-1) == "/")
		originalPath = originalPath + "index.html";
	var dest = config.macros.upload.destFile(storeUrl,toFilename,uploadDir);
	var log = new bidix.UploadLog();
	log.startUpload(storeUrl, dest, uploadDir,  backupDir);
	displayMessage(bidix.upload.messages.aboutToSaveOnHttpPost.format([dest]));
	if (bidix.debugMode) 
		alert("about to execute Http - GET on "+originalPath);
	var r = doHttp("GET",originalPath,null,null,username,password,callback,uploadParams,null);
	if (typeof r == "string")
		displayMessage(r);
	return r;
};

bidix.upload.uploadRss = function(uploadParams,original,posDiv) 
{
	var callback = function(status,params,responseText,url,xhr) {
		if(status) {
			var destfile = responseText.substring(responseText.indexOf("destfile:")+9,responseText.indexOf("\n", responseText.indexOf("destfile:")));
			displayMessage(bidix.upload.messages.rssSaved,bidix.dirname(url)+'/'+destfile);
			bidix.upload.uploadMain(params[0],params[1],params[2]);
		} else {
			displayMessage(bidix.upload.messages.rssFailed);			
		}
	};
	// do uploadRss
	if(config.options.chkGenerateAnRssFeed) {
		var rssPath = uploadParams[1].substr(0,uploadParams[1].lastIndexOf(".")) + ".xml";
		var rssUploadParams = new Array(uploadParams[0],rssPath,uploadParams[2],'',uploadParams[4],uploadParams[5]);
		var rssString = generateRss();
		// no UnicodeToUTF8 conversion needed when location is "file" !!!
		if (document.location.toString().substr(0,4) != "file")
			rssString = convertUnicodeToUTF8(rssString);	
		bidix.upload.httpUpload(rssUploadParams,rssString,callback,Array(uploadParams,original,posDiv));
	} else {
		bidix.upload.uploadMain(uploadParams,original,posDiv);
	}
};

bidix.upload.uploadMain = function(uploadParams,original,posDiv) 
{
	var callback = function(status,params,responseText,url,xhr) {
		var log = new bidix.UploadLog();
		if(status) {
			// if backupDir specified
			if ((params[3]) && (responseText.indexOf("backupfile:") > -1))  {
				var backupfile = responseText.substring(responseText.indexOf("backupfile:")+11,responseText.indexOf("\n", responseText.indexOf("backupfile:")));
				displayMessage(bidix.upload.messages.backupSaved,bidix.dirname(url)+'/'+backupfile);
			}
			var destfile = responseText.substring(responseText.indexOf("destfile:")+9,responseText.indexOf("\n", responseText.indexOf("destfile:")));
			displayMessage(bidix.upload.messages.mainSaved,bidix.dirname(url)+'/'+destfile);
			store.setDirty(false);
			log.endUpload("ok");
		} else {
			alert(bidix.upload.messages.mainFailed);
			displayMessage(bidix.upload.messages.mainFailed);
			log.endUpload("failed");			
		}
	};
	// do uploadMain
	var revised = bidix.upload.updateOriginal(original,posDiv);
	bidix.upload.httpUpload(uploadParams,revised,callback,uploadParams);
};

bidix.upload.httpUpload = function(uploadParams,data,callback,params)
{
	var localCallback = function(status,params,responseText,url,xhr) {
		url = (url.indexOf("nocache=") < 0 ? url : url.substring(0,url.indexOf("nocache=")-1));
		if (xhr.status == 404)
			alert(bidix.upload.messages.storePhpNotFound.format([url]));
		if ((bidix.debugMode) || (responseText.indexOf("Debug mode") >= 0 )) {
			alert(responseText);
			if (responseText.indexOf("Debug mode") >= 0 )
				responseText = responseText.substring(responseText.indexOf("\n\n")+2);
		} else if (responseText.charAt(0) != '0') 
			alert(responseText);
		if (responseText.charAt(0) != '0')
			status = null;
		callback(status,params,responseText,url,xhr);
	};
	// do httpUpload
	var boundary = "---------------------------"+"AaB03x";	
	var uploadFormName = "UploadPlugin";
	// compose headers data
	var sheader = "";
	sheader += "--" + boundary + "\r\nContent-disposition: form-data; name=\"";
	sheader += uploadFormName +"\"\r\n\r\n";
	sheader += "backupDir="+uploadParams[3] +
				";user=" + uploadParams[4] +
				";password=" + uploadParams[5] +
				";uploaddir=" + uploadParams[2];
	if (bidix.debugMode)
		sheader += ";debug=1";
	sheader += ";;\r\n"; 
	sheader += "\r\n" + "--" + boundary + "\r\n";
	sheader += "Content-disposition: form-data; name=\"userfile\"; filename=\""+uploadParams[1]+"\"\r\n";
	sheader += "Content-Type: text/html;charset=UTF-8" + "\r\n";
	sheader += "Content-Length: " + data.length + "\r\n\r\n";
	// compose trailer data
	var strailer = new String();
	strailer = "\r\n--" + boundary + "--\r\n";
	data = sheader + data + strailer;
	if (bidix.debugMode) alert("about to execute Http - POST on "+uploadParams[0]+"\n with \n"+data.substr(0,500)+ " ... ");
	var r = doHttp("POST",uploadParams[0],data,"multipart/form-data; ;charset=UTF-8; boundary="+boundary,uploadParams[4],uploadParams[5],localCallback,params,null);
	if (typeof r == "string")
		displayMessage(r);
	return r;
};

// same as Saving's updateOriginal but without convertUnicodeToUTF8 calls
bidix.upload.updateOriginal = function(original, posDiv)
{
	if (!posDiv)
		posDiv = locateStoreArea(original);
	if((posDiv[0] == -1) || (posDiv[1] == -1)) {
		alert(config.messages.invalidFileError.format([localPath]));
		return;
	}
	var revised = original.substr(0,posDiv[0] + startSaveArea.length) + "\n" +
				store.allTiddlersAsHtml() + "\n" +
				original.substr(posDiv[1]);
	var newSiteTitle = getPageTitle().htmlEncode();
	revised = revised.replaceChunk("<title"+">","</title"+">"," " + newSiteTitle + " ");
	revised = updateMarkupBlock(revised,"PRE-HEAD","MarkupPreHead");
	revised = updateMarkupBlock(revised,"POST-HEAD","MarkupPostHead");
	revised = updateMarkupBlock(revised,"PRE-BODY","MarkupPreBody");
	revised = updateMarkupBlock(revised,"POST-SCRIPT","MarkupPostBody");
	return revised;
};

//
// UploadLog
// 
// config.options.chkUploadLog :
//		false : no logging
//		true : logging
// config.options.txtUploadLogMaxLine :
//		-1 : no limit
//      0 :  no Log lines but UploadLog is still in place
//		n :  the last n lines are only kept
//		NaN : no limit (-1)

bidix.UploadLog = function() {
	if (!config.options.chkUploadLog) 
		return; // this.tiddler = null
	this.tiddler = store.getTiddler("UploadLog");
	if (!this.tiddler) {
		this.tiddler = new Tiddler();
		this.tiddler.title = "UploadLog";
		this.tiddler.text = "| !date | !user | !location | !storeUrl | !uploadDir | !toFilename | !backupdir | !origin |";
		this.tiddler.created = new Date();
		this.tiddler.modifier = config.options.txtUserName;
		this.tiddler.modified = new Date();
		store.addTiddler(this.tiddler);
	}
	return this;
};

bidix.UploadLog.prototype.addText = function(text) {
	if (!this.tiddler)
		return;
	// retrieve maxLine when we need it
	var maxLine = parseInt(config.options.txtUploadLogMaxLine,10);
	if (isNaN(maxLine))
		maxLine = -1;
	// add text
	if (maxLine != 0) 
		this.tiddler.text = this.tiddler.text + text;
	// Trunck to maxLine
	if (maxLine >= 0) {
		var textArray = this.tiddler.text.split('\n');
		if (textArray.length > maxLine + 1)
			textArray.splice(1,textArray.length-1-maxLine);
			this.tiddler.text = textArray.join('\n');		
	}
	// update tiddler fields
	this.tiddler.modifier = config.options.txtUserName;
	this.tiddler.modified = new Date();
	store.addTiddler(this.tiddler);
	// refresh and notifiy for immediate update
	story.refreshTiddler(this.tiddler.title);
	store.notify(this.tiddler.title, true);
};

bidix.UploadLog.prototype.startUpload = function(storeUrl, toFilename, uploadDir,  backupDir) {
	if (!this.tiddler)
		return;
	var now = new Date();
	var text = "\n| ";
	var filename = bidix.basename(document.location.toString());
	if (!filename) filename = '/';
	text += now.formatString("0DD/0MM/YYYY 0hh:0mm:0ss") +" | ";
	text += config.options.txtUserName + " | ";
	text += "[["+filename+"|"+location + "]] |";
	text += " [[" + bidix.basename(storeUrl) + "|" + storeUrl + "]] | ";
	text += uploadDir + " | ";
	text += "[[" + bidix.basename(toFilename) + " | " +toFilename + "]] | ";
	text += backupDir + " |";
	this.addText(text);
};

bidix.UploadLog.prototype.endUpload = function(status) {
	if (!this.tiddler)
		return;
	this.addText(" "+status+" |");
};

//
// Utilities
// 

bidix.checkPlugin = function(plugin, major, minor, revision) {
	var ext = version.extensions[plugin];
	if (!
		(ext  && 
			((ext.major > major) || 
			((ext.major == major) && (ext.minor > minor))  ||
			((ext.major == major) && (ext.minor == minor) && (ext.revision >= revision))))) {
			// write error in PluginManager
			if (pluginInfo)
				pluginInfo.log.push("Requires " + plugin + " " + major + "." + minor + "." + revision);
			eval(plugin); // generate an error : "Error: ReferenceError: xxxx is not defined"
	}
};

bidix.dirname = function(filePath) {
	if (!filePath) 
		return;
	var lastpos;
	if ((lastpos = filePath.lastIndexOf("/")) != -1) {
		return filePath.substring(0, lastpos);
	} else {
		return filePath.substring(0, filePath.lastIndexOf("\\"));
	}
};

bidix.basename = function(filePath) {
	if (!filePath) 
		return;
	var lastpos;
	if ((lastpos = filePath.lastIndexOf("#")) != -1) 
		filePath = filePath.substring(0, lastpos);
	if ((lastpos = filePath.lastIndexOf("/")) != -1) {
		return filePath.substring(lastpos + 1);
	} else
		return filePath.substring(filePath.lastIndexOf("\\")+1);
};

bidix.initOption = function(name,value) {
	if (!config.options[name])
		config.options[name] = value;
};

//
// Initializations
//

// require PasswordOptionPlugin 1.0.1 or better
bidix.checkPlugin("PasswordOptionPlugin", 1, 0, 1);

// styleSheet
setStylesheet('.txtUploadStoreUrl, .txtUploadBackupDir, .txtUploadDir {width: 22em;}',"uploadPluginStyles");

//optionsDesc
merge(config.optionsDesc,{
	txtUploadStoreUrl: "Url of the UploadService script (default: store.php)",
	txtUploadFilename: "Filename of the uploaded file (default: in index.html)",
	txtUploadDir: "Relative Directory where to store the file (default: . (downloadService directory))",
	txtUploadBackupDir: "Relative Directory where to backup the file. If empty no backup. (default: ''(empty))",
	txtUploadUserName: "Upload Username",
	pasUploadPassword: "Upload Password",
	chkUploadLog: "do Logging in UploadLog (default: true)",
	txtUploadLogMaxLine: "Maximum of lines in UploadLog (default: 10)"
});

// Options Initializations
bidix.initOption('txtUploadStoreUrl','');
bidix.initOption('txtUploadFilename','');
bidix.initOption('txtUploadDir','');
bidix.initOption('txtUploadBackupDir','');
bidix.initOption('txtUploadUserName','');
bidix.initOption('pasUploadPassword','');
bidix.initOption('chkUploadLog',true);
bidix.initOption('txtUploadLogMaxLine','10');


// Backstage
merge(config.tasks,{
	uploadOptions: {text: "upload", tooltip: "Change UploadOptions and Upload", content: '<<uploadOptions>>'}
});
config.backstageTasks.push("uploadOptions");


//}}}

!Vision
[[visio2013]]

[[illustrator]]
[[windows10-22H2-19045.3324]]
[[windows-10]]
[[windows-9]]
[[windows-8.1]]
[[windows-8]]
[[windows-7]]
[[windows-vista]]
[[windows-xp]]
[[windows-2000]]
[[windows-98]]
[[windows-95]]
[[windows-3.1]]
[[windows-3.0]]

[[한국어|about-ko]]

hotkian is a shortcut(hotkey) collection site. The objectives of this site are as follows. 

!To stress usefulness of shortcut keys, and to share plans to utilize shorcut keys.
* Using a keyboard is not selectable but inevitable.  This site is considering why we have to prefer shortcuts and what methods will be effective to use.  Through this site, I hope you can get impressed at using shortcuts that was hidden by the mouse you might have preferred.
!To collect shortcuts of almost all applications, and to provide environment that any one can write shortcut lists.
* Almost all applications provide a shortcut list.  There is, however, no coherent forms. Printed multiple pages could make you frustrated. Since each shortcut table in hotkian site may support a single shortcut page, you may be happy to print and attach it next to your monitor.  You also be able to write your own shortcut list of applications that are not posted here.  The shortcut lists you provided will be shown to millions visitors who want to refer to shortcuts.
!To induce developers set their coherent default shortcuts by showing the trend of default shortcuts.
* Inconsistent default shortcuts could be one of reasons that hinder effort to get used to them.  When a developer is developing an application, s/he may consider its default shortcuts.  If s/he set the default shortcuts at random regardless of trend, it may give confusion to users who were already used to it.  Moreover, users may suffer from chores to change shortcuts into the trendy key map.  In general, the default shortcuts are the result that the developers setup through deep thoughts.  Even though an application allows users to change the default shortcuts, the default shortcuts plays a standard role that most of users follows.  It will be good for you not to change the default shortcuts.  Therefore, the default shortcuts take great responsibility, and developers also have to be prudent to setup the default shortcuts. 

Since this site will provide a statistic about shortcut assignment under category, it will be helpful when developers design functions and default shortcuts. 
핫키안은 단축키 모음 사이트입니다. 이 사이트의 목표는 다음과 같습니다.
!단축키 사용의 유용성을 홍보하고, 단축키 활용 방안을 공유하고자 합니다.
* 마우스보다 키보드의 선호는 취향적 선택이 아니라 필수입니다.  이 사이트는 왜 키보드를 써야하고, 어떻게 하면 효과적으로 사용할 수 있을지를 고민하고 있습니다.  이 사이트를 통해, 마우스에 의해 가려져 왔던 키보드 사용의 감동을 느끼시길 기대합니다.
!거의 모든 응용 프로그램의 단축키 목록을 총망라하고, 누구든지 단축키를 작성할 수 있는 환경을 제공합니다.
* 거의 대부분의 응용프로그램에서는 단축키 목록을 제공하지만, 일관된 양식이 없을 뿐 아니라, 인쇄를 하려해도 여러장에 나누어지기 때문에, 단축키 숙지에 큰 도움이 되지 못하는 경우가 많습니다.  핫키안에서는 부담없고 깔끔한 1장 인쇄를 목표로 하므로, 인쇄된 단축키 목록을 모니터 옆에 붙여 두시면, 숙지하는데 도움이 될 것으로 믿습니다.  또한 새로 나온 프로그램이나 잘 사용되지 않는 응용 프로그램의 단축키 목록을 방문자님들께서 직접 작성하실 수도 있으며, 방문자님께서 작성하여 주신 단축키 목록은 전세계 방문자들에게 전달될 것입니다.
!단축키 지정 경향을 한눈에 파악할 수 있도록 하여 개발자로 하여금 일관된 기본키 설정을 유도하고자 합니다.
* 일관되지 못한 기본 단축키도 숙지를 방해하는 요인중 하나입니다.  개발자가 응용 프로그램을 개발하게 되면, 기본 단축키 설정의 고민을 한번은 하게 되는데, 프로그램의 단축키 경향을 고려하지 않고 임의로 설정하게 되면, 단축키 사용에 익숙한 사용자에게 혼란만 줄 뿐 아니라, 오히려 기본키를 변경해서 써야하는 번거로움까지 주게 됩니다.  일반적으로 기본키는 개발자가 심사숙고를 통해 결정된 것이 대부분 이기에 비록 프로그램이 단축키의 사용자 지정을 허용할지라도, 기본키는 상당히 많은 사람들에게 알려질 그 프로그램에서의 표준적인 역할을 하므로, 대세에 어긋나지 않는 한 그대로 사용하는 것이 건강에 좋습니다.  그만큼 기본키 지정의 책임이 크다는 의미이며, 개발자들도 기본키 설정에 신중할 필요가 있습니다.

이 사이트에서는 각 키마다 응용프로그램의 용도를 한눈에 볼 수 있으므로 기본키의 설정과 남겨둘 기능들을 설계하는데 도움이 될 것으로 기대합니다.


|  |!chrome|!firefox|!safari|!ie|!opera|!luna|!mathon|
|location<br>address|^l<br>@d  |^l<br>@d  |^l<br>@d  |^l<br>@d  |^l<br>@d  |@d  |^l<br>@d  |

| !prev/nextTab | c-pgup / c-pgdn |  ~FireFox,Chrome |
|~| c-tab / c-s-tab | ~FireFox, Chrome, IE, Sapari, Opera |
| !Downloads | c-J | ~FireFox, Chrome, IE, Sapari, Opera |
| !bookmark... | c-D | ~FireFox, Chrome, IE, Sapari, Opera |
|!  |!Shift|!Key|!Alt|!Ctrl+Alt|!Ctrl|!Ctrl+Shift|
|  |  |B|  |  |  |__s__how ''B''ookmark|
|  |  |D|focus Address|  |bookmark|bookmark allTabs|
|  |  |E| (//__''E''__dit//)|  |search|  |
|  |  |F| (//__''F''__ile//)|  | //__''f''__ind...//|  |
|  |  |G|  |  | //find next//| //find prev//|
|  |  |H|  |  |__''H''__istory|  |
|  |  |I|  |  |  |__D__eveloperTools|
|  |  |J|  |  |__D__ownloads|__''J''__avascriptConsole|
|  |  |K|  |  |search|  |
|  |  |L|  |  |focus Address|  |
|  |@@new incognitoWin@@|N|  |  | //''n''ewWin//|  |
|  |  |O|  |__B__''o''okmark Manager| //''o''pen File...//|  |
|  |  |P|  |  | //__''p''__rint...//|  |
| //''r''eload//|  |R|  |  |  |  |
|  |  |S|  |  | //''s''ave Page __a__s...//|  |
|  |  |T|  |  | //new''T''ab//|@@reopen closedTab@@|
|  |  |U|  |view S__o__''u''rce|  |  |
|  |  |W|  |  | //close Tab//|  |
|  |  |1|  |  |Tab''1''|  |
|  |  |2|  |  |Tab''2''|  |
|  |  |3|  |  |Tab''3''|  |
|  |  |4|  |  |Tab''4''|  |
|  |  |5|  |  |Tab''5''|  |
|  |  |6|  |  |Tab''6''|  |
|  |  |7|  |  |Tab''7''|  |
|  |  |8|  |  |Tab''8''|  |
|  |  |9|  |  |lastTab|  |
|  |  |0|  |  |actualSize |  |
| //H__e__lp//|  |F1|  |  |  |  |
| //find next//| //find prev//|F3|  |  |  |  |
|  |  |F4| //close Win//|  | //close Tab//|  |
| //reload//|force to reload|F5|  |  |force to reload|  |
|fullScreen|  |F11|  |  |  |  |
|  |  |hypn|  |  |zoom out|  |
|  | //paste//|ins|  |  | //copy//|  |
|  | //cut//|del|  |  |  |__c__lear Data...|
|  |  |hm| //Home//|  |  |  |
|  |  |lf| //backward//|  |  |  |
|  |  |rt| //forward//|  |  |  |
| //stop//|__T__askManager|esc|  |  |  |  |
|  | //find prev//|ent|  |  |  |  |
| //backward//| //forward//|bspc|  |  |  |  |
|Page down|Page up|spc|  |  |  |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-shift-|
|  |  |  |A|  |  |  | //select ''__A__''ll//|  |
|  |  |  |B|  | [//''__B__''ookmarks//] |  |  |show ''__B__''ookmark|
|  |  |  |C|  |  |  | //''__C__''opy//|  |
|  |  |  |D|  | a''__D__''''__D__''ress |  |bookmark…|bookmark all…|
|  |  |  |E|  |m''__E__''nu|  |  |  |
|  |  |  |F|  |menu|  |''__F__''ind|  |
|  |  |  |G|  |  |  |find next|find prev|
|  |  |  |H|  | [//''__H__''istory//] |  |s''__H__''ow ''__H__''istory|  |
|  |  |  |I|  |  |report an ''__I__''ssue…|  |developer tools|
|  |  |  |J|  |  |  |downloads|''__J__''avascript console|
|  |  |  |L|  |  |  |''__L__''ocation|  |
|  |  |  |N|  |  |  | //''__N__''ew wi''__N__''dow// |private wi''__N__''dow|
|  |  |  |O|  |  |  | //''__O__''pen//|b''__O__''''__O__''kmark manager|
|  |  |  |P|  |  |  | //''__P__''rint//|  |
|  |  |  |Q|  |  |  |  |''__Q__''uit|
|  |  |  |R|  |  |  |''__R__''ef''__R__''esh|''__R__''eload|
|  |  |  |S|  |  |  | //''__S__''ave//|  |
|  |  |  |T|  | [//''__T__''ools//] |  | //new ''__T__''ab// |reopen|
|  |  |  |U|  |  |  |view so''__U__''rce|  |
|  |  |  |V|  | [//''__V__''iew//] |  | //paste//|paste as plain|
|  |  |  |W|  |  |  | //close tab// |close ''__W__''indo''__W__''|
|  |  |  |X|  |  |  | //cut//|  |
|  |  |  |Y|  |  |  | //redo//|  |
|  |  |  |Z|  |  |  | //undo//|  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-shift-|
|  |  |  |1|  |  |  |tab''__1__''|  |
|  |  |  |2|  |  |  |tab''__2__''|  |
|  |  |  |3|  |  |  |tab''__3__''|  |
|  |  |  |4|  |  |  |tab''__4__''|  |
|  |  |  |5|  |  |  |tab''__5__''|  |
|  |  |  |6|  |  |  |tab''__6__''|  |
|  |  |  |7|  |  |  |tab''__7__''|  |
|  |  |  |8|  |  |  |tab''__8__''|  |
|  |  |  |9|  |  |  |last tab|  |
|  |  |  |0|  |  |  |reset|  |
|  | //find prev//|  |F3|  |  |  |  |  |
|  |  |  |F4|  | //exit//|  | //close tab//|  |
|  |  |  |F5|  |  |  |reload|  |
|  | //popup menu//|  |F10|  |  |  | //main menu//|  |
|  |  |  |↔|  | //back/forward// |  |  |  |
|  |  |  |pg↕|  |  |  | //prev/next tab// |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-shift-|
|  |  |  |hypn|  |  |  |zoom out|  |
|  |  |  |=|  |  |  |zoom in|  |
|  | //paste//|  |ins|  |  |  | //copy//|  |
|  | //cut//|  |del|  |  |  |  |clear…|
|  |  |  |hm|  |goto home|  |  |  |
|  |task manager|  |esc|  |  |  |  |task manager|
|  |  |  |ent|  |open new tab(address)|  |.com|  |
|  |forward|  |bspc|  |  |  |  |  |
| //next app//|  |  |tab| //prev app//| //next app//| //prev app//| //next tab// | //prev tab// |
|  |  |  |prt|  |capture window|  |  |  |
|system window|  |  |ps|  |  |  |  |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-win-|!ctrl-shift-|
|  |  |  |A|  |  |  | //select ''__A__''ll//|  |  |
| //tray''__B__''ar//|  |  |B|  | [//''__B__''ookmarks//] |  |  |  |  |
|  |  |  |C|  |  |  | //''__C__''opy//|  |  |
| //restore/minimize all monitor//|  |  |D|  | a''__D__''''__D__''ress |  |  |  |  |
| //''__E__''xplor''__E__''r//|  |  |E|  | [//''__E__''dit//] |  |s''__E__''arch|  |  |
| //search result//|  |  |F|  | [//''__F__''ile//] |  |search| //''__F__''ind computer//|  |
|  |  |  |H|  | [//''__H__''elp//] |  |  |  |  |
| //''__L__''ock computer//|  |  |L|  |  |  |''__L__''ocation|  |  |
| //''__M__''ini''__M__''ize current monitor//|  |  |M|  |  |  |  |  |  |
|  |  |  |N|  |  |  |''__N__''ew wi''__N__''dow|  |@@''__N__''ew folder@@|
|  |  |  |O|  |  |  | //''__O__''pen//|  |  |
| //dis''__P__''lay mode//|  |  |P|  |''__P__''review|  | //''__P__''rint//|  |  |
| //''__R__''un//|  |  |R|  |  |  |  |  |  |
|  |  |  |S|  |  |  | //''__S__''ave//|  |  |
| //''__T__''askbar//|  |  |T|  | [//''__T__''ools//] |  | //new ''__T__''ab// |  |reopen|
| //easy access center//|  |  |U|  |  |  |  |  |  |
|  |  |  |V|  | [//''__V__''iew//] |  | //paste//|  |  |
|  |  |  |W|  |  |  | //close tab// |  |  |
| //mobility center//|  |  |X|  |  |  | //cut//|  |  |
|  |  |  |Y|  |  |  | //redo//|  |  |
|  |  |  |Z|  |  |  | //undo//|  |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-win-|!ctrl-shift-|
| //app''__1__''//|  |  |1| //new app''__1__''//|  |  |  |  |  |
| //app''__2__''//|  |  |2| //new app''__2__''//|  |  |  |  |  |
| //app''__3__''//|  |  |3| //new app''__3__''//|  |  |  |  |  |
| //app''__4__''//|  |  |4| //new app''__4__''//|  |  |  |  |  |
| //app''__5__''//|  |  |5| //new app''__5__''//|  |  |  |  |  |
| //app''__6__''//|  |  |6| //new app''__6__''//|  |  |  |  |  |
| //app''__7__''//|  |  |7| //new app''__7__''//|  |  |  |  |  |
| //app''__8__''//|  |  |8| //new app''__8__''//|  |  |  |  |  |
| //app''__9__''//|  |  |9| //new app''__9__''//|  |  |  |  |  |
| //app''__0__''//|  |  |0| //new app''__0__''//|  |  |  |  |  |
| //windows help//|  |  |F1|  |  |  |  |  |  |
|  | //find prev//|  |F3|  |  |  |  |  |  |
|  |  |  |F4|  | //exit//|  | //close tab//|  |  |
|  | //popup menu//|  |F10|  |  |  | //main menu//|  |  |
| //align left/right//|  |  |↔|  |move column|  |  |  |  |
|  |  |  |pg↕|  |  |  | //prev/next tab// |  |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-win-|!ctrl-shift-|
|  | //paste//|  |ins|  |  |  | //copy//|  |  |
|  |delete complete|  |del|  |  |  |  |  |  |
| //maximize//|  |  |up| //max height//|up level|  |  |  |  |
| //restore/minimize//|  |  |dn| //restore/minimize//|  |  |  |  |  |
|  |  |  |esc|  |  |  | //start menu//|  |task manager|
|  |  |  |ent|  | properties |  |  |  |  |
| //show desktop//|  |  |spc|  | //context menu//|  |  |  |  |
| //next app//|  |  |tab| //prev app//| //next app//| //prev app//| //next tab// |  | //prev tab// |
|  |  |  |prt|  |capture window|  |  |  |  |
|system window|  |  |ps|  |  |  |  |  |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-win-|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
* The Microsoft command console doesn't provide particular shortcuts.  However, you may want to use some combinations below.

|!copy block |Enter |
|!paste |Alt-space, E, P |
|!paste a path |drag a folder from a file explorer |
!Infomation
| !developer | ? |
| !homepage | http://www.codeblocks.org |
| !option | allow to customize hotkeys |
| !link | http://shortcutia.com/hotkian/windows-7.html#CodeBlocks-10.05 |
| !sister | [[Ubuntu-11.10|ubuntu-11.10.html#CodeBlocks-10.05]] |
!Default Hotkey Table
|!  |!Shift|!key|!Alt+Shift|!Alt|!Ctrl+Alt|!Ctrl|!Ctrl+Shift|!Ctrl+Alt+Shift|!Win|
|  |  |A|  |  |  | //select __''A''__ll//|  |  |  |
|  |  |B|  |(//__''B''__uild//)|  |@@__t__oggle ''B''ookmark@@|matching ''B''race|  |  |
|  |  |C|  |  |  | //__''c''__opy//|@@''C''omme__n__t@@|  |  |
|  |  |D|  |(//__''D''__ebug//)|  |  |  |  |  |
|  |  |E|  | (//__''E''__dit//)|  |  |  |  |  |
|  |  |F|  | (//__''F''__ile//)|  | //__''f''__ind//| //__''f''__ind in Files//|  |  |
|  |  |G|  |goto File|goto Function| //''g''oto __L__ine//|  |  |  |
|  |  |H|  | (//__''H''__elp//)|  |  |  |  |  |
|  |  |I|  |  |  |__''I''__ncremental Search|  |  |  |
|  |  |J|  |  |  |auto-complete|  |  |  |
|  |  |K|  |  |  |  |  |  |  |
|  |  |L|  |(//P__''l''__ugins//)|  |  |  |  |  |
|  |  |M|  |  |  |  |  |  |  |
|  |  |N|  |  |  |  |__''n''__ew emptyFile|  |  |
|  |  |O|  |  |  | //__''o''__pen//|  |  |  |
|  |  |P|  |(//__''P''__roject//)|  |  |  |  |  |
|  |  |Q|  |  |  | //__''q''__uit//|  |  |  |
|  |  |R|  |(//Sea__''r''__ch//)|  | //__''r''__eplace//| //__''r''__eplace in Files//|  |  |
|  |  |S|__''s''__ave Everything|(//__''S''__ettings//)|  | //__''s''__ave//| //__''s''__ave// All Files|  |  |
|  |  |T|  | (//__''T''__ools//)|  |  |  |  |  |
|  |  |U|  |  |  |  |  |  |  |
|  |  |V|  | (//__''V''__iew//)|  | //__p__aste//|  |  |  |
|  |  |W|  |(//__''w''__xSmith//)|  | //close//| //close// All Files|  |  |
|  |  |X|  |  |  | //cu__t__//|@@uncomme__n__t@@|  |  |
|  |  |Y|  |  |  |  |  |  |  |
|  |  |Z|  |  |  | //__u__ndo//| //__r__edo//|  |  |
|  |  |1|  |  |  |  |  |  |  |
|  |  |2|  |  |  |  |  |  |  |
|  |  |3|  |  |  |  |  |  |  |
|  |  |4|  |  |  |  |  |  |  |
|  |  |5|  |  |  |  |  |  |  |
|  |  |6|  |  |  |  |  |  |  |
|  |  |7|  |  |  |  |  |  |  |
|  |  |8|  |  |  |  |  |  |  |
|  |  |9|  |  |  |  |  |  |  |
|  |  |0|  |  |  |  |  |  |  |
|  |  |F1|  |prevError|  |  |  |  |  |
|Log|Manager|F2|  |nextError|  |  |  |  |  |
| //find __n__ext//| //find __p__rev//|F3|  |  |  |next changedLine|prev changedLine|  |  |
|run atCursor|  |F4|  |  |  |  |  |  |  |
|Breakpoint|  |F5|  |activate prev Project|  |  |  |  |  |
|  |  |F6|  |activate next Project|  |  |  |  |  |
|nextLine|step into|F7|  |nextInstruction|  |continue|step out|  |  |
|__s__tart Debug|  |F8|  |  |  |  |  |  |  |
|@@bui__l__d and run@@|  |F9|  |  |  |__b__uild|compile __F__ile|  |  |
|  |  |F10|  |  |  |__r__un|  |  |  |
|s__w__itch header/source|  |F11|  |  |  |rebuil__d__|  |  |  |
|folding__B__lock|__t__oggle foldingAll|F12|  |  |  |  |  |  |  |
|  |  |`|  |  |  |  |  |  |  |
|  |  |hypn|  |  |  |  |  |  |  |
|  |  |eq|  |  |  |  |  |  |  |
|  |  |[|  |  |  |  |  |  |  |
|  |  |]|  |  |  |  |  |  |  |
|  |  |\|  |  |  |  |  |  |  |
|  |  |;|  |  |  |  |  |  |  |
|  |  |'|  |  |  |  |  |  |  |
|  |  |,|  |  |  |switch Tabs|  |  |  |
|  |  |.|  |  |open Include|goto Implementation|goto Declaration|  |  |
|  |  |/|  |  |  |  |  |  |  |
|  | //paste//|ins|  |  |  | //copy//|  |  |  |
|  | //cut//|del|  |  |  |  |  |  |  |
|  |  |home|  |  |  |  |  |  |  |
|  |  |end|  |  |  |  |  |  |  |
|  |  |pgup|  |@@__p__revBookmark@@|  |goto prevFunction|  |  |  |
|  |  |pgdn|  |@@__n__extBookmark@@|  |goto nextFunction|  |  |  |
|  |  |up|  |  |  |  |move up Project|  |  |
|  |  |dn|  |  |  |  |move down Project|  |  |
|  |  |lf|  | //backward//|  |  |  |  |  |
|  |  |rt|  | //forward//|  |  |  |  |  |
|  |  |esc|  |  |  |  |  |  |  |
|  |  |ent|  |  |  |  |  |  |  |
|  |  |bspc|  |  |  |  |  |  |  |
|  |  |spc|  |  |  |complete Code|show all Tip|  |  |
|  |  |tab|  |  |  |  |  |  |  |
|  |  |n1|  |  |  |  |  |  |  |
|  |  |n2|  |  |  |  |  |  |  |
|  |  |n3|  |  |  |  |  |  |  |
|  |  |n4|  |  |  |  |  |  |  |
|  |  |n5|  |  |  |  |  |  |  |
|  |  |n6|  |  |  |  |  |  |  |
|  |  |n7|  |  |  |  |  |  |  |
|  |  |n8|  |  |  |  |  |  |  |
|  |  |n9|  |  |  |  |  |  |  |
|  |  |n0|  |  |  |  |  |  |  |
|  |  |n.|  |  |  |  |  |  |  |
|  |  |nent|  |  |  |  |  |  |  |
|  |  |n+|  |  |  |  |  |  |  |
|  |  |n-|  |  |  |  |  |  |  |
|  |  |n*|  |  |  |  |  |  |  |
|  |  |n/|  |  |  |  |  |  |  |
|  |  |nlok|  |  |  |  |  |  |  |
|  |  |clok|  |  |  |  |  |  |  |
|  |  |prt|  |  |  |  |  |  |  |
|  |  |slok|  |  |  |  |  |  |  |
|  |  |ps|  |  |  |  |  |  |  |
|  |  |ml|  |  |  |  |  |  |  |
|  |  |mr|  |  |  |  |  |  |  |
|  |  |mc|  |  |  |  |  |  |  |
|  |  |mw|  |  |  |  |  |  |  |
!Hotkey table source code
{{{
 *File
c-s-N	__''n''__ew emptyFile
a-s-S	__''s''__ave Everything

 *Edit
F11	s__w__itch header/source
c-B	@@__t__oggle ''B''ookmark@@
a-pgup	@@__p__revBookmark@@
a-pgdn	@@__n__extBookmark@@
s-F12	__t__oggle foldingAll
F12	folding__B__lock
c-s-C	@@''C''omme__n__t@@
c-s-X	@@uncomme__n__t@@
c-J	auto-complete
c-s-B	matching ''B''race
c-spc	complete Code
c-s-spc	show all Tip

 *View
s-F2	Manager
F2	Log
c-,	switch Tabs

 *Search
a-R	(//Sea__''r''__ch//)
c-I	__''I''__ncremental Search
c-F3	next changedLine
c-s-F3	prev changedLine
a-G	goto File
c-a-G	goto Function
c-pgup	goto prevFunction
c-pgdn	goto nextFunction
c-s-.	goto Declaration
c-.	goto Implementation
c-a-.	open Include

 *Project
a-P	(//__''P''__roject//)
c-s-up	move up Project
c-s-dn	move down Project
a-F5	activate prev Project
a-F6	activate next Project

 *Build
a-B	(//__''B''__uild//)
c-F9	__b__uild
c-s-F9	compile __F__ile
c-F10	__r__un
F9	@@bui__l__d and run@@
c-F11	rebuil__d__
a-F1	prevError
a-F2	nextError

 *Debug
a-D	(//__''D''__ebug//)
F8	__s__tart Debug
c-F7	continue
F7	nextLine
a-F7	nextInstruction
s-F7	step into
c-s-F7	step out
F5	Breakpoint
F4	run atCursor

 *wxSmith
a-W	(//__''w''__xSmith//)

 *Tools


 *Plugins
a-L	(//P__''l''__ugins//)


 *Settings
a-S	(//__''S''__ettings//)

 *Valgrind

 *Help


 *Statndard
a-F	 (//__''F''__ile//)

 c-N	 //__''n''__ew//
c-O	 //__''o''__pen//
c-S	 //__''s''__ave//
c-s-S	 //__''s''__ave// All Files

c-W	 //close//
c-s-W	 //close// All Files
c-Q	 //__''q''__uit//

a-E	 (//__''E''__dit//)
c-Z	 //__u__ndo//
c-s-Z	 //__r__edo//
c-C	 //__''c''__opy//
c-X	 //cu__t__//
c-V	 //__p__aste//
c-A	 //select __''A''__ll//

a-V	 (//__''V''__iew//)
a-lf	 //backward//
a-rt	 //forward//

c-F	 //__''f''__ind//
c-s-F	 //__''f''__ind in Files//
F3	 //find __n__ext//
s-F3	 //find __p__rev//
c-R	 //__''r''__eplace//
c-s-R	 //__''r''__eplace in Files//
c-G	 //''g''oto __L__ine//

a-T	 (//__''T''__ools//)

a-H	 (//__''H''__elp//)

c-ins	 //copy//
s-del	 //cut//
s-ins	 //paste//
}}}
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
|  |  |  |A|  | select ''__A__''ll|  |
|  | [//''__B__''uild//] |  |B|  |  |goto matching ''__B__''race|
|  |  |  |C|  | ''__C__''opy|''__C__''omment|
|  | [//''__D__''ebug//] |  |D|  |  |''__D__''oxywizar''__D__''…|
|  | [//''__E__''dit//] |  |E|  |s''__E__''l''__E__''ct next occurrence|s''__E__''l''__E__''ct skip to next occurrence|
|  | [//''__F__''ile//] |  |F|  | ''__F__''ind…|''__F__''ind in ''__F__''iles…|
|  |''__G__''oto file…|  |G|  |''__G__''oto line…|''__G__''oto function…|
|  | [//''__H__''elp//] |  |H|  |  |run ''__H__''tml|
|  |  |  |I|  |''__I__''ncremental search|  |
|  |  |  |J|  |auto completion|  |
|  | [//p''__L__''ugins//] |  |L|  |  |''__L__''ine comment|
|  |re''__N__''ame symbols|  |N|  |''__N__''ext call tip|''__N__''ew|
|  | [//t''__O__''''__O__''lsp//] |  |O|  | ''__O__''pen|  |
|  | [//''__P__''roject//] |  |P|  |''__P__''rev call ti''__P__''|''__P__''references…|
|  |  |  |Q|  | ''__Q__''uit|  |
|  | [//sea''__R__''ch//] |  |R|  |''__R__''eplace…|''__R__''eplace in files…|
|  | [//''__S__''etting''__S__''//] |  |S|''__S__''ave everthing| ''__S__''ave|''__S__''ave all|
|  | [//''__T__''ools//] |  |T|  |  |reopen lase ''__T__''ab|
|  | [//''__V__''iew//] |  |V|  | paste|  |
|  | [//''__W__''xsmith//] |  |W|  |close|close all|
|  | [//do''__X__''yblocks//] |  |X|  | cut|uncomment|
|  |  |  |Z|  | undo| redo|
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
|  |prev error|  |F1|  |  |  |
|manager|next error|logs|F2|  |  |  |
|find prev|  |find next|F3|  |goto next changed line|goto prev changed line|
|  |  |run to cursor|F4|  |  |  |
|  |activate prior project|toggle breakpoint|F5|  |  |  |
|  |activate next project|  |F6|  |  |  |
|step into|next instruction|next line|F7|step into instruction|step out|  |
|stop debug|  |toggle debug|F8|  |  |  |
|  |  |build and run|F9|  |build|compile|
|  |  |  |F10|  |run|  |
|full screen|  |swap header/source|F11|  |rebuild|  |
|  |back/forward ed|  |↔|  |  |  |
|  |  |  |↕|  |  |move project up/down|
|  |  |  |pg↕|  |goto prev/next function|  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
|  |find references|  |.|  |goto implementation|goto declaration|
|  |  |  |spc|  |complete code|show call tip|
|  |  |  |tab|  |switch tabs|  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |A| select ''__A__''ll|  |  |
|  | [//''__B__''uild//] |  |B|  |''__B__''uild workspace|  |
|  | [//''__C__''pp//] |  |C| ''__C__''opy|  |  |
|  | [//''__D__''ebugger//] |  |D|fin''__D__'' symbol|  |''__D__''ebugger pane|
|  | [//''__E__''dit//] |  |E|  |s''__E__''l''__E__''ct brace|  |
|  | [//''__F__''ile//] |  |F|''__F__''ind…|''__F__''ind in ''__F__''iles…|  |
|  | [//settin''__G__''s//] |  |G|''__G__''o to…|''__G__''rep selection|  |
|  | [//''__H__''elp//] |  |H|replace…|  |  |
|  |  |  |I|format current source|  |  |
|  |  |  |L|de''__L__''ete ''__L__''ine|  |  |
|  |full screen…|  |M|toggle all panes|  |  |
|  |  |  |N| ''__N__''ew|  |''__N__''avigatio''__N__'' bar|
|  |  |  |O| ''__O__''pen|quick ''__O__''utline…|  |
|  | [//''__P__''lugins//] |  |P|  |  |  |
|  | [//pe''__R__''spective//] |  |R|''__R__''eload|find ''__R__''esou''__R__''ces…|  |
|  | [//''__S__''earch//] |  |S| ''__S__''ave|''__S__''ave a''__S__''…|  |
|  |  |  |T|''__T__''ranspose lines|  |  |
|  |  |  |U|d''__U__''plicate selection/line|  |  |
|  | [//''__V__''iew//] |  |V| paste|en''__V__''ironment ''__V__''ariables…|  |
|  | [//''__W__''orkspace//] |  |W| close|  |''__W__''orkspace pane|
|  |  |  |X| cut|  |  |
|  |  |  |Y| redo|  |  |
|  |  |  |Z| undo|  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |1|find global definition|  |  |
|  |  |  |2|find function calling|  |  |
|  |  |  |3|find function called|  |  |
|  |  |  |4|create cscope database|  |  |
|  |  |  |0|find select|find…|  |
|  |invisible|output pane|F1|  |  |  |
|  |show always|  |F2|  |  |  |
|find prev|visible after first indent|find next|F3|find word forward |find word back|  |
|  |  |next error|F4|  |  |  |
|stop debugger|  |toggle debugger|F5|run|resume debugger|  |
|  |project settings…|build|F7|compile|  |  |
|  |  |go to next match|F8|go to prev match|  |  |
|  |  |toggle breakpoint|F9|build and run|  |  |
|  |  |next|F10|next instruction|  |  |
|step out|  |step into|F11|  |  |  |
|  |  |  |F12|  |show the wxCrafter|  |
|  |move line up/down|  |↕|  |  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |]|match brace|  |  |
|  |  |  |,|go to prev location|  |  |
|  |  |  |.|go to next location|  |  |
|  |  |  |spc|comple word|display function callltip|insert expansion|
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
[img[http://hanaian.synology.me:9309/~prog/hotkian/win/img/edName.png]]
|!ctrl-|!Key|!k|!ctrl-alt-|
|select ''__A__''ll|  |A|  |
|adjust the view to fit selected o''__B__''jects, or the whole scene if no object is selected''__B__'' The focus needs to be on a view''__B__''|  |B|  |
|''__C__''opy the sele''__C__''tion|  |C|set fo''__C__''us on the ''__C__''ommander|
|open the object property ''__D__''ialog|  |D|  |
|toggl''__E__'' b''__E__''tween 1) normal, 2) object translation and 3) object rotation mouse mode|  |E|  |
|open the calculation module dialo''__G__''|  |G|  |
|c''__L__''ear status bar (when focus is on the commander)|  |L|  |
|ope''__N__'' a ''__N__''ew scene|  |N|  |
|''__O__''pen a scene|  |O|  |
|''__Q__''uit the application|  |Q|  |
|''__S__''ave the ''__S__''cene|  |S|  |
|paste the copy buffer|  |V|  |
|close a scene|  |W|  |
|cut the selection|  |X|  |
|!ctrl-|!Key|!k|!ctrl-alt-|
|!ctrl-|!Key|!k|!ctrl-alt-|
|  |delete the selection|del|  |
|  |clear the selection|esc|  |
|  |delete the selection|bspc|  |
|start/stop the simulation|  |spc|  |
|!ctrl-|!Key|!k|!ctrl-alt-|
^^The table was updated at 2024-01-04 by punyHotkian ver.0.1.0, ^^
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-win-|!ctrl-shift-|
|  |  |  |A|  |  |  | //select ''__A__''ll//|  |invert selection|
| //tray''__B__''ar//|  |  |B|  | [//''__B__''ookmarks//] |  |  |  |  |
|  |  |  |C|  |  |  | //''__C__''opy//|  |  |
| //restore/minimize all monitor//|  |  |D|  |a''__D__''''__D__''ress|  |''__D__''uplicate|  |  |
| //''__E__''xplor''__E__''r//|  |  |E|  | [//''__E__''dit//] |  |  |  |  |
| //search result//|  |  |F|  | [//''__F__''ile//] |  |''__F__''ile search| //''__F__''ind computer//|  |
|  |  |  |H|  | [//''__H__''elp//] |  |  |  |  |
| //''__L__''ock computer//|  |  |L|  |  |  |  |  |  |
| //''__M__''ini''__M__''ize current monitor//|  |  |M|  |  |  |  |  |  |
|  |  |  |N|  |  |  |''__N__''ew folder|  |''__N__''ew file|
|  |  |  |O|  |  |  | //''__O__''pen//|  |  |
| //dis''__P__''lay mode//|  |  |P|  |  |  | //''__P__''rint//|  |  |
| //''__R__''un//|  |  |R|  |  |  |copy path|  |  |
|  |  |  |S|  | [//''__S__''e''__S__''sions//] |  | //''__S__''ave//|  |  |
| //''__T__''askbar//|  |  |T|  | [//''__T__''ools//] |  | //new ''__T__''ab// |  |reopen|
| //easy access center//|  |  |U|  |  |  |  |  |  |
|  |  |  |V|  | [//''__V__''iew//] |  | //paste//|  |  |
|  |  |  |W|  |  |  | //close tab// |  |  |
| //mobility center//|  |  |X|  |  |  | //cut//|  |  |
|  |  |  |Y|  |  |  | //redo//|  |  |
|  |  |  |Z|  |  |  | //undo//|  |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-win-|!ctrl-shift-|
| //app''__1__''//|  |  |1| //new app''__1__''//|  |  |folders|  |  |
| //app''__2__''//|  |  |2| //new app''__2__''//|  |  |bookmarks|  |  |
| //app''__3__''//|  |  |3| //new app''__3__''//|  |  |quickview|  |  |
| //app''__4__''//|  |  |4| //new app''__4__''//|  |  |filters|  |  |
| //app''__5__''//|  |  |5| //new app''__5__''//|  |  |stacks|  |  |
| //app''__6__''//|  |  |6| //new app''__6__''//|  |  |  |  |  |
| //app''__7__''//|  |  |7| //new app''__7__''//|  |  |  |  |  |
| //app''__8__''//|  |  |8| //new app''__8__''//|  |  |  |  |  |
| //app''__9__''//|  |  |9| //new app''__9__''//|  |  |  |  |  |
| //app''__0__''//|  |  |0| //new app''__0__''//|  |  |  |  |  |
| //windows help//|  |  |F1|  |  |  |  |  |  |
|  | //find prev//|  |F3|  |  |  |  |  |  |
|  |  |  |F4|  | //exit//|  | //close tab//|  |  |
|  |refresh fileview|  |F5|  |  |  |  |  |  |
|  | //popup menu//|  |F10|  |  |  | //main menu//|  |  |
| //align left/right//|  |  |↔|  | //back/forward// |  |  |  |  |
|  |  |  |pg↕|  |  |  | //prev/next tab// |  |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-win-|!ctrl-shift-|
|  | //paste//|  |ins|  |  |  | //copy//|  |  |
|  | //cut//|  |del|  |  |  |  |  |  |
| //maximize//|  |  |up| //max height//|  |  |  |  |  |
| //restore/minimize//|  |  |dn| //restore/minimize//|  |  |  |  |  |
|  |  |  |esc|  |  |  | //start menu//|  |task manager|
|  |  |  |ent|  | properties |  |  |  |  |
| //show desktop//|  |  |spc|  | //context menu//|  |  |  |  |
| //next app//|  |  |tab| //prev app//| //next app//| //prev app//| //next tab// |  | //prev tab// |
|  |  |  |prt|  |capture window|  |  |  |  |
|system window|  |  |ps|  |  |  |  |  |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-win-|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

[img[https://hanaian.synology.me/~prog/dokuwiki/lib/exe/fetch.php?media=win:util:cubicexplorer.png]]

!Infomation
| !developer | Marko Savolainen |
| !homepage | http://www.cubicreality.com/ce/ |
| !option | allow to customize hotkeys |
!Default Hotkey Table
|!  |!Shift|!key|!Alt+Shift|!Alt|!Ctrl+Alt|!Ctrl|!Ctrl+Shift|!Ctrl+Alt+Shift|!Win|
|  |  |A|  |  |  | //select __A__ll//|invert Selection|  |  |
|  |  |B|  | (__B__ookmarks) |  |  |  |  |  |
|  |  |C|  |  |  | //__c__opy//|  |  |  |
|  |  |D|  |  |  |duplicate|  |  |  |
|  |  |E|  | //(__E__dit)//|  |browse to?|  |  |  |
|  |  |F|  | //(__F__ile)//|  |__F__ileSearch|  |  |  |
|  |  |G|  |  |  |  |  |  |  |
|  |  |H|  | //(__H__elp)//|  |  |  |  |  |
|  |  |I|  |  |  |  |  |  |  |
|  |  |J|  |  |  |  |  |  |  |
|  |  |K|  |  |  | ''Options'' |  |  |  |
|  |  |L|  |  |  |  |  |  |  |
|  |  |M|  |  |  |  |  |  |  |
|  |  |N|  |  |  |NewFolder|  |  |  |
|  |  |O|  |  |  |  |  |  |  |
|  |  |P|  |  |  |  |  |  |  |
|  |  |Q|  |  |  |  |  |  |  |
|  |  |R|  |  |  |copy Path|  |  |  |
|  |  |S|  | (__S__essions) |  |  |  |  |  |
|  |  |T|  | //(__T__ools)//|  |add __T__ab|undo TabClose|  |  |
|  |  |U|  |  |  |  |  |  |  |
|  |  |V|  | //(__V__iew)//|  | //paste//|  |  |  |
|  |  |W|  |  |  | //close Tab//|  |  |  |
|  |  |X|  |  |  | //cut//|  |  |  |
|  |  |Y|  |  |  |  |  |  |  |
|  |  |Z|  |  |  |  |  |  |  |
|  |  |1|  | ''largeIcons'' |  |Folders|  |  |  |
|  |  |2|  | ''smallIcons'' |  |Bookmarks|  |  |  |
|  |  |3|  | ''List'' |  |QuickView|  |  |  |
|  |  |4|  | ''Details'' |  |Filters|  |  |  |
|  |  |5|  | ''Tiles'' |  |Stack|  |  |  |
|  |  |6|  | ''Thumbnails'' |  |Workspace|  |  |  |
|  |  |7|  | ''Filmstrip'' |  |  |  |  |  |
|  |  |8|  |  |  |  |  |  |  |
|  |  |9|  |  |  |  |  |  |  |
|  |  |0|  |  |  |  |  |  |  |
|  |  |F1|  |  |  |  |  |  |  |
| //rename//|  |F2|  |  |  |  |  |  |  |
|  |  |F3|  |  |  |  |  |  |  |
|  |  |F4|  | //exit//|  | //close Tab//|  |  |  |
| //refresh//|  |F5|  |  |  |  |  |  |  |
|  |  |F6|  |  |  |  |  |  |  |
|TextEditor|  |F7|  |  |  |  |  |  |  |
|QuickView|  |F8|  |  |  |  |  |  |  |
|  |  |F9|  |  |  |  |  |  |  |
|  |  |F10|  |  |  |  |  |  |  |
|Fullscreen|  |F11|  |  |  |  |  |  |  |
|  |  |F12|  |  |  |  |  |  |  |
|  |  |`|  |  |  |  |  |  |  |
|  |  |minus|  |  |  |  |  |  |  |
|  |  |eq|  |  |  |  |  |  |  |
|  |  |[|  |  |  |  |  |  |  |
|  |  |]|  |  |  |  |  |  |  |
|  |  |\|  |  |  |  |  |  |  |
|  |  |;|  |  |  |  |  |  |  |
|  |  |'|  |  |  |  |  |  |  |
|  |  |,|  |  |  |  |  |  |  |
|  |  |.|  |  |  |  |  |  |  |
|  |  |/|  |  |  |  |  |  |  |
|  | //paste//|ins|  |  |  | //copy//|  |  |  |
| //del//|  |del|  |  |  |  |  |  |  |
|  |  |home|  |  |  |  |  |  |  |
|  |  |end|  |  |  |  |  |  |  |
|  |  |pgup|  |  |  | //prev Tab//|  |  |  |
|  |  |pgdn|  |  |  | //next Tab//|  |  |  |
|  |  |up|  |  |  |  |  |  |  |
|  |  |down|  |  |  |  |  |  |  |
|  |  |left|  | //back//|  |  |  |  |  |
|  |  |right|  | //forward//|  |  |  |  |  |
|  |  |esc|  |  |  |  |  |  |  |
|  |  |enter|  |Properties...|  |  |  |  |  |
| //up Folder//|  |bkspc|  |  |  |  |  |  |  |
|  |  |space|  |  |  |  |  |  |  |
|  |  |tab| //prev Win//| //next Win//|  | //next Tab//| //prev Tab//|  |  |
|  |  |n1|  |  |  |  |  |  |  |
|  |  |n2|  |  |  |  |  |  |  |
|  |  |n3|  |  |  |  |  |  |  |
|  |  |n4|  |  |  |  |  |  |  |
|  |  |n5|  |  |  |  |  |  |  |
|  |  |n6|  |  |  |  |  |  |  |
|  |  |n7|  |  |  |  |  |  |  |
|  |  |n8|  |  |  |  |  |  |  |
|  |  |n9|  |  |  |  |  |  |  |
|  |  |n0|  |  |  |  |  |  |  |
|  |  |n.|  |  |  |  |  |  |  |
|  |  |nent|  |  |  |  |  |  |  |
|  |  |n+|  |  |  |  |  |  |  |
|  |  |n-|  |  |  |  |  |  |  |
|  |  |n*|  |  |  |  |  |  |  |
|  |  |n/|  |  |  |  |  |  |  |
|  |  |numlock|  |  |  |  |  |  |  |
|  |  |caplock|  |  |  |  |  |  |  |
| //capture fullScreen//|  |prtscr|  | //capture Win//|  |  |  |  |  |
|  |  |scrlock|  |  |  |  |  |  |  |
|  |  |pause|  |  |  |  |  |  |  |
|  |  |mL|  |  |  |  |  |  |  |
|  |  |mR|  |  |  |  |  |  |  |
|add,focus Tab over Folder|add Tab over Folder|mC|  |  |  |  |  |  |  |
|next/prev Tab over Tab|back/forward|mW|  |  |  |next/prev Tab|  |  |  |
!Hotkey table source code
{{{
a-F	 //(__F__ile)//
c-T	add __T__ab
F7	TextEditor
F8	QuickView
c-F	__F__ileSearch
c-W	 //close Tab//
c-s-T	undo TabClose
a-left	 //back//
a-right	 //forward//
a-F4	 //exit//

a-E	 //(__E__dit)//
c-C	 //__c__opy//
c-X	 //cut//
c-V	 //paste//
c-D	duplicate
c-R	copy Path
del	 //del//
F2	 //rename//
c-N	NewFolder
c-A	 //select __A__ll//
c-s-A	invert Selection
a-enter	Properties...

a-V	 //(__V__iew)//
c-1	Folders
c-2	Bookmarks
c-3	QuickView
c-4	Filters
c-5	Stack
c-6	Workspace
F11	Fullscreen

a-T	 //(__T__ools)//
a-H	 //(__H__elp)//

a-B	 (__B__ookmarks) 
a-S	 (__S__essions) 

 [workspace]
c-E	browse to?
 [tools]
c-K	 ''Options'' 

 [user-defined]
a-1	 ''largeIcons'' 
a-2	 ''smallIcons'' 
a-3	 ''List'' 
a-4	 ''Details'' 
a-5	 ''Tiles'' 
a-6	 ''Thumbnails'' 
a-7	 ''Filmstrip'' 

 [navigation]
F5	 //refresh//
mW	next/prev Tab over Tab
c-mW	next/prev Tab
bkspc	 //up Folder//
s-mW	back/forward
mC	add,focus Tab over Folder
s-mC	add Tab over Folder

 [OS standard]
 a-F4	 //exit//
c-F4	 //close Tab//
a-tab	 //next Win//
a-s-tab	 //prev Win//
 c-C	 //__c__opy//
c-ins	 //copy//
 c-X	 //cut//
 c-V	 //paste//
s-ins	 //paste//
prtscr	 //capture fullScreen//
a-prtscr	 //capture Win//

 [App standard]
c-tab	 //next Tab//
c-pgdn	 //next Tab//
c-s-tab	 //prev Tab//
c-pgup	 //prev Tab//
c-F	 //__f__ind//
}}}
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |A|  | select ''__A__''ll|invoke ''__A__''dd to uses|  |
|  |  |  |B|  |  |  |''__B__''reakpoints|
|  | [//''__C__''omponent//] |  |C|  | ''__C__''opy|  |entire ''__C__''pu|
|  |  |  |D|  |  |  |''__D__''isassembly|
|  | [//''__E__''dit//] |  |E|  |incr''__E__''m''__E__''ntal search|  |m''__E__''mory1|
|  | [//''__F__''ile//] |  |F|  | ''__F__''ind…|''__F__''ind in ''__F__''iles…|  |
|  |to line…|  |G|  |  |insert new ''__G__''uid|  |
|  | [//''__H__''elp//] |  |H|  |  |  |  |
|  |  |  |I|  |  |''__I__''ncrease ''__I__''ndent|  |
|  |  |  |J|  |invoke code template|invoke syncedit|  |
|  |  |  |K|  |  |  |stac''__K__''|
|  |  |  |L|  |  |  |''__L__''oca''__L__'' variables|
|  |  |  |M|  |  |  |''__M__''odules|
|  | [//''__P__''roject//] |  |P|  |  |  |tool ''__P__''alette|
|  | [//''__R__''efacto''__R__''//] |  |R|  |''__R__''eplace…|  |''__R__''egiste''__R__''s|
|  | [//''__S__''earch//] |  |S|  |''__S__''ave|''__S__''ave all|call ''__S__''tack|
|  | [//''__T__''ools//] |  |T|  |dele''__T__''e word|  |''__T__''hreads|
|  |  |  |U|  |  |decrease indent|  |
|  | [//''__V__''iew//] |  |V|  | paste|  |e''__V__''ent log|
|  | [//''__W__''indo''__W__''//] |  |W|  |  |  |''__W__''atches|
|  |  |  |X|  | cut|  |  |
|  |  |  |Y|  |delete line|  |  |
|  |  |  |Z|  | undo|redo|  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |1|  |go to bookmark''__1__''|set bookmark''__1__''|  |
|  |  |  |2|  |go to bookmark''__2__''|set bookmark''__2__''|memory''__2__''|
|  |  |  |3|  |go to bookmark''__3__''|set bookmark''__3__''|memory''__3__''|
|  |  |  |4|  |go to bookmark''__4__''|set bookmark''__4__''|memory''__4__''|
|  |  |  |5|  |go to bookmark''__5__''|set bookmark''__5__''|  |
|  |  |  |6|  |go to bookmark''__6__''|set bookmark''__6__''|  |
|  |  |  |7|  |go to bookmark''__7__''|set bookmark''__7__''|  |
|  |  |  |8|  |go to bookmark''__8__''|set bookmark''__8__''|  |
|  |  |  |9|  |go to bookmark''__9__''|set bookmark''__9__''|  |
|  |window list…|  |0|  |go to bookmark''__0__''|set bookmark''__0__''|  |
|  |  |  |F2|  |program reset|  |  |
|  |  |find next|F3|  |  |  |  |
|  |  |run to cursor|F4|  |  |  |  |
|  |  |  |F5|  |add watch…|  |  |
|trace to next line|  |trace into|F7|  |evaluate/modify…|  |  |
|run until return|  |step over|F8|  |  |  |  |
|build|  | run|F9|  |compile|run without debugging|  |
|add to project…|use unit…|object inspector|F11|structure|open project…|  |project manager|
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |del|  | delete a word|  |  |
|  |next window|  |ed|  |  |  |  |
|  |  |  |ent|  |open file at cursor|  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |A|  | select ''__A__''ll|  |  |
|  | [//''__C__''vs//] |  |C|  | ''__C__''opy|  |  |
|  | [//''__D__''ebug//] |  |D|  |  |  |  |
|  | [//''__E__''dit//] |  |E|  |  |  |  |
|  | [//''__F__''ile//] |  |F|''__F__''ind in ''__F__''iles…| ''__F__''ind…|  |  |
|  |  |  |G|  |''__G__''oto line…|''__G__''oto function…|  |
|  | [//''__H__''elp//] |  |H|  |  |  |  |
|  |  |  |I|  |''__I__''ncremental search|''__I__''ndent|  |
|  |  |  |M|  |unco''__M__''''__M__''ent|  |  |
|  |  |  |N|  | ''__N__''ew file|  |  |
|  |  |  |O|  | ''__O__''pen pr''__O__''ject|  |  |
|  | [//''__P__''roject//] |  |P|  | ''__P__''ring|  |  |
|  |  |  |R|  |''__R__''eplace…|  |  |
|  | [//''__S__''earch//] |  |S|  | ''__S__''ave|  |  |
|  | [//''__T__''ools//] |  |T|  |  |  |  |
|  |  |  |U|  |  |''__U__''nindent|  |
|  |  |  |V|  | paste|  |  |
|  | [//''__W__''indo''__W__''//] |  |W|  |''__W__''atch variables|  |  |
|  | [//e''__X__''ecute//] |  |X|  | cut|  |  |
|  |  |  |Z|  | undo| redo|  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |goto bookmark''__1__''|  |1|  |set bookmark''__1__''|  |  |
|  |goto bookmark''__2__''|  |2|  |set bookmark''__2__''|  |  |
|  |goto bookmark''__3__''|  |3|  |set bookmark''__3__''|  |  |
|  |goto bookmark''__4__''|  |4|  |set bookmark''__4__''|  |  |
|  |goto bookmark''__5__''|  |5|  |set bookmark''__5__''|  |  |
|  |goto bookmark''__6__''|  |6|  |set bookmark''__6__''|  |  |
|  |goto bookmark''__7__''|  |7|  |set bookmark''__7__''|  |  |
|  |goto bookmark''__8__''|  |8|  |set bookmark''__8__''|  |  |
|  |goto bookmark''__9__''|  |9|  |set bookmark''__9__''|  |  |
|  |goto bookmark''__0__''|  |0|  |set bookmark''__0__''|  |  |
|  |reset|  |F2|  |project manager|  |stop run|
|  |  | find next|F3|  |class browser|  |  |
|run to cursor|  |add watch|F4|  | close|  |  |
|  |  |prev tab|F5|  |toggle breakpoint|  |  |
|  |  |next tab|F6|  |  |  |  |
|step into|  |step over|F7|  |continue|  |  |
|  |  |toggle debug|F8|  |  |  |  |
|  |  |build and run|F9|  |build|compile|  |
|  |  |  |F10|  |run|  |  |
|  |  |  |F11|  |rebuild|  |  |
|  |  |save as|F12|  |  |  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |.|  |comment|  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
|!alt-|!alt-shift-|!Key|!k|!ctrl-|!ctrl-shift-|
|  |  |  |B|flat view|  |
| [//''__C__''ommands//] |  |  |C|  |''__C__''opy fullpath|
|  |  |  |D|fol''__D__''er hotlist|configuration hotlist|
| [//''__F__''iles//] |  |  |F|  |  |
| [//''__H__''elp//] |  |  |H|  |''__H__''orizontal mode|
|  |  |  |L|ca''__L__''cu''__L__''ate occupied size|  |
| [//''__M__''ark//] |  |  |M|''__M__''ulti rena''__M__''e|  |
| [//''__N__''etwork//] |  |  |N|  |  |
| [//c''__O__''nfigurati''__O__''n//] |  |  |O|  |  |
|  |  |  |Q|''__Q__''uick view|  |
|  |  |  |R|''__R__''ef''__R__''esh|  |
| [//''__S__''how//] |  |  |S|  |  |
| [//''__T__''abs//] |  |  |T|new ''__T__''ab|  |
|  |  |  |U|swap panels|  |
|operations ''__V__''iewer|  |  |V|  |  |
|  |  |  |W|close tab|  |
|e''__X__''it|  |  |X|  |copy filename|
|target source|  |  |Z|  |  |
|!alt-|!alt-shift-|!Key|!k|!ctrl-|!ctrl-shift-|
|  |  |help|F1|brief view|thumbnails|
|  |  |  |F2|full|  |
|  |  |  |F3|sort by name|  |
|  |  |  |F4|sort by extension|  |
|pack files…|  |  |F5|sort by date|  |
|  |  |  |F6|sort by size|  |
|search…|  |new folder|F7|  |new search…|
|  |  |delete|F8|  |tree view|
|extract files…|test archives|run terminal|F9|  |  |
|!alt-|!alt-shift-|!Key|!k|!ctrl-|!ctrl-shift-|
|wipe|  |  |del|  |  |
|  |  |  |up|upper new tab|  |
|properties|show occupied space|  |ent|  |  |
|  |  |  |tab|next tab|prev tab|
|  |  |  |n.|hidden system files|  |
|!alt-|!alt-shift-|!Key|!k|!ctrl-|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

[img[https://hanaian.synology.me/~prog/dokuwiki/lib/exe/fetch.php?media=win:util:doublecommander.png]]
!Main
[img[http://hanaian.synology.me:9309/~prog/hotkian/win/img/edName.png]]
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |A|  |Select ''__A__''ll|  |  |
|  |  |  |B|  |Flat view: will scan all the directories of panel to show all content in one single panel|Flat view: like ^''__B__'', ''__B__''ut for selected files and folders only|  |
|  |  |  |C|  |''__C__''opy to ''__C__''lipboard|''__C__''opy full names of sele''__C__''ted items to clipboard|  |
|  |  |  |D|  |''__D__''irectory hotlist|Configuration of ''__D__''irectory Hotlist|  |
|  |  |  |H|  |Invoke directory ''__H__''istory drop-down menu|Will set t''__H__''e arrangement of panels between two vertical ones disposed in left/rig''__H__''t OR two horizontal ones disposed in top/bottom|  |
|  |  |  |L|  |Ca''__L__''cu''__L__''ate occupied space (for selected items)|  |  |
|  |  |  |M|  |''__M__''ulti-Rena''__M__''e Tool|  |  |
|  |  |  |O|  |T''__O__''ggle fullscreen m''__O__''de console|  |  |
|  |  |  |P|  |A''__P__''''__P__''end active panel path to command line|  |  |
|  |  |  |Q|  |''__Q__''uick view: content of selected item shown in opposite panel|  |  |
|  |  |  |R|  |''__R__''ef''__R__''esh actual panel|  |  |
|  |  |  |S|  |Quick ''__S__''earch (''__S__''ee Options)|  |  |
|  |  |  |T|  |New ''__T__''ab in ac''__T__''ive panel|  |  |
|  |  |  |U|  |Swap panels (directory in left panel swaps with directory in right panel)|  |  |
|  |Shows a window with the file operations process currently in progress if any|  |V|  |Paste from clipboard|  |  |
|  |  |  |W|  |Close actual tab|  |  |
|  |E''__X__''it|  |X|  |Cut to clipboard|Copy names of selected items to clipboard|  |
|  |Show same directory in opposite panel (Target=Source)|  |Z|  |Create/edit file comment|  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |Activate tab by index (see cm_activatetabByIndex)|  |1|  |Open drive by index (see cm_OpenDriveByIndex)|  |  |
|  |Activate tab by index (see cm_activatetabByIndex)|  |2|  |Open drive by index (see cm_OpenDriveByIndex)|  |  |
|  |Activate tab by index (see cm_activatetabByIndex)|  |3|  |Open drive by index (see cm_OpenDriveByIndex)|  |  |
|  |Activate tab by index (see cm_activatetabByIndex)|  |4|  |Open drive by index (see cm_OpenDriveByIndex)|  |  |
|  |Activate tab by index (see cm_activatetabByIndex)|  |5|  |Open drive by index (see cm_OpenDriveByIndex)|  |  |
|  |Activate tab by index (see cm_activatetabByIndex)|  |6|  |Open drive by index (see cm_OpenDriveByIndex)|  |  |
|  |Activate tab by index (see cm_activatetabByIndex)|  |7|  |Open drive by index (see cm_OpenDriveByIndex)|  |  |
|  |Activate tab by index (see cm_activatetabByIndex)|  |8|  |Open drive by index (see cm_OpenDriveByIndex)|  |  |
|  |Activate tab by index (see cm_activatetabByIndex)|  |9|  |Open drive by index (see cm_OpenDriveByIndex)|  |  |
|  |Activate last tab (see cm_activatetabByIndex)|  |0|  |  |  |  |
|  |Change left drive|Open the program help|F1|  |Brief view|Thumbnails view|  |
|Set focus to command line|Change right drive|Rename file under cursor 2. If nothing is selected and the cursor is on the first item (".."): edit current path (as cm_EditPath)|F2|  |Columns view|  |  |
|  |  |1. On file: open file for view in internal viewer (multiple files are OK too) 2. On directory: open this directory|F3|  |Sort by name|  |  |
|Create a new text file and open in the internal editor or open existing file|Exit|Open file in editor|F4|  |Sort by extension|  |  |
|Copy items in the same directory ("inline")|Pack selected files|Copy items from source to target|F5|  |Sort by date/time|  |  |
|1. Rename file under cursor 2. If nothing is selected and the cursor is on the first item (".."): edit current path (as cm_EditPath)|  |Rename or move items|F6|  |Sort by size|  |  |
|  |Find files|Create new directory|F7|  |  |New search instance|  |
|  |Invoke command line history pop up menu|delete selected files/folders|F8|  |  |Tree view panel|  |
|  |Unpack all files from archive under cursor|Starts a terminal|F9|Validate the integrity of the content of selected archive file|  |  |  |
|Show context menu for files and folders|  |  |F10|  |  |  |  |
|Will show window with all internal commands|  |  |F12|  |  |  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |\|  |Go to root directory ("/" in Unix-like OS) or root of the current disk (Windows)''__\__'' In archive: go to root of this archive''__\__''|  |  |
|  |  |  |.|  |Show/hide hidden and system files|  |  |
|  |  |Select file or directory|ins|  |  |  |  |
|  |Wipe file/directory|delete selected files/folders|del|  |  |  |  |
|  |  |  |hm|  |  |Change directory to home|  |
|  |  |  |pgup|  |Like bspc|  |  |
|  |  |  |pgdn|  |1. Like ent 2. Open directory/archive (also self extracting archives)|  |  |
|  |  |  |up|  |Open selected directory at new tab|  |  |
|  |Directory history|  |dn|  |Invoke command line history pop up menu|  |  |
|  |Go to previous entry in history|  |lf|  |Cursor in right panel, open same directory in left panel|  |  |
|  |Go to next entry in history|  |rt|  |Cursor in left panel, open same directory in right panel|  |  |
|Execute command in terminal (choose in Options..)|File properties|1. Execute command line (if something is on the command line) 2. Go to selected directory/archive 3. Try to run file 4. Try to open file with associated program 5. Into archive: set properties of packed file|ent|Calculate size of all directories|Append selected item to command line|Append concatenation of active panel path and selected item to command line|Will invoke a program for the selected file from the system file associations|
|  |  |Goto to the upper (parent) directory|bspc|  |  |  |  |
|  |  |1. On file - select / deselect item 2. On directory - select / deselect item and compute space occupied in dir|spc|  |  |  |  |
|Switch focus between current file list and tree view (if enabled)|  |Switch between panels|tab|  |Goto next tab in the active panel|Goto previous tab in the active panel|  |
|Select all files in the current directory with the same extension as the focused file|  |Expand selection|n+|  |Select all|  |  |
|Unselect all files in the current directory with the same extension as the focused file|  |Shrink selection|n-|  |Unselect all|  |  |
|  |  |Invert selection|n*|  |  |  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
^^The table was updated at 2023-12-10 by punyHotkian ver.0.1.0, ^^
|!  |!Shift|!key|!Alt+Shift|!Alt|!Ctrl+Alt|!Ctrl|!Ctrl+Shift|!Ctrl+Alt+Shift|!Win|
|  |  |A|  |  |  |beginning-of-line|  |  |  |
|  |  |B|  |  |  |''b''ackward-char|  |  |  |
|  |  |C|  |  |  |exit-re''c''ursive-edit|  |  |  |
|  |  |D|  |  |  |''d''elete-char|  |  |  |
|  |  |E|  |  |  |''e''nd-of-line|  |  |  |
|  |  |F|  |  |  |''f''orward-char|  |  |  |
|  |  |H|  |  |  |''h''elp-command|  |  |  |
|  |  |K|  |  |  |''k''ill-line|  |  |  |
|  |  |L|  |  |  |recenter|  |  |  |
|  |  |N|  |  |  |next-line|  |  |  |
|  |  |O|  |  |  |''o''pen-line|  |  |  |
|  |  |P|  |  |  |''p''revious-line|  |  |  |
|  |  |Q|  |  |  |''q''uoted-insert|  |  |  |
|  |  |R|  |  |  |isea''r''ch-backward|  |  |  |
|  |  |S|  |  |  |i''s''earch-forward|  |  |  |
|  |  |T|  |  |  |''t''ranspose-chars|  |  |  |
|  |  |U|  |  |  |''u''niversal-argument|  |  |  |
|  |  |V|  |  |  |scroll-up|  |  |  |
|  |  |W|  |  |  |kill-region|  |  |  |
|  |  |X|  |  |  |Control-''X''-prefix|  |  |  |
|  |  |Y|  |  |  |''y''ank|  |  |  |
|  |  |Z|  |  |  |suspend-emacs|  |  |  |
|  |  |hypn|  |  |  |  |undo|  |  |
|  |  |]|  |  |  |abort-recursive-edit|  |  |  |
|''del''ete-backward-char|  |del|  |  |  |  |  |  |  |
|''esc''-prefix|  |esc|  |  |  |  |  |  |  |
|newline|  |ent|  |  |  |  |  |  |  |
|..~self-insert-command|  |spc|  |  |  |set-mark-command|  |  |  |
|indent-for-''tab''-command|  |tab|  |  |  |  |  |  |  |

!Ctrl+H
|!  |!Shift|!key|!Alt+Shift|!Alt|!Ctrl+Alt|!Ctrl|!Ctrl+Shift|!Ctrl+Alt+Shift|!Win|
|command-apropos|  |A|  |  |  |  |  |  |  |
|describe-bindings|  |B|  |  |  |  |  |  |  |
|describe-key-briefly|  |C|  |  |  |describe-copying|  |  |  |
|describe-function|  |D|  |  |  |describe-distribution|  |  |  |
|describe-function|  |F|  |  |  |  |  |  |  |
|  |  |H|  |  |  |help-for-help|  |  |  |
|info|  |I|  |  |  |  |  |  |  |
|describe-key|  |K|  |  |  |  |  |  |  |
|view-lossage|  |L|  |  |  |  |  |  |  |
|describe-mode|  |M|  |  |  |  |  |  |  |
|view-emacs-news|  |N|  |  |  |view-emacs-news|  |  |  |
|describe-syntax|  |S|  |  |  |  |  |  |  |
|help-with-tutorial|  |T|  |  |  |  |  |  |  |
|describe-variable|  |V|  |  |  |  |  |  |  |
|where-is|  |W|  |  |  |  |  |  |  |
|  |help-for-help|/|  |  |  |  |  |  |  |

!Ctrl+X
|!  |!Shift|!key|!Alt+Shift|!Alt|!Ctrl+Alt|!Ctrl|!Ctrl+Shift|!Ctrl+Alt+Shift|!Win|
|append-to-buffer|  |A|  |  |  |add-mode-abbrev|  |  |  |
|switch-to-buffer|  |B|  |  |  |list-buffers|  |  |  |
|  |  |C|  |  |  |save-buffers-kill-emacs|  |  |  |
|dired|  |D|  |  |  |list-directory|  |  |  |
|call-last-kbd-macro|  |E|  |  |  |eval-last-sexp|  |  |  |
|set-fill-column|  |F|  |  |  |find-file|  |  |  |
|insert-register|  |G|  |  |  |  |  |  |  |
|mark-whole-buffer|  |H|  |  |  |inverse-add-mode-abbrev|  |  |  |
|insert-file|  |I|  |  |  |  |  |  |  |
|register-to-dot|  |J|  |  |  |  |  |  |  |
|kill-buffer|  |K|  |  |  |  |  |  |  |
|count-lines-page|  |L|  |  |  |downcase-region|  |  |  |
|mail|  |M|  |  |  |  |  |  |  |
|narrow-to-region|  |N|  |  |  |set-goal-column|  |  |  |
|other-window|  |O|  |  |  |delete-blank-lines|  |  |  |
|narrow-to-page|  |P|  |  |  |mark-page|  |  |  |
|kbd-macro-query|  |Q|  |  |  |toggle-read-only|  |  |  |
|copy-rectangle-to-register|  |R|  |  |  |find-file-read-only|  |  |  |
|save-some-buffers|  |S|  |  |  |save-buffer|  |  |  |
|  |  |T|  |  |  |transpose-lines|  |  |  |
|advertised-undo|  |U|  |  |  |upcase-region|  |  |  |
|  |  |V|  |  |  |find-alternate-file|  |  |  |
|widen|  |W|  |  |  |write-file|  |  |  |
|copy-to-register|  |X|  |  |  |exchange-dot-and-mark|  |  |  |
|  |  |Z|  |  |  |suspend-emacs|  |  |  |
|delete-other-windows|  |1|  |  |  |  |  |  |  |
|split-window-vertically|  |2|  |  |  |  |  |  |  |
|ctl-x-4-prefix|set-selective-display|4|  |  |  |  |  |  |  |
|split-window-horizontally|  |5|  |  |  |  |  |  |  |
|  |start-kbd-macro|9|  |  |  |  |  |  |  |
|delete-window|end-kbd-macro|0|  |  |  |  |  |  |  |
|next-error|  |`|  |  |  |  |  |  |  |
|what-cursor-position|add-global-abbrev|eq|  |  |  |  |  |  |  |
|backward-page|shrink-window-horizontally|[|  |  |  |  |  |  |  |
|forward-page|  |]|  |  |  |  |  |  |  |
|  |scroll-left|,|  |  |  |  |  |  |  |
|set-fill-prefix|scroll-right|.|  |  |  |  |  |  |  |
|dot-to-register|  |/|  |  |  |  |  |  |  |
|backward-kill-sentence|  |del|  |  |  |  |  |  |  |
|repeat-complex-command|  |esc|  |  |  |  |  |  |  |
|indent-rigidly|  |tab|  |  |  |  |  |  |  |
[img[https://hanaian.synology.me/~prog/dokuwiki/lib/exe/fetch.php?media=win:util:explorerpp.png]]
[img[http://hanaian.synology.me:9309/~prog/hotkian/win/img/explorer-22H2-19045.3324.png]]
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
|  |  |  |A|  |select ''__A__''ll|  |
|  | [//''__C__''omputer//] |  |C|  |''__C__''opy|  |
|  |focus a''__D__''''__D__''ress|  |D|  |''__D__''elete to recyle|  |
|''__E__''xpand fold''__E__''r tree|  |  |E|  |s''__E__''arch|  |
|  | [//''__F__''ile//] |  |F|  |search|  |
|  |  |  |L|  |focus address|  |
|  |  |  |N|  |''__N__''ew wi''__N__''dow|''__N__''ew folder|
|  |''__P__''review|  |P|''__P__''review ''__P__''anel|  |  |
|  |  |  |R|  |''__R__''ef''__R__''esh|  |
|  | [//''__V__''iew//] |  |V|  |paste|  |
|  |  |  |W|  |close|  |
|  |  |  |X|  |cut|  |
|  |  |  |Y|  |redo|  |
|  |  |  |Z|  |undo|  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
|  |properties|  |1|  |  |super large icon|
|  |new folder|  |2|  |  |large icon|
|  |  |  |3|  |  |icon|
|  |  |  |4|  |  |small icon|
|  |  |  |5|  |  |list|
|  |  |  |6|  |  |details|
|  |  |  |7|  |  |title list|
|  |  |  |8|  |  |content|
|  |  |  |F1|  |toggle ribbon menu|  |
|  |  |rename|F2|  |  |  |
|  |  |search|F3|  |  |  |
|  |  |history|F4|  |  |  |
|  |  |refresh|F5|  |  |  |
|  |  |focus next|F6|  |  |  |
|  |  |full screen|F11|  |  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
|paste|  |  |ins|  |copy|  |
|  |  |  |del|  |  |delete|
|  |upward|  |up|  |scroll up|  |
|  |  |  |dn|  |scroll dn|  |
|  |backward|  |lf|  |  |  |
|  |forward|  |rt|  |  |  |
|  |properties|run|ent|  |open new window|  |
|  |  |expand subfolders|n+|  |  |  |
|  |  |collapse subfolders|n-|  |  |  |
|  |  |expand subfolders recursively|n*|  |  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
^^The table was updated at 2023-09-10 by punyHotkian ver.0.1.0, ^^
| [[ubuntu|keymaps-lnx.html#FireFox-13.0.1]] | [[mac|keymaps-mac.html#FireFox-13.0.1]] | 


|!  |!Shift|!key|!Alt+Shift|!Alt|!Ctrl+Alt|!Ctrl|!Ctrl+Shift|!Ctrl+Alt+Shift|!Win|
|  |  |A|  |  |  | //select __''A''__ll//|__''A''__dd-ons|  |  |
|  |  |B|  | (//__''B''__ookmarks//)|  |show __''B''__ookmarks|show all''B''ookmarks|  |  |
|  |  |C|  |  |  | //__''c''__opy//|  |  |  |
|  |  |D|  |  |  |bookmark|bookmak allTabs|  |  |
|  |  |E|  | (//__''E''__dit//)|  |  |  |  |  |
|  |  |F|  | (//__''F''__ile//)|  | //__''f''__ind//|  |  |  |
|  |  |G|  |  |  | //find next//|  |  |  |
|  |  |H|  | (//__''H''__elp//)|  |show ''H''i__s__tory|  |  |  |
|  |  |I|  |  |''I''spec__t__or|  |  |  |  |
|  |  |J|  |  |  |__D__ownloads|Error __C__onsole|  |  |
|  |  |K|  |  |__W__ebConsole|__s__earch Web|  |  |  |
|  |  |L|  |  |  | //open __''L''__ocation//|  |  |  |
|  |  |N|  |  |  | //__''n''__ewWin//|  |  |  |
|  |  |O|  |  |  | //__''o''__pen File...//|  |  |  |
|  |  |P|  |  |  | //__''p''__rint...//|__''p''__rivateBrowsing|  |  |
|  |  |R|  |  |  | //__''r''__eload//|  |  |  |
|  |  |S|  | (//Hi__''s''__tory//)|  | //''s''ave Page __a__s...//|  |  |  |
|  |  |T|  | (//__''T''__ools//)|  |@@recen''t''Page@@|  |  |  |
|  |  |U|  |  |  |Page So__''u''__rce|  |  |  |
|  |  |V|  | (//__''V''__iew//)|  | //__p__aste//|  |  |  |
|  |  |W|  |  |  | //__c__lose Tab//| //close ''W''in__d__ow//|  |  |
|  |  |X|  |  |  | //cu__t__//|  |  |  |
|  |  |Y|  |  |  | //__r__edo//|  |  |  |
|  |  |Z|  |  |  | //__u__ndo//|  |  |  |
|  |  |0|  |  |  | //__r__eset//|  |  |  |
|  |__S__cratchpad|F4|  |  |  |  |  |  |  |
|  |St__y__le Editor|F7|  |  |  |  |  |  |  |
|__f__ullScreen|  |F11|  |  |  |  |  |  |  |
|  |  |hypn|  |  |  | //zoom __o__ut//|  |  |  |
|back|  |[|  |  |  |  |  |  |  |
|forward|  |]|  |  |  |  |  |  |  |
|  |  |/|  |  |  |__A__dd-onBar|  |  |  |
| //__d__elete//|  |del|  |  |  |  |clear __H__istory...|  |  |
|  |  |pgup|  |  |  | //prevTab//|  |  |  |
|  |  |pgdn|  |  |  | //nextTab//|  |  |  |
| //__s__top//|  |esc|  |  |  |  |  |  |  |
|  |  |tab|  |  |  | //nextTab//| //prevTab//|  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
|  |  |  |A| //select ''__A__''ll//|''__A__''ddons|
|  | [//''__B__''ookmarks//] |  |B|show ''__B__''ookmarks|show all ''__B__''ookmark|
|  |  |  |C| //''__C__''opy//|inspe''__C__''tor|
|  | a''__D__''''__D__''ress |  |D|bookmark|''__D__'' bookmark all tabs…|
|  | [//''__E__''dit//] |  |E|@@s''__E__''arch bar@@|show tab group|
|  | [//''__F__''ile//] |  |F|''__F__''ind|  |
|  |  |  |G|find next|find prev|
|  | [//''__H__''elp//] |  |H|s''__H__''ow ''__H__''istory|s''__H__''ow all ''__H__''istory|
|  |  |  |I|show bookmarks|tools|
|  |  |  |J|downloads|browser console|
|  |  |  |K|search bar|web console|
|  |  |  |L|''__L__''ocation|  |
|  |  |  |M|  |responsive design view|
|  |  |  |N|''__N__''ew wi''__N__''dow|reope''__N__'' wi''__N__''dow|
|  |  |  |O|''__O__''pen file…|  |
|  |  |  |P| //''__P__''rint//|''__P__''rivate window|
|  |  |  |Q|  |network|
|  |  |  |R|''__R__''ef''__R__''esh|''__R__''eload|
|  | [//hi''__S__''tory//] |  |S|''__S__''ave page a''__S__''…|debugger|
|  | [//''__T__''ools//] |  |T|new ''__T__''ab|reopen ''__T__''ab|
|  |  |  |U|page so''__U__''rce|  |
|  | [//''__V__''iew//] |  |V| //paste//|paste as plain|
|  |  |  |W| //close tab// |close ''__W__''indo''__W__''|
|  |  |  |X| //cut//|  |
|  |  |  |Y| //redo//|  |
|  |  |  |Z| //undo//|  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
|  |  |  |1|tab''__1__''|  |
|  |  |  |2|tab''__2__''|  |
|  |  |  |3|tab''__3__''|  |
|  |  |  |4|tab''__4__''|  |
|  |  |  |5|tab''__5__''|  |
|  |  |  |6|tab''__6__''|  |
|  |  |  |7|tab''__7__''|  |
|  |  |  |8|tab''__8__''|  |
|  |  |  |9|last tab|  |
|  |  |  |0|reset|  |
|developer toolbar|  |  |F2|  |  |
| //find prev//|  |  |F3|  |  |
|scratchpad| //exit//|  |F4| //close tab//|  |
|profiler|  |  |F5|reload|  |
|prev|  |  |F6|  |  |
|style editor|  |  |F7|  |  |
| //popup menu//|  |  |F10| //main menu//|  |
|  | //back/forward// |  |↔|  |  |
|  |select search engine(searchbar)|  |↕|  |  |
|  |  |  |pg↕| //prev/next tab// |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
|  |  |  |`|(next tab group)|(prev tab group)|
|  |  |  |hypn|zoom out|  |
|  |  |  |=|zoom in|  |
|  |  |quick find within link-text only|'|  |  |
|  |  |quick find|/|addon|  |
| //paste//|  |  |ins| //copy//|  |
| //cut//|  |  |del|  |clear recent history…|
|  |home|  |hm|  |  |
|.net|open new tab(address)|  |ent|.com|.org|
|forward|  |  |bspc|  |  |
|  |  |  |tab| //next tab// | //prev tab// |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
!hotkian text file format ver 0.0.0
!window keyboard combination
* ''fn'' means a function button on the laptop.
| !ctrl | !alt | !shift | !win | !fn |
| ^ | @ | _ | # | * |
!!key combination order
* Any wrong orders will not be recognized.
{{{^@_#*}}}
!!key combination example
| !format | !meaning |
|^a |ctrl-A |
|@_#a |alt-shift-win-A |
!basic text format
* All characters should be lowercase.
!!Comment
Any line that starts with a space character will be ignored.
!! shortcut format
| !format | //key-combo// //tab-key// //description// |
!!!example
{{{
a⟼select __''A''__ll
}}}
!!!output
|!  |!Key|
|select __''A''__ll|A|
!!menu format
* you can point out the alt combination.
* you can omit the first alt combination.
| !format | ''&''//character// |
!!!example
{{{
file
i&nsert
@h⟼·[//''__H__''elp//]·
}}}
!!!output
|!Key|!k|!alt-|
|  |F| [//''__F__''ile//] |
|  |H| [//''__''__H__''__''elp//] |
|  |N| [//i''__N__''sert//] |
!Tag Format
| !tiddly tag | !meaning | !example |
|{{{__underline__}}}|associated letter|__underline__|
|{{{ @@highlight@@+center }}}|user-defined| @@highlight@@+center |
|{{{ //italic+right//}}}|os/app standard| //italic+right//|
|{{{normal+left }}} |app only|normal+left |
|{{{[menu]}}}|alt+menu| |
!table sample
!!window keymap
{{{
^_esc	 task manager
@prt	 capture window
prt	 capture desktop
#ps	 system window

@f4	 exit
^f10	 main menu
_f10	 popup menu

f10	 menu

@tab	 next app
@_tab	 prev app
@^tab	 hold next app
#tab	 next app
_#tab	 prev app

#up	 maximize
#dn	 restore/minimize
#lr	 align left/right
_#up	 max height
_#dn	 restore/minimize

@spc	 context menu
#d	 restore/minimize all monitor
#m	 minimize current monitor
#_m	 restore current monitor
#spc	 show desktop
#e	 explorer
#r	 run
#f	 search result
#l	 lock computer
#f1	 windows help
#p	 display mode
#x	 mobility center
^esc	 start menu
#1	 app1
#2	 app2
#3	 app3
#4	 app4
#5	 app5
#6	 app6
#7	 app7
#8	 app8
#9	 app9
#0	 app0
_#1	 new app1
_#2	 new app2
_#3	 new app3
_#4	 new app4
_#5	 new app5
_#6	 new app6
_#7	 new app7
_#8	 new app8
_#9	 new app9
_#0	 new app0

#t	 taskbar
#b	 traybar
^#f	 find computer
#u	 easy access center
}}}
!Infomation
| !developer | Marek Jasinski |
| !homepage | http://www.freecommander.com |
| !option | allow to customize hotkeys |
!Default Hotkey Table
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-win-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |A|  | [//f''__A__''vorites//] |  | //select ''__A__''ll//|  |  |  |
| //tray''__B__''ar//|  |  |B|  | [//''__B__''ookmarks//] |  |plain view files|  |plain view folders|  |
|  |  |  |C|  |  |  | //''__C__''opy//|  |  |  |
| //restore/minimize all monitor//|  |  |D|  | a''__D__''''__D__''ress |  |''__D__''os box|  |  |  |
| //''__E__''xplor''__E__''r//|  |  |E|  | [//''__E__''dit//] |  |sam''__E__'' fold''__E__''r|  |  |  |
| //search result//|  |  |F|  |''__F__''avorite tree|  | //''__F__''ind//| //''__F__''ind computer//|''__F__''avorites edit…|  |
|  |  |  |G|  |@@location@@|  |layout edit…|  |  |  |
|  |  |  |H|  | [//''__H__''elp//] |  |split ''__H__''orizontal|  |  |  |
|  |  |  |I|  |  |  |thumbna''__I__''ls|  |  |  |
|  |  |  |J|  |  |  |  |  |quick starter|  |
|  |  |  |K|  |  |  |md5 chec''__K__''sum|  |  |  |
| //''__L__''ock computer//|  |  |L|  |  |  |  |  |  |  |
| //''__M__''ini''__M__''ize current monitor//|  |  |M|  |  |  |''__M__''ultirena''__M__''e…|  |  |  |
|  |  |  |O|  | [//f''__O__''lder//] |  | //''__O__''pen//|  |  |  |
| //dis''__P__''lay mode//|  |  |P|  |  |  | //''__P__''rint//|  |  |  |
|  |  |  |Q|  |  |  |''__Q__''uickview panel|  |  |  |
| //''__R__''un//|  |  |R|  |  |  |''__R__''ef''__R__''esh|  |  |  |
|  |  |  |S|  |''__S__''yncronize…|  |only ''__S__''elected file|  |  |  |
| //''__T__''askbar//|  |  |T|  |''__T__''ree|  | //new ''__T__''ab// |  |  |  |
| //easy access center//|  |  |U|  |  |  |swap|  |  |  |
|  |  |  |V|  |compare|  | //paste//|  |@@fa''__V__''orite acti''__V__''e panel@@|compare files…|
|  |  |  |W|  |  |  | //close tab// |  |  |  |
| //mobility center//|  |  |X|  |  |  | //cut//|  |  |  |
|  |  |  |Y|  |set filter…|  | //redo//|  |favorites tools edit…|  |
|  |  |  |Z|  |  |  | //undo//|  |  |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-win-|!ctrl-shift-|!ctrl-alt-|
| //app''__1__''//|  |  |1| //new app''__1__''//|  |  |  |  |  |  |
| //app''__2__''//|  |  |2| //new app''__2__''//|  |  |  |  |  |  |
| //app''__3__''//|  |  |3| //new app''__3__''//|  |  |  |  |  |  |
| //app''__4__''//|  |  |4| //new app''__4__''//|  |  |  |  |  |  |
| //app''__5__''//|  |  |5| //new app''__5__''//|  |  |  |  |  |  |
| //app''__6__''//|  |  |6| //new app''__6__''//|  |  |  |  |  |  |
| //app''__7__''//|  |  |7| //new app''__7__''//|  |  |  |  |  |  |
| //app''__8__''//|  |  |8| //new app''__8__''//|  |  |  |  |  |  |
| //app''__9__''//|  |  |9| //new app''__9__''//|  |  |  |  |  |  |
| //app''__0__''//|  |  |0| //new app''__0__''//|  |  |  |  |  |  |
| //windows help//|  |  |F1|  |change left drive|  |list|  |  |  |
|  |  |  |F2|  |change right drive|  |details|  |  |  |
|  |view external|  |F3|  |  |  |name|  |  |  |
|  |  |  |F4|  | //exit//|  |type|  |extension|  |
|  |copy|  |F5|  |pack…|  |date|  |  |  |
|  |move|  |F6|  |unpack…|  |size|  |  |  |
|  |search…|  |F7|  |  |  |  |  |  |  |
|  |  |  |F9|  |size of folder|  |  |  |  |  |
|  | //popup menu//|  |F10|  |  |  | //main menu//|  |  |  |
|  |  |  |F11|  |  |  |connect to network drive…|  |desktop snapshot…|  |
|  |  |  |F12|  |  |  |disconnect to network drive…|  |  |  |
| //align left/right//|  |  |↔|  | //back/forward// |  |  |  |  |  |
|  |  |  |pg↕|  |  |  | //prev/next tab// |  |  |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-win-|!ctrl-shift-|!ctrl-alt-|
|  | //paste//|  |ins|  |copy full name as text|copy name as text| //copy//|  |  |  |
|  | //cut//|  |del|  |  |  |  |  |wipe…|  |
| //maximize//|  |  |up| //max height//|  |  |  |  |  |  |
| //restore/minimize//|  |  |dn| //restore/minimize//|  |  |  |  |  |  |
|  |  |  |esc|  |  |  | //start menu//|  |task manager|  |
|  |attribute|  |ent|  | properties |  |  |  |  |  |
| //show desktop//|  |  |spc|  | //context menu//|  |  |  |  |  |
| //next app//|  |  |tab| //prev app//| //next app//| //prev app//| //next tab// |  | //prev tab// |  |
|  |  |  |n+|  |  |  |select all|  |  |  |
|  |  |  |prt|  |capture window|  |  |  |  |  |
|system window|  |  |ps|  |  |  |  |  |  |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-win-|!ctrl-shift-|!ctrl-alt-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

[img[https://hanaian.synology.me/~prog/dokuwiki/lib/exe/fetch.php?media=win:util:freecommander.png]]
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|drive ''__A__'':| [//f''__A__''vorites//] |  |A|  |select ''__A__''ll|  |  |
|drive ''__B__'':|  |  |B|  |plain view - files|plain view - folders|plain view - ''__B__''oth|
|drive ''__C__'':|  |  |C|  |''__C__''opy|  |  |
|''__D__''rive ''__D__'':|  |  |D|  |''__D__''os box…|  |  |
|driv''__E__'' ''__E__'':| [//''__E__''dit//] |  |E|  |@@sam''__E__'' fold''__E__''r@@|  |  |
|drive ''__F__'':|''__F__''avorites tree|  |F|  |search…|''__F__''avorites - edit|  |
|drive ''__G__'':|@@edit path@@|  |G|@@paste address from clip@@|layouts edit…|  |edit address from clip|
|drive ''__H__'':| [//''__H__''elp//] |  |H|  |split ''__H__''orizontal|  |  |
|dr''__I__''ve ''__I__'':|  |  |I|  |@@thumbna''__I__''ls@@|spl''__I__''t…|  |
|drive ''__J__'':|  |  |J|  |  |quick starter…|  |
|drive ''__K__'':| ''define ''__K__''ey…'' |  |K| ''define tool…'' |create chec''__K__''sums…|  |  |
|drive ''__L__'':|  |  |L|  |  |  |  |
|drive ''__M__'':|  |  |M|  |''__M__''ulti rena''__M__''e…|  |  |
|drive ''__N__'':|  |  |N|  |  |''__N__''ew file|''__N__''etwork|
|drive ''__O__'':| [//f''__O__''lder//] |  |O|  |  |  |  |
|drive ''__P__'':|  |  |P|  |  |  |  |
|drive ''__Q__'':|  |  |Q|  |''__Q__''uick view panel|  |  |
|d''__R__''ive ''__R__'':|  |  |R|  |''__R__''ef''__R__''esh|''__R__''ef''__R__''esh all|''__R__''ef''__R__''esh network caches|
|drive ''__S__'':|''__S__''ynchronize…|  |S|  |only ''__S__''elected file''__S__''|  |  |
|drive ''__T__'':|''__T__''ree|  |T|  |new ''__T__''ab|reopen closed ''__T__''ab|  |
|drive ''__U__'':|  |  |U|  |swap|  |  |
|dri''__V__''e ''__V__'':|compare|  |V|  |paste|@@fa''__V__''orites - add@@|compare files…|
|drive ''__W__'':|  |  |W|  |close tab|close all tabs|  |
|drive ''__X__'':|  |  |X|  |cut|  |  |
|drive ''__Y__'':|set filter…|  |Y|  |set filter|favorite tools edit…|  |
|drive ''__Z__'':|  |  |Z|  |  |  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|drive''__1__''|layout''__1__''|  |1|  |favorite tool''__1__''|favorite''__1__''|  |
|drive''__2__''|layout''__2__''|  |2|  |favorite tool''__2__''|favorite''__2__''|  |
|drive''__3__''|layout''__3__''|  |3|  |favorite tool''__3__''|favorite''__3__''|  |
|  |layout''__4__''|  |4|  |favorite tool''__4__''|favorite''__4__''|  |
|  |layout''__5__''|  |5|  |favorite tool''__5__''|favorite''__5__''|  |
|  |layout''__6__''|  |6|  |favorite tool''__6__''|favorite''__6__''|  |
|  |layout''__7__''|  |7|  |favorite tool''__7__''|favorite''__7__''|  |
|  |layout''__8__''|  |8|  |favorite tool''__8__''|favorite''__8__''|  |
|  |layout''__9__''|  |9|  |favorite tool''__9__''|favorite''__9__''|  |
|  |  |  |0|  |favorite tool''__0__''|favorite''__0__''|  |
|view popup menu|change left drive|help|F1|  |list|width lefty panel|  |
|  |change right drive|rename|F2|  |details|=ual width of panels|  |
|view external|  |view|F3|  |sort by name|sort by extension|  |
|  |exit|edit|F4|  |sort by type|  |  |
|@@copy@@|pack…|copy dialog|F5|  |sort by date|  |  |
|@@move@@|unpack…|move dialong|F6|  |sort by size|  |  |
|select folder…|search…|new folder|F7|  |search in folders…|  |  |
|lock view|size of folders|toggle prev view|F9|  |  |  |  |
|folder context menu|  |dual panel|F10|  |  |file x64 context menu|  |
|  |  |full screen|F11|  |connect to network drive…|desktop snapshot…|  |
|  |  |settings…|F12|  |disconnect to network drive…|desktop snapshot|  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |copy pathname|  |ins|copy name|  |  |@@copy path@@|
|  |  |delete|del|  |  |wipe…|  |
|  |  |  |hm|  |root|  |  |
|  |  |  |pgup|  |open archive|  |  |
|  |sort/filter popup menu|  |pgdn|  |  |  |  |
|  |  |  |up|  |prev history|  |  |
|  |history|  |dn|  |next history|  |  |
|  |  |  |lf|  |left panel|  |right to left|
|  |  |  |rt|  |right panel|  |left to right|
|minimize|  |  |esc|  |  |  |  |
|attributes…|properties…|execute|ent|  |insert name into command line|insert pathname into the command line |  |
|  |  |upward|bspc|  |  |  |  |
|  |  |  |spc|  |  |command line|  |
|  |  |active other panel|tab|  |  |  |  |
|  |select same extension|select group…|n+|filter same extension|select all files|  |select same name|
|  |unselect same extension|unselect group…|n-|  |unselect all|  |unselect same name|
|  |  |invert selection|n*|  |invert selection - only files|  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

[img[https://hanaian.synology.me/~prog/dokuwiki/lib/exe/fetch.php?media=win:util:freecommander.png]]
!Editor
|!  |!Shift|!Key|!Alt+Shift|!Alt|!Ctrl|!Ctrl+Shift|
|  |  |A|  |  | //select __''A''__//|  |
|  |  |C|  |  | //__''c''__opy//|  |
|  |  |D|  |(//__''D''__ebug//)|open Selection|  |
|  |  |E|  | (//__''E''__dit//)|  |  |
|  |  |F|  | (//__''F''__ile//)| //__''f''__nd...//|  |
|  |  |H|  | (//__''H''__elp//)| //replace//|  |
|  |  |I|  |  |__s__martIndent|  |
|  |  |N|  |  | //__''n''__ewNotebook//|  |
|  |  |O|  |  | //__''o''__pen...//|  |
|  |  |Q|  |  | //__''q''__uit//|  |
|  |  |R|  |  |__C__omment|  |
|  |  |S|  |  | //__''s''__ave//|  |
|  |  |T|  | //(__T__ools)//|__U__ncomment|  |
|  |  |V|  |  | //__p__aste//|  |
|  |  |W|  |  | //__c__lose//|  |
|  |  |X|  |  | //cu__t__//|  |
|  |  |Y|  |  | //__r__edo//|  |
|  |  |Z|  |  | //__u__ndo//|  |
| //online __M__anual//|DataTips|F1|  |  |  |  |
|Help on Selection|match Brackets|F2|  |  |  |  |
|  |save beforeRun|F3|  |  |  |  |
|  |save lastSession|F4|  | //close Win//| //close Tab//|  |
|excute Buffer|  |F5|  |  |  |  |
| //excute Selection//|  |F9|  |  |  |  |
| //__s__tep over//| //~PopupMenu//|F10|  |  | //~MainMenu//|  |
| //__s__tep into//|  |F11|  |  |  |  |
|BreakPoint|  |F12|  |  |  |  |
|  | //paste//|ins|  |  | //copy//|  |
|  | //cut//|del|  |  |  |  |
|  |  |dn|  |  |__c__ontinue|  |
|  |  |esc|  |  |__s__top| //~TaskManager//|
|  |  |spc|  | //~WindowMenu//|  |  |
| //__i__ncrease Indent//| //__d__ecrease Indent//|tab| //prevApp//| //nextApp//|  |  |

!Console
|!  |!Shift|!Key|!Alt+Shift|!Alt|!Ctrl|!Ctrl+Shift|
|  |  |C|  |  | //__''c''__opy//|  |
|  |  |D|  | (//__''D''__ebug//)|  |  |
|  |  |E|  | (//__''E''__dit//)|__''E''__ditor|  |
|  |  |F|  | (//__''F''__ile//)|  |  |
|  |  |H|  | (//__''H''__elp//)|  |  |
|  |  |N|  |  | //__''n''__ewNotebook//|  |
|  |  |O|  |  | //__''o''__pen...//|  |
|  |  |Q|  |  | //__''q''__uit//|  |
|  |  |S|  |  | //__''s''__ave//|  |
|  |  |T|  | //(__T__ools)//|  |  |
|  |  |V|  |  | //__p__aste//|  |
| //__f__ind selectedFunction//|  |F1|  |  |  |  |
|  |  |F4|  | //close Win//| //close Tab//|  |
| //__s__tep over//| //~PopupMenu//|F10|  |  | //~MainMenu//|  |
| //__s__tep into//|  |F11|  |  |  |  |
|  | //paste//|ins|  |  | //copy//|  |
|  | //cut//|del|  |  |  |  |
|  |  |dn|  |  |__c__ontinue|  |
|  |  |esc|  |  |__s__top| //~TaskManager//|
|  |  |spc|  | //~WindowMenu//|  |  |
|  |  |tab| //prevApp//| //nextApp//|  |  |
!IDE
|!alt-|!Key|!k|!ctrl-|
|  |  |C| ''__C__''opy|
| [//''__D__''ebug//] |  |D|  |
| [//''__E__''dit//] |  |E|''__E__''ditor|
| [//''__F__''ile//] |  |F|  |
| [//''__H__''elp//] |  |H|  |
|  |  |N| ''__N__''ew|
|  |  |O| ''__O__''pen|
|  |  |Q| ''__Q__''uit|
|  |  |S| ''__S__''ave|
| [//''__T__''ools//] |  |T|  |
|  |  |V| paste|
|!alt-|!Key|!k|!ctrl-|
|  | online manual|F1|  |
|  |step over|F10|  |
|  |step into|F11|  |
|!alt-|!Key|!k|!ctrl-|
|  |  |dn|continue|
|  |  |esc|stop debugging|
|!alt-|!Key|!k|!ctrl-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

!Editor
|!shift-|!alt-|!Key|!k|!ctrl-|
|  |  |  |A| select ''__A__''ll|
|  |  |  |C| ''__C__''opy|
|  | [//''__D__''ebug//] |  |D|open selection|
|  | [//''__E__''dit//] |  |E|  |
|  | [//''__F__''ile//] |  |F| ''__F__''ind|
|  | [//''__H__''elp//] |  |H| replace|
|  |  |  |I|smart ''__I__''ndent|
|  |  |  |N| ''__N__''ew|
|  |  |  |O| ''__O__''pen|
|  |  |  |Q| ''__Q__''uit|
|  |  |  |R|comment|
|  |  |  |S| ''__S__''ave|
|  | [//''__T__''ools//] |  |T|uncommen''__T__''|
|  |  |  |V| paste|
|  |  |  |W| close|
|  |  |  |X| cut|
|  |  |  |Y| redo|
|  |  |  |Z| undo|
|!shift-|!alt-|!Key|!k|!ctrl-|
|datatips|  | online manual|F1|  |
|match brackets|  |help on selection|F2|  |
|save beforerun|  |  |F3|  |
|save lastsession|  |  |F4|  |
|  |  |excute current buffer|F5|  |
|  |  |excute selection|F9|  |
|  |  |step over|F10|  |
|  |  |step into|F11|  |
|  |  |breakpoint|F12|  |
|!shift-|!alt-|!Key|!k|!ctrl-|
|  |  |  |dn|continue|
|  |  |  |esc|stop debugging|
|decrease indent|  |increase indent|tab|  |
|!shift-|!alt-|!Key|!k|!ctrl-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |A|  | select ''__A__''ll|  |  |
|  | [//''__B__''uild//] |  |B|  |  |  |  |
|  |  |  |C|  | ''__C__''opy|''__C__''opy ''__C__''urrent line|  |
|  | [//''__D__''ocument//] |  |D|use custom ''__D__''ate format|''__D__''uplicate line/selection|fin''__D__'' ''__D__''ocument usage|  |
|  | [//''__E__''dit//] |  |E|  |toggl''__E__'' lin''__E__'' commentation|find usag''__E__''|  |
|  | [//''__F__''ile//] |  |F|  | ''__F__''ind|''__F__''ind in ''__F__''ile|  |
|  |  |  |G|  | find next| find prev|  |
|  | [//''__H__''elp//] |  |H|  | replace|  |  |
|  |  |  |I|  |''__I__''ncrease ''__I__''ndent|  |  |
|  |  |  |J|  |reflow line/block|  |  |
|  |  |  |K|  |delete current line|  |  |
|  |  |  |L|se''__L__''ect current ''__L__''ines|go to ''__L__''ine|  |  |
|  |  |  |M|  |  |''__M__''ark all|  |
|  |  |  |N|  | ''__N__''ew|  |  |
|  |  |  |O|  | ''__O__''pen|''__O__''pen selected|  |
|  | [//''__P__''roject//] |  |P|select current ''__P__''aragra''__P__''h| ''__P__''rint|  |''__P__''references…|
|  |  |  |Q|  | ''__Q__''uit|  |  |
|  |  |  |R|  |''__R__''eload|  |  |
|  | [//''__S__''earch//] |  |S|  | ''__S__''ave|''__S__''ave all|  |
|  | [//''__T__''ools//] |  |T|  |  |go ''__T__''o ''__T__''ag declaration|  |
|  |  |  |U|  |decrease indent|  |toggle case of selection|
|  | [//''__V__''iew//] |  |V|  | paste|  |  |
|  |  |  |W|  | close|close all|  |
|  |  |  |X|  | cut|cut current line|  |
|  |  |  |Y|  | redo|  |  |
|  |  |  |Z|  | undo|  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |0|  | normal size|  |  |
|  |  | help|F1|  |  |  |  |
|  |  |execute|F5|  |  |  |  |
|make object|  |  |F8|  |  |  |  |
|make|  |  |F9|  |  |make custome target|  |
|  |  | full screen|F11|  |  |  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |-|  | zoom out|  |  |
|  |  |  |=|  | zoom in|  |  |
|  |  |  |,|  |prev marker|  |  |
|  |  |  |.|  |next marker|  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
!Working..

|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|
|select ''__A__''ll|  |  |A|  |
|''__C__''opy format|''__C__''opy|  |C|  |
| [input] |  |  |D|  |
| [//''__E__''dit//] |''__E__''ras''__E__''|  |E|  |
| [//''__F__''ile//] |  |  |F|  |
|find next|  |  |G|  |
| [review] |  |  |H|  |
| [format] |  |  |J|  |
| [tools] |  |  |K|  |
|  |rep''__L__''ace again|  |L|  |
|''__N__''ew|  |  |N|  |
|''__O__''pen|  |  |O|  |
|''__P__''rint|  |  |P|  |
| [secu''__R__''ity] |  |  |R|  |
|''__S__''ave|  |  |S|  |
| [view] |  |  |U|  |
|sa''__V__''e as|paste|  |V|paste spacial|
| [page] |  |  |W|  |
|e''__X__''it|cut|  |X|  |
|  |undo|  |Z|redo|
|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|
|  |replace|  |F2|  |
|  |phrase|  |F3|  |
|  |close|  |F4|  |
|  |  |page|F7|  |
|  |  |hanja|F9|  |
|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|
|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
!How to join
* If you want to contribute to this project, you can email [[admin@wikian.net|mailto:admin@wikian.net]] shortcut lists of applications that you want, referring to the [[format]].
* Your name will show up on the tables you sent. 
!sample
{{{
file
^n	new
^o	open...
^s	save
f12	save as...
^q	exit
help
f1	about...
}}}
!output
|!alt-|!Key|!k|!ctrl-|
| [//''__F__''ile//] |  |F|  |
| [//''__H__''elp//] |  |H|  |
|  |  |N|''__N__''ew|
|  |  |O|''__O__''pen…|
|  |  |Q|exit|
|  |  |S|''__S__''ave|
|!alt-|!Key|!k|!ctrl-|
|  |about…|F1|  |
|  |save as…|F12|  |
|!alt-|!Key|!k|!ctrl-|
|!alt-|!Key|!k|!ctrl-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-shift-|
|  |  |  |A|  | [//f''__A__''vorites//] |  | //select ''__A__''ll//|  |
|  |  |  |B|  | [//''__B__''ookmarks//] |  |  |  |
|  |  |  |C|  |  |  | //''__C__''opy//|  |
|  |  |  |D|  | a''__D__''''__D__''ress |  |  |  |
|  |  |  |E|  | [//''__E__''dit//] |  |  |  |
|  |  |  |F|  | [//''__F__''ile//] |  | //''__F__''ind//|  |
|  |  |  |G|  |  |  |  |feeds|
|  |  |  |H|  | [//''__H__''elp //] |  |  |''__H__''istory|
|  |  |  |I|  |  |  |  |favor''__I__''tes|
|  |  |  |J|  |  |  |downloads|  |
|  |  |  |K|  |  |  |duplicate tab|  |
|  |  |  |L|  |  |  |''__L__''ocation|  |
|  |  |  |N|  |  |  | //''__N__''ew wi''__N__''dow// |  |
|  |  |  |O|  |  |  | //''__O__''pen//|  |
|  |  |  |P|  |  |  | //''__P__''rint//|''__P__''rivate browsing|
|  |  |  |Q|  |  |  |''__Q__''uick tabs|  |
|  |  |  |R|  |  |  |''__R__''ef''__R__''esh|  |
|  |  |  |S|  |  |  | //''__S__''ave//|  |
|  |  |  |T|  | [//''__T__''ools//] |  | //new ''__T__''ab// |  |
|  |  |  |V|  | [//''__V__''iew//] |  | //paste//|  |
|  |  |  |W|  |  |  | //close tab// |  |
|  |  |  |X|  |  |  | //cut//|  |
|  |  |  |Y|  |  |  | //redo//|  |
|  |  |  |Z|  |  |  | //undo//|  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-shift-|
|  | //find prev//|  |F3|  |  |  |  |  |
|  |  |  |F4|  | //exit//|  | //close tab//|  |
|  |  |  |F5|  |  |  |reload|  |
|  |prev frame|  |F6|  |  |  |  |  |
|  | //popup menu//|  |F10|  |  |  | //main menu//|  |
|  |  |  |↔|  | //back/forward// |  |  |  |
|  |  |  |pg↕|  |  |  | //prev/next tab// |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-shift-|
|  | //paste//|  |ins|  |  |  | //copy//|  |
|  | //cut//|  |del|  |  |  |  |delete history…|
|  |  |  |hm|  | //goto home// |  |  |  |
|  |  |  |esc|  |  |  |  |task manager|
|  |  |  |ent|  |  |  |.com|  |
| //next app//|  |  |tab| //prev app//| //next app//| //prev app//| //next tab// | //prev tab// |
|  |  |  |prt|  |capture window|  |  |  |
|system window|  |  |ps|  |  |  |  |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
|!  |!Shift|!key|!Alt+Shift|!Alt|!Ctrl+Alt|!Ctrl|!Ctrl+Shift|!Ctrl+Alt+Shift|!Win|
|  |  |A|  |  |  | //select __''A''__ll//|  |  |  |
|  |  |C|  |  |  | //__''c''__opy//|  |  |  |
|  |  |E|  | (//__E__dit//)|  |  |  |  |  |
|  |  |F|  | (//__F__ile//)|  | //__f__ind...//|  |  |  |
|  |  |G|  |  |  |  |Fee__d__s|  |  |
|  |  |H|  |  |  |  |__''H''__istory|  |  |
|  |  |I|  |  |  |  |__F__avor''i''tes|  |  |
|  |  |J|  |  |  |Dow__n__loads|  |  |  |
|  |  |K|  |  |  |duplicate Ta__b__|  |  |  |
|  |  |N|  |  |  | //__''n''__ewWin//|  |  |  |
|  |  |O|  |  |  | //__''o''__pen File...//|  |  |  |
|  |  |P|  |  |  | //__''p''__rint...//|__''p''__rivateBrowsing|  |  |
|  |  |Q|  |  |  |__''q''__uickTabs|  |  |  |
|  |  |S|  |  |  | //''s''ave Page __a__s...//|  |  |  |
|  |  |T|  | (//__T__ools//)|  | //new__''T''__ab//|  |  |  |
|  |  |V|  | (//__V__iew//)|  | //__p__aste//|  |  |  |
|  |  |W|  |  |  | //__c__lose Tab//|  |  |  |
|  |  |X|  |  |  | //cu__t__//|  |  |  |
|  |  |0|  |  |  | //1__0__0%//|  |  |  |
| //Help//|  |F1|  |  |  |  |  |  |  |
| //__r__eload//|  |F5|  |  |  |  |  |  |  |
|caret __B__rowsing|  |F7|  |  |  |  |  |  |  |
|__f__ullScreen|  |F11|  |  |  |  |  |  |  |
|  |  |hypn|  |  |  | //zoom __o__ut//|  |  |  |
|  |  |del|  |  |  |  |__d__elete History...|  |  |
|  |  |lf|  | //__b__ackward//|  |  |  |  |  |
|  |  |rt|  | //__f__orward//|  |  |  |  |  |
| //sto__p__//|  |esc|  |  |  |  |  |  |  |
|  |  |tab|  |  |  | //nextTab//| //prevTab//|  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
|toggle ''__A__''utoview|  |''__A__''bout…|A|  |  |sc''__A__''nning…|
|  |  |''__B__''atch conversion…|B|  |  |  |
|''__C__''ustom ''__C__''rop selection…|  |''__C__''apture|C|''__C__''aption| ''__C__''opy|''__C__''entered|
|  |  |''__D__''elete|D|  |bor''__D__''er…|  |
|  | [//''__E__''dit//] |  |E|  |''__E__''ff''__E__''ct browser…|  |
|big img to desk| [//''__F__''ile//] |img to desk|F|  | search ''__F__''iles…|  |
|color corrections…|  |to''__G__''''__G__''le animation|G|  |''__G__''rayscale|  |
|''__H__''istogram…| [//''__H__''elp//] |''__H__''orizontal flip|H|  |orizinal|  |
|  | [//''__I__''mage//] |''__I__''nformat''__I__''on…|I|  |  |  |
|''__J__''pg lossless rotation|  |  |J|  |redo|''__J__''pg lossless crop|
|  |  |filter factory|K|  |filter dialog…|''__K__''eep scrool position|
|''__L__''ock zoom|  |rotate ''__L__''eft|L|  |  |  |
|e''__M__''ail|  |''__M__''ini''__M__''ize|M|''__M__''enubar|rando''__M__'' i''__M__''g|  |
|''__N__''ew image…|  |  |N|  |''__N__''egative all cha''__N__''nels|  |
|fit 1:1| [//''__O__''pti''__O__''ns//] |''__O__''pen…|O|  |  |  |
|  |  |''__P__''ro''__P__''erties|P|  | ''__P__''rint…|''__P__''rev wall''__P__''aper|
|  |  |  |Q|  |edit multipage tif|  |
|''__R__''eopen|  |''__R__''otate ''__R__''ight|R|  |''__R__''esize…|  |
|''__S__''harpen|  |''__S__''ave a''__S__''…|S|''__S__''tatu''__S__''bar| ''__S__''ave|''__S__''tretched wallpaper|
|  |  |''__T__''humbnails|T|''__T__''oolbar|inser''__T__'' ''__T__''ext…|''__T__''iled wallpaper|
|a''__U__''to adj''__U__''st|  |  |U|  |c''__U__''stom rotation|  |
|can''__V__''as size…| [//''__V__''iew//] |''__V__''ertical flip|V|  | paste|  |
|fit img to ''__W__''in|  |slidesho''__W__''…|W|  |start slidesho''__W__'' current|  |
|  |  |  |X|  | cut|stretched pro wallpaper|
|rede''__Y__''e reduction|  |  |Y|  | crop selection| auto crop borders|
|  |  |  |Z|  | undo|  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
|  |  | help|F1|  |  |  |
|  |  | rename|F2|  |  |  |
|  |  |hex view|F3|  |  |  |
|  |  | refresh|F5|  |  |  |
|  |  |move|F7|  |  |  |
|  |  |copy|F8|  |  |  |
|  |  |start ocr|F9|  |  |  |
|  |  |thumbnails…|F10|  |  |  |
|  |  |paint dialog|F12|  |  |  |
|first/last page|  |  |he|  |first/last img|  |
|  |  |  |pg↕|  |prev/next page|  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
|  |  | zoom out|-|  |  |  |
|  |  | zoom in|=|  |  |  |
|  |  |delete|del|  |  |  |
|  |  |exit|esc|  |  |  |
|  |  |full screen|ent|  |  |  |
|  |  |prev img|bspc|  |  |  |
|  |  |next img|spc|  |  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|
|  |select ''__A__''ll|  |A|  |
|  |''__C__''opy|  |C|  |
|  |comman''__D__'' prompt|  |D|  |
|  |''__M__''ulti rena''__M__''e|  |M|  |
|''__R__''ename|  |  |R|  |
|  |new ''__T__''ab|  |T|  |
|  |paste|  |V|  |
|  |close tab|  |W|close all tabs|
|  |cut|  |X|  |
|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|
|  |  |help|F1|  |
|  |  |view|F3|  |
|  |  |edit|F4|  |
|  |  |copy|F5|  |
|  |  |move|F6|  |
|search…|  |new folder|F7|  |
|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|
|  |copy filenames|  |ins|  |
|  |  |delete|del|  |
|properties…|  |  |ent|  |
|  |unselect all|  |n-|  |
|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

[img[https://hanaian.synology.me/~prog/dokuwiki/lib/exe/fetch.php?media=win:util:justmanager.png]]
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
|  |  |  |A|select ''__A__''ll|  |
|  |  |  |B|download|  |
|  | [//''__D__''irectory//] |  |D|  |  |
|  | [//''__F__''ile//] |  |F|''__F__''tp server|  |
|  |  |  |G|select ''__G__''roup|  |
|  | [//''__H__''elp//] |  |H|  |  |
|  |  |  |L|unse''__L__''ect a''__L__''l|  |
|  | [//''__M__''ark//] |  |M|''__M__''ulti rena''__M__''e|  |
|  | [//''__N__''et//] |  |N|ftp co''__N__''''__N__''ection|  |
|  | [//''__O__''pti''__O__''ns//] |  |O|  |  |
|  |  |  |P|  |''__P__''ing|
|  |  |  |Q|close tab|  |
|  |  |  |R|''__R__''ef''__R__''esh|  |
|  | [//''__T__''ools//] |  |T|new ''__T__''ab|  |
|  |  |  |U|''__U__''nselect gro''__U__''p|  |
|  | [//''__V__''iew//] |  |V|  |  |
|  |  |  |W|invert selection|  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
|  |  |  |F1|details|copy name|
|  |  |rename|F2|large icons|copy path|
|  |  |view|F3|small icons|copy dir name|
|  |quit|edit|F4|list|copy selected names|
|  |pack…|copy|F5|sort by name|copy selected dirs|
|  |  |move|F6|sort by extension|  |
|  |search…|new folder|F7|sort by size|  |
|  |  |delete|F8|sort by date|  |
|  |extract separate archives…|change attributes|F9|sort by attributes|  |
|multi-editor|  |  |F10|file list|horizontal|
|processes|  |go to…|F11|file list directory tree|  |
|run dos|  |select folder|F12|directory tree|data recording tool|
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

[img[https://hanaian.synology.me/~prog/dokuwiki/lib/exe/fetch.php?media=win:util:mastercommander.png]]
|!  |!Shift|!Key|!Alt+Shift|!Alt|!Ctrl|!Ctrl+Shift|
|  |  |A|  |  | //select __''A''__//|  |
|  |  |B|  |  | //__''B''__old//|check __''B''__alance|
|  |  |C|  |(//__''C''__ell//)| //__''c''__opy//|plain__T__ext|
|  |  |D|  |  |__''d''__rawingTools|''d''i__v__ide Cell|
|  |  |E|  | (//__''E''__dit//)|__''e''__nter Selection|s__h__ow ''E''xpression|
|  |  |F|  | (//__''F''__ile//)| //__''f''__nd...//|__''f''__inish|
|  |  |G|  |(//__''G''__raphics//)|  |__g__roup Cells|
|  |  |H|  | (//__''H''__elp//)|  |__''H''__yperlink...|
|  |  |I|  |(//__''I''__nsert//)| //__''I''__talic//|__''I''__nputForm|
|  |  |J|  |  |__a__dd/remove ~CellTags...|  |
|  |  |K|  |  |complete Se__l__ection|__m__a''k''e Template|
|  |  |L|  |  |__i__nput from above|__o__utput from above|
|  |  |M|  |  |  |__''m''__erge Cells|
|  |  |N|  |  | //__''n''__ewNotebook//|~StandardFrom|
|  |  |O|  |  | //__''o''__pen...//|''O''ption__I__nspector...|
|  |  |P|  |(//__''P''__alettes//)| //__''p''__rint...//|''p''__r__int Selection...|
|  |  |R|  |(//Fo__''r''__mat//)|  |__''r''__aw ~InputForm|
|  |  |S|  |  | //__''s''__ave//| //''s''ave __a__s...//|
|  |  |T|  |  |  |traditionalForm|
|  |  |U|  |  | //__''U''__nderline//|__''u''__ngroup Cells|
|  |  |V|  |(//E__''v''__aluation//)| //__p__aste//|  |
|  |  |W|  | (//__''W''__indow//)| //close//|  |
|  |  |X|  |  | //cu__t__//|  |
|  |  |Y|  |  |a__n__imate selectedGraphics|  |
|  |  |Z|  |  | //__u__ndo//|  |
|  |  |1|  |Title|new__G__raphic|  |
|  |  |2|  |Subtitle|__R__adical|  |
|  |  |3|  |Subsubtitle|  |  |
|  |  |4|  |Section|__b__elow|  |
|  |  |5|  |Subsection|__o__ppositePosition|  |
|  |  |6|  |Subsubsection|__S__uperscript|  |
|  |  |7|  |Text|__a__bove|  |
|  |  |8|  |Code|  |  |
|  |  |9|  |Input|s__t__art ~InlineCell|  |
|  |  |0|Matching()|__O__ther...|end __I__nlineCell|  |
| //__f__ind selectedFunction//|  |F1|  |  |  |  |
| //find __N__ext//| //find pre__v__//|F3|  |  |  |  |
|  |  |F4|  | //close Win//| //close Tab//|clos__e__ All|
|__c__continue|  |F5|  |  |  |  |
|e__v__aluate in Subsession|  |F7|  |  |  |  |
|~BreakPoint|  |F9|  |  |  |  |
|__s__tep| //~PopupMenu//|F10|  |  | //~MainMenu//|  |
|step __i__n|step __o__ut|F11|  |  |  |  |
| //__f__ullScreen//|  |F12|  |  |  |  |
|  |  |hypn|  |__s__maller|Subs__c__ript|  |
|  |  |eq|  |__l__ager|Inline free-~FormInput|  |
|  |  |[|  |  |__o__pen allSubgroups|  |
|  |  |]|Matching{}|Matching[]|__c__close allSubgroups|  |
|  |  |;|  |chec__k__ Spelling...|  |  |
|  |  |'|  |  |o__p__en/close Group|  |
|  |  |,|  |__i__nterrupt Evaluation...|add __C__olumn|  |
|  |  |.|__r__emove from ~EvaluationQueue|__a__bort Evaluation|e__x__tend Selection|  |
|  |  |/|  |c__o__mment|__F__raction|  |
|  | //paste//|ins|  |  | //copy//|  |
| //clea__r__//| //cut//|del|  |  |  |  |
|  |  |up|  |nudge __U__p|  |  |
|  |  |dn|  |nudge __D__own|  |  |
|  |  |lf|  |nudge __L__eft|  |  |
|  |  |rt|  |nudge Ri__g__ht|  |  |
|  |  |esc|  |  | //~SartMenu//| //~TaskManager//|
|  |__e__valuate Cells|ent|  |Cell with sameSt__y__le|add __R__ow|evaluate in __P__lace|
|  |  |spc|  | //~WindowMenu//|__e__nd Subexpression|clear Fo__r__matting|
|  |  |tab| //prevApp//| //nextApp//|  |  |
|  |  |ps|  |  |__h__alt|  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|
|  | [//f''__A__''vorites//] |  |A|  |  |
|  |  |  |B|  |toggle favorites|
|  | [//favorites//]|  |C|  |  |
|  |  |  |D|  |focus on a''__D__''''__D__''ress bar|
|  |  |  |E|  |focus on s''__E__''arch box|
|  | [//''__F__''ile//] |  |F|  |''__F__''ind in page|
|  |  |  |G|  |skynote|
|  |  |  |H|  |''__H__''istory|
|  |  |  |J|  | download manager|
|  |  |  |K|  |focus on search box|
|  |  |  |L|  |focus on address bar|
|  |  |  |N|  |''__N__''ew tab|
|  |  |  |P|  | ''__P__''rint|
|  |fill form|  |Q|  |exit|
|  |last session|  |R|  | ''__R__''ef''__R__''esh|
|  |  |  |S|  | ''__S__''ave a''__S__''|
|  |  |  |T|  | new ''__T__''ab|
|  |  |  |U|  |view so''__U__''rce|
|  |  |  |W|close all| close current tab|
|  |restore last closed|  |Z|  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|
|  |save form|  |1|  |  |
|  |  |  |0|  | actua size|
|  |  |help desk|F1|  |snap region|
|  |  |  |F2|  |snap whole page|
|  |close|show address bar history|F4|  |  |
|refresh all|  | refresh|F5|  |force refresh|
|  |  |focus on address bar|F6|  |  |
|  |  |split screen|F10|  |  |
|  |  |full screen|F11|  |  |
|  |  |developer tools|F12|  |  |
|  |back forward|  |↔|  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|
|  |  |  |-|  | zoom out|
|  |  |  |=|  | zoom in|
|  | @@close current tab@@ |  |\|  |new tab|
|  | @@prev tab@@ |  |;|  |  |
|  | @@next tab@@ |  |'|  |  |
|  |  |  |pgup|  |prev tab|
|  |  |  |pgdn|  |next tab|
|stop all|  | stop|esc|  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
|  |  |  |A|  |select ''__A__''ll|  |
|  |  |  |B|  |''__B__''utton window|  |
|  | [//''__C__''onfiguration//] |  |C|  |''__C__''opy|  |
|  |  |  |D|  |unselect all|  |
|  | [//''__E__''dit//] |  |E|  |  |  |
|  | [//''__F__''ile//] |  |F|  |  |  |
|  | [//''__H__''elp//] |  |H|  |  |  |
|  |  |  |J|  |uppercase|lowercase|
|  |  |  |K|  |convert to CRLF|  |
|  |  |  |L|  |''__L__''og window|  |
|  |  |  |M|  |''__M__''enu bar|  |
|  |  |  |P|cli''__P__'' ''__P__''ath|cli''__P__'' ''__P__''athname|cli''__P__'' name|
|  | [//''__T__''ools//] |  |T|  |duplica''__T__''e ''__T__''ab|  |
|  | [//''__V__''iew//] |  |V|  |paste|  |
|  |  |  |W|  |close tab|  |
|  | [//e''__X__''tensions//] |  |X|  |cut|  |
|  |  |  |Y|  |show mp3 information|  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
|  |  |view|F1|  |  |  |
|  |  |rename|F2|  |  |  |
|  |  |copy…|F4|  |  |  |
|  |pack…|refresh|F5|  |  |  |
|  |unpack…|move…|F6|  |  |  |
|  |  |new folder|F7|  |  |  |
|  |  |delete…|F8|  |  |  |
|new file|  |edit|F9|  |  |  |
|  |  |  |F10|  |compare folders newest or missing|  |
|  |  |  |F11|  |full pane width|  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
|  |  |stop|esc|  |  |  |
|  |select same name|select|n+|  |select same extension|select same color|
|  |unselect same name|unselect|n-|  |unselect same extension|unselect same color|
|  |  |invert selection|n*|  |  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

[img[https://hanaian.synology.me/~prog/dokuwiki/lib/exe/fetch.php?media=win:util:multicommander.png]]
[img[http://hanaian.synology.me:9309/~prog/hotkian/win/img/edName.png]]
|!Key|!k|!ctrl-|
|  |G|Display this help text|
|  |O|Write the current buffer (''__O__''r the marked regi''__O__''n) to disk|
|  |R|Inse''__R__''t anothe''__R__'' file into current buffer (or into new buffer)|
|  |X|Close the current buffer / E''__X__''it from nano|
|!Key|!k|!ctrl-|
|Display this help text|F1|  |
|Close the current buffer / Exit from nano|F2|  |
|Write the current buffer (or the marked region) to disk|F3|  |
|!Key|!k|!ctrl-|
|Insert another file into current buffer (or into new buffer)|ins|  |
|!Key|!k|!ctrl-|
^^The table was updated at 2023-11-29 by punyHotkian ver.0.1.0, ^^
!Infomation
| !developer | Noh,JungHoon |
| !homepage | http://www.xiles.net |
| !option | allow to customize hotkeys |

[img[https://hanaian.synology.me/~prog/dokuwiki/lib/exe/fetch.php?media=win:util:nexusfile.png]]

!Default Hotkey Table
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  | [//''__A__''rchive//] |  |A|  |''__A__''dd to ''__A__''rchive…|  |copy filen''__A__''me|
|  |edit textfile|  |B|  |open recycle ''__B__''in…|empty recycle ''__B__''in…|sort-''__B__''yattri''__B__''utes|
|  |''__C__''opy to…|  |C|  |''__C__''opy|  |sort-by''__C__''olor|
|  |''__D__''elete…|  |D|  |''__D__''esktop|''__D__''elete complete…|''__D__''etails|
|  | [//''__E__''dit//] |  |E|  |''__E__''xtract…|''__E__''xtract to curr''__E__''nt folder|sort-by''__E__''xt''__E__''nsion|
|  | [//''__F__''ile//] |  |F|  |''__F__''ind…|''__F__''ind next|copy ''__F__''ullpath|
|  |  |  |G|  |document|  |  |
|  | [//''__H__''elp//] |  |H|  |  |  |  |
|  |  |  |I|  |f''__I__''lter>custom…|  |  |
|  |  |  |J|  |  |  |''__J__''oin file…|
|  |new folder…|  |K|  |shortcut on des''__K__''top|  |  |
|  |  |  |L|  |  |  |sp''__L__''it fi''__L__''e…|
|  |''__M__''ove to…|  |M|  |  |  |  |
|  | [//''__N__''etwork//] |  |N|  |empty folder…|  |sort-by''__N__''ame|
|  | [//f''__O__''lder//] |  |O|  |vide''__O__''s|  |s''__O__''rt-n''__O__''ne|
|  |  |  |P|  |goto tem''__P__''|em''__P__''ty tem''__P__''…|  |
|  |auto extract|  |Q|  |pictures|  |  |
|  |''__R__''ename…|  |R|adv ''__R__''ename…|''__R__''ef''__R__''esh|folde''__R__'' size|copy path|
|  | [//''__S__''y''__S__''tem//] |  |S|  |mu''__S__''ic|  |''__S__''ort-by''__S__''ize|
|  | [//''__T__''ools//] |  |T|  |new ''__T__''ab|  |sor''__T__''-by''__T__''ime|
|  |select all|  |U|  |shortc''__U__''t on q''__U__''icklaunch|  |th''__U__''mbnails|
|  |''__V__''iew textfile|  |V|  |paste|paste as shortcut|  |
|  | [//vie''__W__''//] |  |W|  |  |  |  |
|  |e''__X__''it|  |X|  |cut|  |  |
|  |show hiddenfiles|  |Z|  |attribute…|  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |go to folder ''__1__''|  |1|  |set folder ''__1__''|  |column-''__1__''|
|  |go to folder ''__2__''|  |2|  |set folder ''__2__''|  |column-''__2__''|
|  |go to folder ''__3__''|  |3|  |set folder ''__3__''|  |column-''__3__''|
|  |go to folder ''__4__''|  |4|  |set folder ''__4__''|  |column-''__4__''|
|  |go to folder ''__5__''|  |5|  |set folder ''__5__''|  |column-''__5__''|
|  |  |  |6|  |  |  |column-''__6__''|
|  |  |  |0|  |  |  |column-auto|
|  |  | //help//|F1|  |  |  |  |
|  |dual window|rename|F2|  |  |  |  |
|  |show folders|copy to|F3|  |  |  |  |
|  |  |move to|F4|  |  |  |  |
|  |  |refresh|F5|  |  |  |  |
|  |  |adv rename|F6|  |  |  |  |
|  |  |new folder|F7|  |  |  |  |
|  |  |send to recyclebin|F8|  |  |  |  |
|  |  |properties|F9|  |  |  |  |
|  |  |folder tree…|F10|  |  |  |  |
|  |add/remove program|favorite…|F11|  |  |  |  |
|  |control panel…|shortcut|F12|  |options…|  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |go root|\|  |  |  |  |
|network folder|  |command line…|/|  |  |  |  |
|  | //backward//|  |lf|  |  |  |  |
|  | //forward//|  |rt|  |  |  |  |
|what is it|add comment…|open/run|ent|  |open with para…|  |open selected|
|restore lastselection|  | //go up//|bspc|  |  |  |  |
|  |  |select|spc|  |  |  |  |
|  |  |advanced selection…|n+|  |  |  |  |
|  |  |advanced deselection…|n-|  |  |  |descend|
|  |  |invert|n*|  |  |  |  |
|  |  |select sameextensioin|n/|  |select samename|  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

[img[https://hanaian.synology.me/~prog/dokuwiki/lib/exe/fetch.php?media=win:util:nexusfile.png]]
|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|!ctrl-alt-|
|  |select ''__A__''ll|  |A|  |  |
| [//''__B__''ookmarks//] |select sort…|  |B|  |  |
|''__C__''hange drive|''__C__''opy|  |C|''__C__''opy pathname|''__C__''opy name|
|  |a''__D__''''__D__'' selected folder|  |D|  |a''__D__''''__D__'' current tab|
| [//''__E__''dit//] |s''__E__''t attribut''__E__''s…|  |E|  |  |
| [//''__F__''ile//] |  |  |F|  |  |
|  |chan''__G__''e folder…|  |G|  |  |
|  |folder branc''__H__''|  |H|  |  |
|  |''__N__''ew file…|  |N|  |  |
|  |c''__O__''mpare c''__O__''ntents…|  |O|  |  |
| [//''__P__''anel//] |new ''__P__''rom''__P__''t|  |P|dos ''__P__''rom''__P__''t|  |
|  |''__R__''ef''__R__''esh|  |R|  |  |
|  |pa''__S__''te ''__S__''hortcuts|  |S|  |  |
| [//''__T__''ab//] |new ''__T__''ab|  |T|show folder bar|  |
|  |swap panels|  |U|  |  |
| [//''__V__''iew//] |paste|  |V|  |  |
|  |close tab|  |W|  |  |
|quit|cut|  |X|  |  |
|  |edit description…|  |Z|  |  |
|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|!ctrl-alt-|
|  |tab''__1__''|  |1|  |  |
|  |tab''__2__''|  |2|  |  |
|  |tab''__3__''|  |3|  |  |
|  |tab''__4__''|  |4|  |  |
|  |tab''__5__''|  |5|  |  |
|  |tab''__6__''|  |6|  |  |
|  |tab''__7__''|  |7|  |  |
|  |tab''__8__''|  |8|  |  |
|  |tab''__9__''|  |9|  |  |
|  |tab1''__0__''|  |0|  |  |
|  |details|rename|F2|  |  |
|  |by name|view|F3|  |  |
|  |by extension|edit|F4|  |close other tabs|
|pack…|by date|copy…|F5|  |  |
|extract…|by size|move rename|F6|  |  |
|search…|  |new folder…|F7|  |  |
|wipe…|  |delete…|F8|  |  |
|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|!ctrl-alt-|
|advanced filter…|delete|  |del|  |  |
|backward|  |  |lf|  |  |
|forward|  |  |rt|  |  |
|properties…|run as…|  |ent|  |  |
|  |  |select…|n+|  |  |
|  |  |unselect…|n-|  |  |
|  |  |invert selection|n*|  |  |
|  |  |restore selection from clip|n/|  |  |
|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|!ctrl-alt-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

[img[https://hanaian.synology.me/~prog/dokuwiki/lib/exe/fetch.php?media=win:util:nomadnet.png]]
[img[http://hanaian.synology.me:9309/~prog/hotkian/win/img/notepad-22H2-19045.3324.png]]
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
|  |  |  |A|select ''__A__''ll|  |
|  |  |  |C|''__C__''opy|  |
|  | [//''__E__''dit//] |  |E|bing s''__E__''ach…|  |
|  | [//''__F__''ile//] |  |F|''__F__''ind…|  |
|  |  |  |G|''__G__''o to|  |
|  | [//''__H__''elp//] |  |H|replace…|  |
|  |  |  |N|''__N__''ew|''__N__''ew wi''__N__''dow|
|  | [//f''__O__''rmat//] |  |O|''__O__''pen…|  |
|  |  |  |P|''__P__''rint|  |
|  |  |  |S|''__S__''ave|''__S__''ave a''__S__''…|
|  | [//''__V__''iew//] |  |V|paste|  |
|  |  |  |X|cut|  |
|  |  |  |Z|undo|  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
|find prev|  |find next|F3|  |  |
|  |  |time/date|F5|  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
|  |  |delete|del|  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
^^The table was generated by hotkian ver.0.1.0, 9/9/2023^^
|!alt-|!Key|!k|!ctrl-|
|  |  |A| select ''__A__''ll|
|  |  |C| ''__C__''opy|
| [//''__E__''dit//] |  |E|  |
| [//''__F__''ile//] |  |F| ''__F__''ind…|
|  |  |G| ''__G__''o to…|
| [//''__H__''elp//] |  |H| replace…|
|  |  |N| ''__N__''ew|
|  |  |O| ''__O__''pen…|
|  |  |P| ''__P__''rint…|
|  |  |S| ''__S__''ave|
| [//''__V__''iew//] |  |V| paste|
|  |  |X| cut|
|  |  |Z| undo|
|!alt-|!Key|!k|!ctrl-|
|  | find next|F3|  |
|  |time/date|F5|  |
|!alt-|!Key|!k|!ctrl-|
|  | delete|del|  |
|!alt-|!Key|!k|!ctrl-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
* The shortcut tables on this site are not official information. 
* This site doesn't have any responsibility for any issues that are caused by wrong shortcut information from this site.
!How to refer to a shortcut table
|!format |{{{http://hotkian-win.tiddlyspot.com/#}}}//application-version// |
|!example |http://hotkian-win.tiddlyspot.com/#windows-7 <br> http://hotkian-mac.tiddlyspot.com/#osx-10.9.3 |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
|  | [//de''__B__''ug//] |  |B|  |  |
|  |  |  |C|''__C__''opy|  |
|  | [//''__E__''dit//] |  |E|  |  |
|  | [//''__F__''ile//] |  |F|  |''__F__''ind ''__F__''iles|
|  | [//''__H__''elp//] |  |H|  |  |
|  | [//''__N__''ews//] |  |N|''__N__''ew|  |
|  |  |  |O|''__O__''pen|  |
|  |  |  |Q|''__Q__''uit|  |
|  |  |  |V|paste|  |
|  | [//''__W__''indo''__W__''//] |  |W|  |  |
|  |  |  |Z|undo|  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
|  |  |  |1|focus history|show history|
|  |  |  |2|focus filebrowser|show filebrowser|
|  |  |  |3|focus workspace|show workspace|
|  |  |  |4|focus editor|show editor|
|  |  |  |5|focus documentation|show documentation|
|  |  |  |0|focus command|show command|
|stop debug|  |confinue|F5|  |  |
|  |  |step|F10|  |  |
|step out|  |step in|F11|  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
!overall

|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|!ctrl-alt-|
|  |  |  |A|new ''__A__''ppoinment|  |
|''__B__''ackward|  |  |B|address''__B__''ook|  |
|  |''__C__''opy|  |C|new ''__C__''onta''__C__''t|  |
|h''__E__''lp|  |  |E|n''__E__''w fold''__E__''r|  |
| [//''__F__''ile//] |  |  |F|search details|  |
|  |  |''__G__''uide|G|  |  |
| [//''__H__''ome//] |  |  |H|new office docs|  |
|  |  |  |I|''__I__''nbox|  |
|  |  |s|J|  |  |
|  |  |  |K|new tas''__K__''|search|
|  |  |  |L|new contact group|  |
|  |  |  |M|new e''__M__''ail|  |
|  |  |  |N|''__N__''ew memo|  |
|f''__O__''lder|  |  |O|''__O__''utb''__O__''x|  |
|  |''__P__''rint|  |P|new search folder|  |
| [//''__Q__''uestion//] |  |  |Q|  |  |
|  |  |  |S|po''__S__''t folder|''__S__''end recv group|
| [//''__V__''iew//] |paste|  |V|  |  |
|  |  |  |X|new fa''__X__''|  |
|  |undo|n|Z|  |search|
|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|!ctrl-alt-|
|undo|email|  |1|  |  |
|redo|calendar|  |2|  |  |
|  |people|  |3|  |  |
|  |task|  |4|  |  |
|  |memo|  |5|  |  |
|  |folder|  |6|  |  |
|  |shortcut|  |7|  |  |
|  |schedule|  |8|  |  |
|  |customer manager|  |9|  |  |
|  |  |help|F1|  |  |
|  |  |rename|F2|  |  |
|  |  |search|F3|  |  |
|  |  |move focus|F6|  |  |
|  |  |menu|F10|  |  |
|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|!ctrl-alt-|
|  |prev item|  |,|  |  |
|  |next item|  |.|  |  |
|backward|  |  |lf|  |  |
|forward|  |  |rt|  |  |
|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|!ctrl-alt-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

!!email

!!calendar
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |E|s''__E__''arch|  |  |
|  |  |  |G|move date|  |  |
|  |  |  |H|my calendar|  |  |
|  |  |  |N|''__N__''ew appoi''__N__''tment|  |  |
|  |  |  |Q|  |new meeting|  |
|  |  |  |Y|move folder|  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |view ''__1__''day|  |1|  |  |view ''__1__''day|
|  |view ''__2__''days|  |2|  |  |view work week|
|  |view ''__3__''days|  |3|  |  |view full week|
|  |view ''__4__''days|  |4|  |  |view month|
|  |view ''__5__''days|  |5|  |  |view schedule|
|  |view ''__6__''days|  |6|  |  |  |
|  |view ''__7__''days|  |7|  |  |  |
|  |view ''__8__''days|  |8|  |  |view feedback|
|  |view ''__9__''days|  |9|  |  |  |
|  |view 1''__0__''days|  |0|  |  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |prev sameday|  |up|  |  |  |
|  |next sameday|  |dn|  |  |  |
|prev task|  |next task|tab|  |  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

!!contact

!!task
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|!ctrl-alt-shift-|
|  |  |p''__A__''th selection|A|select ''__A__''ll|  |  |  |
|  |  |''__B__''rush|B|color ''__B__''alance…|auto color|  |  |
|  |  |''__C__''rop|C|''__C__''opy|''__C__''opy merged|  |  |
|  |  |''__D__''efault fore/back groun''__D__''|D|''__D__''eselect|reselect|feather…|  |
|  | [//''__E__''dit//] |''__E__''ras''__E__''r|E|m''__E__''rg''__E__'' layers|m''__E__''rg''__E__'' visible|  |  |
|  |  |toggle screen mode|F|last ''__F__''ilter|''__F__''ade…|  |  |
|  |  |''__G__''radient|G|create clippin''__G__'' mask|release clippin''__G__'' mask|  |  |
|  | [//''__H__''elp//] |''__H__''and|H|extras|target pat''__H__''|  |  |
|  | [//''__I__''mage//] |eyedropper|I|''__I__''nvert|''__I__''nverse|f''__I__''le ''__I__''nfo…|  |
|  |  |healing brush|J|layer via copy|layer via cut|  |  |
|  |  |slice|K|preferences|color settings…|  |''__K__''eyboard shortcuts…|
|  | [//''__L__''ayer//] |''__L__''asso|L|''__L__''eves…|auto ''__L__''eve''__L__''s|  |auto contrast|
|  |  |''__M__''arquee|M|curves…|edit in i''__M__''ageready|  |  |
|  |  |''__N__''otes|N|''__N__''ew…|layer…|  |  |
|  |  |burn|O|''__O__''pen…|  |''__O__''pen as…|  |
|  |  |''__P__''en|P|''__P__''rint…|''__P__''age setu''__P__''…|''__P__''rint with ''__P__''review…|''__P__''rint one co''__P__''y|
|  |  |toggle mask mode|Q|exit|  |  |  |
|  |  |blu''__R__''|R|''__R__''ule''__R__''s|  |  |  |
|  | [//''__S__''elect//] |clone ''__S__''tamp|S|''__S__''ave|''__S__''ave a''__S__''…|  |''__S__''ave for web|
|  | [//fil''__T__''er//] |horizon''__T__''al ''__T__''ype|T|free ''__T__''ransform|  |  |  |
|  |  |rectangle|U|h''__U__''e/sat''__U__''ration…|desat''__U__''rate|  |  |
|  | [//''__V__''iew//] |mo''__V__''e|V|paste|paste into|  |  |
|  | [//''__W__''indo''__W__''//] |magic ''__W__''and|W|close|  |close all|  |
|  |  |switch fore/back ground|X|cut|liquify…|e''__X__''tract…|pattern maker…|
|  |  |histor''__Y__'' brush|Y|proof colors|gamut warning|  |  |
|  |  |''__Z__''oom|Z|undo|step forward|step backward|  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|!ctrl-alt-shift-|
|  |  |  |0|fit on screen|  |actual pixels|  |
|  |  |help|F1|  |  |  |  |
|fill…|  |brushes|F5|  |  |  |  |
|  |  |color|F6|  |  |  |  |
|  |  |layers|F7|  |  |  |  |
|  |  |info|F8|  |  |  |  |
|  |actions|  |F9|  |  |  |  |
|  |  |revert|F12|  |  |  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|!ctrl-alt-shift-|
|  |  |  |-|zoom out|  |  |  |
|  |  |  |=|zoom in|  |  |  |
|  |  |  |;|guides|snap|lock guides|  |
|  |  |  |'|grid|  |  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|!ctrl-alt-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|!ctrl-alt-shift-|
|  |pi''__C__''k a ''__C__''olor|  |C| ''__C__''opy|  |  |  |
|  |''__E__''ff''__E__''ct|  |E|  |  |  |  |
|  | [//''__F__''ile//] |  |F|  |  |  |  |
|  | [//''__H__''ome//] |  |H|  |  |  |  |
|  |''__M__''ove|  |M|  |  |  |  |
|  |  |  |N| ''__N__''ew|  |  |  |
|  |  |  |O| |  |  |  |
|  |  |  |P| ''__P__''rint|  |  |  |
|  |  |  |Q|  |repeat last capture|  |  |
|  |''__S__''elect|  |S| ''__S__''ave|  |  |  |
|  | [//''__V__''iew//] |  |V| paste|  |  |  |
|  |  |  |X| cut|  |  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|!ctrl-alt-shift-|
|  |  |  |F4|close image|  |  |  |
|  |  |full screen|F11|  |  |  |  |
|  |  | save as…|F12|  |  |  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|!ctrl-alt-shift-|
|  |  |  |-| zoom out|  |  |  |
|capture region|capture active window|capture full screen|prt|capture control|capture fixed region|capture scrolling|capture freehand|
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|!ctrl-alt-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
[img[http://hanaian.synology.me:9309/~dev/project/application/puny/img/punyTask.png]]
|!alt-|!alt-shift-|!Key|!k|!ctrl-|!ctrl-shift-|
|  |dyn''__A__''mic''__A__''pp|  |A|  |st''__A__''tic''__A__''pp|
|  |dynamicApp|  |B|  |staticApp|
|  |dynami''__C__''App|  |C|  |stati''__C__''App|
|  |''__D__''ynamicApp|  |D|  |staticApp|
|  |dynamicApp|  |E|  |staticApp|
|  |dynamicApp|  |F|  |staticApp|
|sort by ''__G__''roup|dynamicApp|  |G|  |staticApp|
|  |dynamicApp|  |H|  |staticApp|
|  |dynam''__I__''cApp|  |I|  |stat''__I__''cApp|
|  |dynamicApp|  |J|  |staticApp|
|  |dynamicApp|  |K|  |staticApp|
|  |dynamicApp|  |L|  |staticApp|
| [//''__M__''enu//] |dyna''__M__''icApp|  |M|  |staticApp|
|sort by ''__N__''ame|dy''__N__''amicApp|  |N|  |staticApp|
|  |dynamicApp|  |O|  |staticApp|
|  |dynamicA''__P__''''__P__''|  |P|  |staticA''__P__''''__P__''|
|sort by fre''__Q__''uent|dynamicApp|  |Q|  |staticApp|
|so''__R__''t by ''__R__''ecent|dynamicApp|  |R|  |staticApp|
|  |dynamicApp|  |S|  |''__S__''taticApp|
|sor''__T__'' by ''__T__''itle|dynamicApp|  |T|  |s''__T__''a''__T__''icApp|
|  |dynamicApp|  |U|  |staticApp|
|  |dynamicApp|  |V|  |staticApp|
|  |dynamicApp|  |W|  |staticApp|
|  |dynamicApp|  |X|  |staticApp|
|  |d''__Y__''namicApp|  |Y|  |staticApp|
|  |dynamicApp|  |Z|  |staticApp|
|!alt-|!alt-shift-|!Key|!k|!ctrl-|!ctrl-shift-|
|!alt-|!alt-shift-|!Key|!k|!ctrl-|!ctrl-shift-|
|  |  |folder mode|\|  |  |
|  |  |minimize mode|,|  |  |
|  |  |maximize mode|.|  |  |
|  |  |close mode|/|  |  |
|  |  |  |dn|minimize itself|  |
|  |  |restore mode|spc|  |  |
|!alt-|!alt-shift-|!Key|!k|!ctrl-|!ctrl-shift-|
^^The table was generated by hotkian ver.0.1.0, 9/9/2023^^
[img[https://hanaian.synology.me/~prog/dokuwiki/lib/exe/fetch.php?media=win:util:qdir.png]]
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  | [//''__A__''n''__A__''lyze//] |  |A|select ''__A__''ll|  |  |
|  | [//''__B__''uild//] |  |B|''__B__''uild proj|''__B__''uild all|compile file|
|  |  |  |C|''__C__''opy|run ''__C__''he''__C__''ks|  |
|  | [//''__D__''ebug//] |  |D|  |  |  |
|  | [//''__E__''dit//] |  |E|  |  |  |
|  | [//''__F__''ile//] |  |F|''__F__''ind|adv ''__F__''ind|  |
|  | [//''__H__''elp//] |  |H|  |  |  |
|  |  |  |I|auto ''__I__''ndent|  |  |
|  |  |  |K|locate|  |  |
|  |  |  |L|goto ''__L__''ine|  |  |
|  |  |  |M|book''__M__''ark|  |  |
|  |  |  |N|''__N__''ew|  |  |
|  |  |  |O|''__O__''pen|  |  |
|  |  |  |P|''__P__''rint|  |  |
|  |  |  |Q|''__Q__''uit|  |  |
|  |''__R__''un|  |R|  |''__R__''ename symbol|  |
|  |  |  |S|''__S__''ave|''__S__''ave all|  |
|  | [//''__T__''ools//] |  |T|  |''__T__''ype hierarchy|  |
|  |  |  |U|  |find ''__U__''sages|  |
|  |@''__V__'' ''__V__''im|  |V|paste|paste from history|  |
|  | [//''__W__''indo''__W__''//] |  |W|close|close all|  |
|  |  |  |X|cut|  |  |
|  |  |  |Y|redo|  |  |
|  |  |  |Z|undo|  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |issues|  |1|  |  |  |
|  |search result|  |2|  |  |  |
|  |app output|  |3|  |  |  |
|  |compile output|  |4|  |  |  |
|  |QML console|  |5|  |  |  |
|  |messages|  |6|  |  |  |
|  |version control|  |7|  |  |  |
|  |maximize output|  |9|  |  |  |
|  |show side bar|  |0|reset font|  |  |
|  |  |help|F1|  |  |  |
|declaration definition|  |follow symbol|F2|  |  |  |
|find prev|  |find next|F3|find next in selection|find prev in selection|  |
|  |  |head source|F4|  |  |  |
|  |  |debug|F5|  |  |  |
|prev item|  |next item|F6|  |  |  |
|  |  |breakpoint|F9|  |  |  |
|  |  |step over|F10|  |  |  |
|  |  |step into|F11|  |full screen|  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |[|block start|  |  |
|  |  |  |]|block end|  |  |
|  |  |  |\|fold all|  |  |
|  |  |  |,|prev bookmark|fold|  |
|  |  |  |.|next bookmark|unfold|  |
|  |  |  |/|comment|  |  |
|  |  |  |spc|  |  |quick toolbar|
|  |  |  |tab|prev doc in history|next doc in history|  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

!^e
|!shift-|!Key|!k|!ctrl-|
|  |next split|O|  |
|  |''__R__''ew''__R__''ap|R|  |
|  |  |V|show whitespace|
|  |  |W|''__W__''raping|
|!shift-|!Key|!k|!ctrl-|
|  |remove all splits|1|  |
|  |split h|2|  |
|  |split v|3|  |
|  |new window|4|  |
|  |remove split|0|  |
|declaration definition to split|follow symbol to split|F2|  |
|  |head source to split|F4|  |
|!shift-|!Key|!k|!ctrl-|
|!shift-|!Key|!k|!ctrl-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

!@c
|!Key|!k|!alt-|
|  |F|''__F__''etch snippet|
|  |P|''__P__''aste sni''__P__''pet|
|!Key|!k|!alt-|
|!Key|!k|!alt-|
|!Key|!k|!alt-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

!@z
|!Key|!k|!alt-|
|  |C|''__C__''ommit|
|  |D|''__D__''iff curr file|
|  |L|''__L__''og curr fi''__L__''e|
|  |S|''__S__''tatu''__S__'' curr file|
|!Key|!k|!alt-|
|!Key|!k|!alt-|
|!Key|!k|!alt-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
|  |  |  |A|select ''__A__''ll|unselect ''__A__''ll|
|  |  |  |C|''__C__''opy|''__C__''opy filenames|
|  | [//''__E__''dit//] |  |E|sam''__E__'' dir''__E__''ctory|''__E__''xplor''__E__''|
|  | [//''__F__''unctions//] |  |F|connect to ''__F__''TP…|  |
|  | [//''__H__''elp//] |  |H|view ''__H__''idden files|  |
|  |  |  |I|''__I__''nvert select''__I__''on|  |
|  |  |  |L|cacu''__L__''ate size|  |
|  |  |  |M|co''__M__''apre files|co''__M__''apre directories|
|  |  |  |O|''__O__''pen direct''__O__''ry|br''__O__''wse f''__O__''lder…|
|  |  |  |P|''__P__''ack…|  |
|  |  |  |R|''__R__''ef''__R__''esh|  |
|  | [//''__S__''election//] |  |S|''__S__''earch…|  |
|  | [//''__T__''ools//] |  |T|  |  |
|  |  |  |U|swap panels|  |
|  | [//''__V__''iew//] |  |V|paste|  |
|  |  |  |X|cut|  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
|  |  |help|F1|  |  |
|  |  |rename|F2|  |  |
|view selected files|  |view current file|F3|  |  |
|create file…|  |edit file|F4|  |  |
|clone in source directory…|  |copy to target directory…|F5|  |  |
|rename in source directory…|  |move to target directory…|F6|  |  |
|  |  |create folder…|F7|  |  |
|delete permanantly|  |move to recyclebin|F8|  |  |
|  |  |open console|F9|  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

[img[https://hanaian.synology.me/~prog/dokuwiki/lib/exe/fetch.php?media=win:util:saladin.png]]
|!  |!Shift|!Key|!Alt|!Ctrl+Alt|!Ctrl|!Ctrl+Shift|
|  |  |A|  |__''A''__ctivity| //select ''A''ll//|''a''ut__o__fill Form|
|  |  |B|(__B__ookmarks)|show all''B''ookmarks|  |''B''ookmarkBar|
|  |  |C|  |  | //''c''opy//|  |
|  |  |D|  |  |__a__''d''d bookmark...|  |
|  |  |E| (//__''E''__dit//)|empty Cache...|  |__u__se S''e''lection for Find|
|  |  |F| (//__''F''__ile//)|search Google...| //__''f''__ind...//|''F''indBanner|
|  |  |H|  |  |show allHistory|Home|
|  |  |I|(H__i__story)|  |  |__m__a''i''l Link to thisPage|
|  |  |J|  |  |__''j''__ump to Selection|  |
|  |  |K|  |  |  |bloc''k'' Popup|
|open __''L''__ocation|  |L|  |__D__own''l''oads|  |Reading ''L''ist|
|  |  |M|  |  |''m''i__n__imize|  |
|  |  |N|  |  | //__''n''__ewWin//|__B__ookmarkFolder|
|  |  |O|  |  | //__''o''__pen File...//|  |
|  |  |P|  |  | //__''p''__rint...//| //''P''ageSet__u__...//|
|  |  |R|  |  | //''r''eload//|  |
|  |  |S|  |search Result Snapback| //''s''ave Page __a__s...//|  |
|  |  |T|  |  | //n__e__w''T''ab//|''T''abBar|
|  |  |U|__v__iew So''u''rce|  |  |  |
|  |  |V|  |  | //paste//|  |
|  |  |W|  |  |__c__lose ''W''in|  |
|  |  |X|  |  | //cut//|  |
|  | //redo//|Z|  |  | //undo//|  |
|bookmarkbar''1''|  |1|  |show TopSites|  |  |
|bookmarkbar''2''|  |2|  |  |  |  |
|bookmarkbar''3''|  |3|  |  |  |  |
|bookmarkbar''4''|  |4|  |  |  |  |
|bookmarkbar''5''|  |5|  |  |  |  |
|  |  |0|  |  |act__u__alSize|  |
| //H__e__lp//|  |F1|  |  |  |  |
| //find next//| //find prev//|F3|  |  |  |  |
|  |  |F4| //close Win//|  | //close Tab//|  |
| //reload//|  |F5|  |  |  |  |
|  |  |hypn|  |  |zoo__m__ out|  |
|  |  |,|  |  |Prefere__n__ce|  |
|  | //paste//|ins|  |  | //copy//|  |
| //''__d__el''ete//| //cut//|del|  |  |  |  |
|  |  |lf| //backward//|  |  |  |
|  |  |rt| //forward//|  |  |  |
| //stop//|  |esc|  |  |  |  |
|  |  |tab|  |  | //prevTab//| //nextTab//|
!Console
|!alt-|!Key|!k|!ctrl-|
|  |  |A| select ''__A__''ll|
|  |  |C| ''__C__''opy|
| [//''__E__''dit//] |  |E|''__E__''x''__E__''cute…|
| [//''__F__''ile//] |  |F|  |
|  |  |L|''__L__''oad environment…|
|  |  |P| ''__P__''rint|
|  |  |Q| ''__Q__''uit|
|  |  |S|''__S__''ave environment…|
|  |  |V| paste|
|  |  |X| cut|
|!alt-|!Key|!k|!ctrl-|
|  | help|F1|  |
|!alt-|!Key|!k|!ctrl-|
|!alt-|!Key|!k|!ctrl-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

!Editor
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
|  |  |  |A|  |c''__A__''pit''__A__''lize|
|  |  |  |B|select ''__B__''lock|find files|
|  |  |  |C| ''__C__''opy|''__C__''opy as html|
|  |  |  |D|comment|uncomment|
|  | [//''__E__''dit//] |  |E|run until car''__E__''t|run without ''__E__''cho|
|  | [//''__F__''ile//] |  |F| ''__F__''ind/replace|''__F__''ind word in ''__F__''iles|
|  |  |  |G|navi''__G__''ator|''__G__''enerate comments|
|  |  |  |H|auto completion bracket…|auto completion function…|
|  |  |  |I|correct ''__I__''ndentat''__I__''on|  |
|  |  |  |J|lowercase|uppercase|
|  |  |  |K|find next|find prev|
|  |  |  |L|prev ahchor|next anchor|
|  |  |  |M|set anchor|re''__M__''ove anchor|
|  | [//wi''__N__''dow//] |  |N| ''__N__''ew|  |
|  | [//''__O__''pen ^url//] |  |O| ''__O__''pen|''__O__''pen functi''__O__''n|
|  |  |  |P| ''__P__''rint|''__P__''review|
|  |  |  |Q| ''__Q__''uit|  |
|  |  |  |R|  |''__R__''eload|
|  |  |  |S| ''__S__''ave|''__S__''ave a''__S__''|
|  |  |  |T|  |copy new ''__T__''ab|
|  |  |  |V| paste|paste column|
|  |  |  |W| close|remove trailing spaces|
|  | [//e''__X__''ecute//] |  |X| cut|detach new tab|
|  |  |  |Y| redo|  |
|  |  |  |Z| undo|repeat column|
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
|about|  |help|F1|help…|  |
|  |  |incremental search|F3|  |  |
|  |  |save and run|F5|save and run all|  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
|  |  | delete|del|  |  |
|shift left|  |shift right|tab|  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
!Infomation
| !developer | Skype |
| !homepage | http://skype.com |
| !link | http://shortcutia.com/hotkian/windows-7.html#Skype-5.9.0.123 |
| !sister | [[Ubuntu-11.10|ubuntu-11.10.html#Skype-5.9.0.123]] |
!Default Hotkey Table
|!  |!Shift|!key|!Alt+Shift|!Alt|!Ctrl+Alt|!Ctrl|!Ctrl+Shift|!Ctrl+Alt+Shift|!Win|
|  |  |1|  |Contacts|  |  |  |  |  |
|  |  |2|  |Recent|  |  |  |  |  |
|  |  |3|  |FacebookFriends|  |  |  |  |  |
|find|  |F4|  |  |  |hide Conversation|  |  |  |
|  |  |ent|  |fullScreen|  |  |  |  |  |
asdf
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
|  |  |''__A__''rchive	|A|  |select thre''__A__''d|
|  |  |prev message|B|  |address ''__B__''ook|
|  | [//g''__C__''onta''__C__''tsync//] |  |C|  |  |
|  | [//''__E__''dit//] |  |E|''__E__''dit as n''__E__''w message|  |
|  | [//''__F__''ile//] |next message|F|  |search messages|
|  | [//''__G__''o//] |  |G|  |  |
|  | [//''__H__''elp//] |  |H|  |  |
|  |  |  |I|  |chat|
|  |  |  |J|saved files|error console|
|ignore subthread|  |ignore thread|K|  |  |
|  |  |  |L|forward|rep''__L__''y to ''__L__''ist|
|  | [//''__M__''essage pane//] |  |M|  |''__M__''ore again|
|  |  |''__N__''ext u''__N__''read message|N|''__N__''ew message|  |
|  |  |  |O|''__O__''pen message|''__O__''pen c''__O__''nversation|
|  |  |''__P__''rev unread message|P|  |  |
|  |  |  |R|  |''__R__''eply to all|
|  |  |  |S|''__S__''ave file|  |
|  | [//''__T__''ools//] |nex''__T__'' unread ''__T__''hread|T|  |  |
|  |  |  |U|message so''__U__''rce|  |
|  | [//''__V__''iew//] |  |V|  |  |
|  |  |''__W__''atch thread|W|close tab|  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
|  |  |  |0|reset|  |
|  |  |rename folder|F2|  |  |
|all account|  |current account|F5|  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
|  |  |forward|[|  |  |
|  |  |backward|]|  |  |
|  |mail start|  |hm|  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
|  |  |  |B|  |''__B__''ranch view|  |
|  | [//''__C__''ommands//] |  |C|  |  |  |
|  |  |  |D|  |''__D__''ir hotlist|  |
|  | [//''__F__''ile//] |  |F|  |''__F__''tp connect…|''__F__''tp disconnect|
|  | [//''__H__''elp//] |  |H|  |  |  |
|  |  |  |L|  |cacu''__L__''ate size|  |
|  | [//''__M__''ark//] |  |M|  |''__M__''ulti rena''__M__''e…|  |
|  | [//''__N__''et//] |  |N|  |ftp ''__N__''ew co''__N__''nect…|  |
|  | [//c''__O__''nfigurati''__O__''n//] |  |O|  |  |  |
|  |  |  |Q|  |''__Q__''uick view|  |
|  |  |  |R|  |''__R__''e''__R__''ead source|  |
|  | [//''__S__''tart//] |  |S|  |  |  |
|  |  |  |T|  |new folder|  |
|  |  |  |U|  |swap panels|  |
|  | [//sho''__W__''//] |  |W|  |  |  |
|  |  |  |Z|  |edit comment…|  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
|custom columns|  |help|F1|  |brief|thumbnail view|
|compare dir|  |  |F2|  |full|comments|
|  |  |  |F3|  |name|  |
|  |quit|  |F4|  |extension|  |
|  |pack…|  |F5|  |time|  |
|  |  |  |F6|  |size|  |
|  |search…|  |F7|search separate process…|unsorted|  |
|  |  |  |F8|  |tree|separate tree|
|  |unpack…|  |F9|test archives|  |  |
|  |cd tree…|  |F10|  |all files|  |
|  |  |  |F11|  |programs|  |
|  |  |  |F12|  |custom…|  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
|  |backward|  |lf|  |  |  |
|  |properties…|  |ent|  |  |  |
|  |select all same extension|select group…|n+|  |select all|  |
|  |  |unselect group…|n-|  |unselect all|  |
|  |  |invert selection|n*|  |  |  |
|  |  |restore selection|n/|  |  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

[img[https://hanaian.synology.me/~prog/dokuwiki/lib/exe/fetch.php?media=win:util:totalcommander.png]]
|!alt-|!Key|!k|!ctrl-|
|  |  |C| ''__C__''opy|
| [//''__E__''dit//] |  |E|  |
| [//''__F__''ile//] |  |F| ''__F__''ind in article|
| [//''__H__''elp//] |  |H|  |
|  |  |M|''__M__''ini''__M__''ize to tray|
|  |  |N| ''__N__''ew|
|  |  |O| ''__O__''pen…|
|  |  |R| ''__R__''eplace in a''__R__''ticle|
| [//''__S__''earch//] |  |S|  |
| [//''__V__''iew//] |  |V| paste|
|  |  |W|''__W__''rap text|
|  |  |X| cut|
|  |  |Z| undo|
|!alt-|!Key|!k|!ctrl-|
|  |tree and article|F10|  |
|  |tree only|F11|  |
|  |article only|F12|  |
|!alt-|!Key|!k|!ctrl-|
|!alt-|!Key|!k|!ctrl-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|
|  |  |  |B|stop scan|
| [//''__E__''xpand//] |  |  |E|  |
| [//''__F__''ile//] |  |  |F|  |
|  |as ''__G__''b|  |G|  |
| [//''__H__''elp//] |  |  |H|  |
|  |automat''__I__''c un''__I__''ts|  |I|  |
|  |as ''__K__''b|  |K|  |
|  |as ''__M__''b|  |M|  |
|  |''__N__''ew i''__N__''stance|  |N|  |
| [//''__O__''pti''__O__''ns//] |  |  |O|  |
|  |''__P__''rint re''__P__''ort…|  |P|  |
| [//''__S__''can//] |  |  |S|  |
| [//''__T__''reepro//] |  |  |T|  |
| [//''__V__''iew//] |  |  |V|  |
|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|
|  |size|  |1|  |
|  |allocated space|  |2|  |
|  |percent|  |3|  |
|  |file count|  |4|  |
|  |optical media|  |5|  |
|  |  |contents|F1|  |
|  |  | refresh|F5|  |
|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|
|  |sort by name|  |.|  |
|  |sort by size|  |/|  |
|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |A|select ''__A__''ll|  |  |
|  |  |  |B|  |  |''__B__''reakpoints|
|  | [//pa''__C__''kage//] |  |C|''__C__''opy|  |  |
|  |  |  |D|je''__D__''i format|enclose if''__D__''ef|assembler|
|  | [//''__E__''dit//] |  |E|incr''__E__''m''__E__''ntal find|  |  |
|  | [//''__F__''ile//] |  |F|''__F__''ind|''__F__''ind in ''__F__''iles|search results|
|  |procesure list|  |G|''__G__''oto line|insert ''__G__''uid|  |
|  | [//''__H__''elp//] |  |H|jump backward|jump forward|''__H__''istory|
|  |  |  |I|''__I__''ndent|f''__I__''nd ''__I__''dentifier|  |
|  |  |  |J|  |  |''__J__''ump history|
|  |  |  |K|T select word<br>L select line<br>N uppercase<br>O lowercase<br>P swapcase|  |  |
|  |  |  |L|  |  |''__L__''oca''__L__'' variables|
|  |  |  |M|''__M__''essage co''__M__''poser|character''__M__''ap|  |
|  |  |  |N|  |e''__N__''close|  |
|  | [//s''__O__''urce//] |  |O|''__O__''pen|''__O__''pti''__O__''ns|  |
|  | [//''__P__''roject//] |  |P|''__P__''rint|  |com''__P__''onents|
|  |  |  |Q|O end<br>M find start|  |  |
|  | [//''__R__''un//] |  |R|''__R__''eplace|  |''__R__''egiste''__R__''s|
|  | [//''__S__''earch//] |  |S|''__S__''ave|''__S__''ave all|call ''__S__''tack|
|  | [//''__T__''ools//] |  |T|  |inser''__T__'' ''__T__''odo|''__T__''hread|
|  |  |  |U|''__U__''nindent|''__U__''ncomment|  |
|  | [//''__V__''iew//] |  |V|paste|comment|e''__V__''ent log|
|  | [//''__W__''indo''__W__''//] |  |W|  |source manager|''__W__''atches|
|  |  |  |X|cut|complete|  |
|  |  |  |Z|undo|redo|  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |rename identifier|F2|stop|  |  |
|  |  |find next|F3|  |  |  |
|  |  |run at cursor|F4|close|  |  |
|watch breakpoint|inspect|  |F5|add watch|  |  |
|  |  |step into|F7|evaluate|  |  |
|step out|  |step over|F8|jump to next error|jump to prev error|  |
|build|  |run|F9|compile|run without debug|  |
|add to project|add unit|object inspector|F11|open project|project options|  |
|forms|open unit|toggle form unit|F12|units|  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |/|toggle|  |  |
|  |find declaration|  |up|  |  |  |
|  |  |  |ent|open file at cursor|  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |A|  |select ''__A__''ll|  |  |
|  |  |  |B|  |  |  |''__B__''reakpoints|
|  | [//pa''__C__''kage //] |  |C|  |''__C__''opy|  |  |
|  |  |  |D|  |current e''__D__''itor win''__D__''ow|enclose $if''__D__''ef…|assembler|
|  | [//''__E__''dit//] |  |E|  |clon''__E__''|  |  |
|  | [//''__F__''ile//] |  |F|  |''__F__''ind…|''__F__''ind in ''__F__''iles…|search results|
|  |procedure list…|  |G|  |''__G__''oto line…|insert a ''__G__''UID|  |
|  | [//''__H__''elp//] |  |H|  |jump backward|jump forward|''__H__''istory|
|  |  |  |I|  |''__I__''ndent select''__I__''on|f''__I__''nd ''__I__''dentifier references…|  |
|  |  |  |J|  |  |  |''__J__''ump history|
|  |  |  |L|  |  |  |''__L__''oca''__L__'' variables|
|  | [//''__M__''ultiproject//] |  |M|  |''__M__''essage co''__M__''poser…|insert char ''__M__''ap…|  |
|  |  |  |N|  |  |e''__N__''close selectio''__N__'' {}…|  |
|  | [//s''__O__''urce//] |  |O|  |''__O__''pen…|''__O__''pti''__O__''ns…|  |
|  | [//''__P__''roject//] |  |P|show ide scout…|''__P__''rint…|  |com''__P__''onents|
|  | [//''__R__''un//] |  |R|  |''__R__''eplace…|  |''__R__''egiste''__R__''s|
|  | [//''__S__''earch//] |  |S|  |''__S__''ave|''__S__''ave all|call ''__S__''tack|
|  | [//se''__T__''''__T__''ings//] |  |T|  |  |  |''__T__''hreads|
|  |  |  |U|  |''__U__''nindent selection|''__U__''ncomment selection|  |
|  | [//''__V__''iew//] |  |V|  |paste|comment selection|e''__V__''ent log|
|  | [//''__W__''indo''__W__''//] |  |W|  |  |manage source editors…|''__W__''atches|
|  |  |  |X|  |cut|complete code dialog|  |
|  |  |  |Z|  |undo|redo|  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|change component tag|  |rename identifier|F2|  |stop|  |  |
|find prev|  |find next|F3|  |  |  |  |
|  |  |step over to cursor|F4|  |close page|  |  |
|data/watch breakpoint|inspect…|  |F5|  |add watch…|  |  |
|  |  |step into|F7|  |evaluate…|  |  |
|step out|  |step over|F8|  |jump to next error|jump to prev error|  |
|build|  |run|F9|  |compile|run no-debug|  |
|add editor to project|add unit to uses section…|object inspector|F11|  |open project…|project options…|  |
|forms…|open unit…|form/unit view|F12|  |units…|  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |/|  |toggle comment selection|  |  |
|  |find declaration of end|  |up|  |  |  |  |
|  |  |  |ent|  |open file at cursor|  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

!^K
|!Key|!k|!ctrl-|
|se''__L__''ect ''__L__''ine|L|  |
|uppercase selectio''__N__''|N|  |
|l''__O__''wercase selecti''__O__''n|O|  |
|swa''__P__'' case selection|P|  |
|selec''__T__'' word|T|  |
|!Key|!k|!ctrl-|
|!Key|!k|!ctrl-|
|!Key|!k|!ctrl-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

!^Q
|!Key|!k|!ctrl-|
|find start of codeblock|M|  |
|find ''__O__''ther end ''__O__''f codeblock|O|  |
|!Key|!k|!ctrl-|
|!Key|!k|!ctrl-|
|!Key|!k|!ctrl-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^


|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|!ctrl-alt-|
|  |  |  |A|file, s''__A__''ve ''__A__''s |  |
|  |edit, ''__B__''lank |  |B|edit, ''__B__''lank, reverse ''__B__''lank all |tools, ''__B__''oundary |
|  |''__C__''opy |  |C|view, ''__C__''urvature graph |tools, ''__C__''lsf |
|  |''__D__''elete |  |D|''__D__''rafting |  |
|  |tools, ''__E__''xpr''__E__''ssion |  |E|  |  |
|  |''__F__''it view |  |F|''__F__''ormat, layout, ''__F__''it all views |  |
|  |''__G__''rip execute |  |G|debu''__G__'' ''__G__''rip |  |
|  |  |  |H|''__H__''ig''__H__'' quality image part |  |
|  |''__I__''nformat''__I__''on, object |  |I|''__I__''nformat''__I__''on, object |  |
|  |edit, ob''__J__''ect display |  |J|preferences, ob''__J__''ect |  |
|  |  |  |K|edit, blan''__K__'', unblan''__K__'' selected |  |
|  |format, ''__L__''ayer settings |  |L|  |  |
|  |application, ''__M__''odeling|  |M|  |application ''__M__''anufacturing |
|  |file, ''__N__''ew |  |N|format, layout, ''__N__''ew |tools, u''__N__''isim |
|  |file, ''__O__''pen |  |O|f''__O__''rmat, lay''__O__''ut, open |  |
|  |file, ''__P__''lot |  |P|tools, macro, ''__P__''layback |  |
|  |  |  |Q|''__Q__''uick shaded image |  |
|  |view, ope''__R__''ation, ''__R__''otate |  |R|tools, mac''__R__''o, ''__R__''ecord |  |
|  |file, ''__S__''ave |  |S|tool''__S__'', macro, ''__S__''tep |  |
|  |edi''__T__'', ''__T__''ransform |  |T|preferences, selec''__T__''ion |  |
|  |exec''__U__''te ''__U__''ser function |  |U|edit, blank, ''__U__''nblank all of |  |
|  |paste |  |V|format, ''__V__''isible in ''__V__''iew |  |
|  |application, gate''__W__''ay|  |W|  |application assemblies |
|  |cut |  |X|  |tools, lathe cross-section |
|  |edit, undo |  |Z|view, operation, ''__Z__''oom |  |
|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|!ctrl-alt-|
|  |  |help on context |F1|  |  |
|  |  |view current dialog |F3|  |  |
|closes active window |  |information window |F4|  |  |
|  |  |refresh |F5|  |  |
|  |  |closest orthographic view |F8|  |  |
|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|!ctrl-alt-|
|  |  |trimetric view |hm|  |  |
|  |  |isometric view|ed|  |  |
|!alt-|!ctrl-|!Key|!k|!ctrl-shift-|!ctrl-alt-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
|  |  |  |B|  |''__B__''ranch view|  |
|  |  |  |D|  |hotlist|  |
|  |  |  |F|  |''__F__''tp connection…|  |
|  |  |  |H|  |s''__H__''ow ''__H__''idden files|  |
|  |  |  |M|  |''__M__''ulti rena''__M__''e…|  |
|  |  |  |N|  |''__N__''ew ftp co''__N__''nection…|  |
|  |  |  |P|  |co''__P__''y ''__P__''ath to command|  |
|  |  |  |Q|  |''__Q__''uick view panel|  |
|  |  |  |R|  |''__R__''e''__R__''ead source|  |
|  |  |  |S|  |''__S__''how ''__S__''ystem files|  |
|  |  |  |U|  |swap so''__U__''rce target|  |
|  |  |  |Y|  |  |assign director''__Y__'' icon…|
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
|  |  |  |0|  |scale ''__0__''|  |
|  |  |  |F1|  |brief|thumbnails|
|compare dir|  |  |F2|  |full|comments|
|  |  |  |F3|  |name|  |
|  |quit|  |F4|  |extension|  |
|  |pack…|  |F5|  |time|  |
|rename|  |  |F6|  |size|  |
|  |search…|  |F7|  |  |  |
|  |command history|  |F8|  |  |  |
|  |extract separate archives…|  |F9|  |  |  |
|context menu|  |  |F10|  |all files|  |
|  |  |  |F11|  |programs|  |
|  |  |  |F12|  |filter…|  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
|  |  |  |\|  |jump to root|  |
|  |  |  |pgup|  |back to parent|  |
|  |  |  |pgdn|  |open|  |
|  |edit panel path|  |up|  |  |  |
|  |dir history|  |dn|  |  |  |
|  |  |unselect all|esc|  |  |  |
|  |properties…|  |ent|calculate subfolders|copy name to command|  |
|  |select all same extensions|select group…|n+|  |select all|  |
|  |unselect all same extensions|unselect group…|n-|  |  |  |
|  |  |invert file selection|n*|  |invert all selection|  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

[img[https://hanaian.synology.me/~prog/dokuwiki/lib/exe/fetch.php?media=win:util:unrealcommander.png]]
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |A|  |''__A__''dd new item|comm''__A__''nd|
|  |  |  |C|  |''__C__''lasses|  |
|  |  |  |D|  |  |outline|
|  |  |  |E|  |r''__E__''sourc''__E__''s|''__E__''xc''__E__''ption|
|  |  |  |F|''__F__''ind|''__F__''ind in ''__F__''iles|  |
|  |  |  |G|''__G__''o|  |  |
|  |  |  |H|replace|replace in files|  |
|  |  |  |I|  |  |d''__I__''rect run|
|  |  |  |J|  |  |ob''__J__''ects|
|  |  |  |K|  |  |tree|
|  |  |  |L|  |  |so''__L__''ution|
|  |  |  |N|''__N__''ew file|''__N__''ew project|  |
|  |  |  |O|''__O__''pen file|''__O__''pen pr''__O__''ject|  |
|  |  |  |P|''__P__''rint|^_K ''__P__''rev bookmark in folder|''__P__''rocess|
|  |  |  |R|  |  |web b''__R__''owse''__R__''|
|  |  |  |S|''__S__''ave file|''__S__''ave all|''__S__''erver|
|  |  |  |V|  |definitions|  |
|  |  |  |W|^K bookmark|  |  |
|  |  |  |X|  |  |tools|
|  |  |  |Y|  |  |s''__Y__''mbol finding results|
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |output|  |2|  |  |  |
|  |  |  |0|  |  |code|
|  |  |  |F1|help|  |add help contents|
|prev bookmark|diagnosis without debug|  |F2|toggle bookmark|remove bookmark|diagnosis tools|
|  |close|  |F4|  |  |  |
|  |diagnosis|debug|F5|run without debug|  |  |
|designer|project properties |solution build|F7|  |  |solution rebuild|
|  |break point|toggle breakpoint|F9|  |remove all breakpoints|  |
|  |solution analysis|step into|F11|  |  |  |
|  |  |step|F12|  |  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |-|backward|forward|  |
|  |  |  |,|explorer|  |  |
|  |properties|  |ent|  |  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-shift-|
|  |  |  |A|  |select ''__A__''ll|  |  |
|  | [//''__B__''ookmark//] |  |B|  |manage ''__B__''ookmarks…|show ''__B__''ookmarks ''__B__''ar|  |
|  |  |  |C|  |''__C__''opy|''__C__''opy sele''__C__''ted text to note|  |
|  |focus a''__D__''''__D__''ress|  |D|  |create bookmark|''__D__''ownloa''__D__''s panel|  |
|  | [//''__E__''dit//] |  |E|  |focus s''__E__''arch fi''__E__''ld|''__E__''xt''__E__''nsions|  |
|  | [//''__F__''ile//] |  |F|  |''__F__''ind in page|  |  |
|  |  |  |G|  |find next in pa''__G__''e|find prev in pa''__G__''e|  |
|  | [//''__H__''elp//] |  |H|  |''__H__''istory|''__H__''istory panel|  |
|  |  |  |I|  |  |developer tools|load ''__I__''mages|
|  |  |  |J|  |donwloads panel|developer tools console|  |
|  |  |  |K|  |focus search field|  |  |
|  |  |  |L|  |focus address|  |  |
|  |  |  |M|  |horizontal ''__M__''ain ''__M__''enu|  |  |
|  |  |  |N|  |''__N__''ew wi''__N__''dow|''__N__''ew private wi''__N__''dow|  |
|  |  |  |O|  |''__O__''pen file…|n''__O__''tes panel|  |
|  |settings|  |P|  |''__P__''rint…|  |  |
|  |  |  |R|  |''__R__''eload page|fo''__R__''ce page ''__R__''eload|  |
|  |  |  |S|  |''__S__''ave page a''__S__''…|''__S__''how ''__S__''tatus bar|  |
|  | [//''__T__''ools//] |  |T|  |new ''__T__''ab|reopen close ''__T__''ab|  |
|  |  |  |U|  |view page so''__U__''rce|  |  |
|  | [//''__V__''iew//] |  |V|  |paste|paste and go|  |
|  | [//''__W__''indo''__W__''//] |  |W|  |close tab|  |  |
|  |  |  |X|  |cut|  |  |
|  |  |  |Y|  |redo|  |  |
|  |  |  |Z|  |undo|  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-shift-|
|  |  |prev tab (position)|1|  |switch to tab''__1__''|  |  |
|  |  |next tab (position)|2|  |switch to tab''__2__''|  |  |
|  |  |next tab (time)|3|  |switch to tab''__3__''|  |  |
|  |  |prev tab (time)|4|  |switch to tab''__4__''|  |  |
|  |  |  |5|  |switch to tab''__5__''|  |  |
|  |  |page zoom reset|6|  |switch to tab''__6__''|  |  |
|  |  |page zoom out half|7|  |switch to tab''__7__''|  |  |
|  |  |page zoom in double|8|  |switch to tab''__8__''|  |  |
|  |  |page zoom out|9|  |switch to the last tab|  |  |
|  |  |page zoom in|0|  |page zoom reset|  |  |
|  |  |help|F1|  |keyboard cheat sheet|  |  |
|  |  |quick command|F2|  |  |  |  |
|find prev in page|  |find next in page|F3|  |  |  |  |
|  |  |show panel|F4|  |close tab|  |  |
|  |  |reload page|F5|  |force page reload|  |  |
|  |  |bookmarks panel|F6|  |untile tabs|  |  |
|  |open next panel|focus panel|F7|open prev panel|tile to grid|  |  |
|  |  |focus address|F8|  |tile horizontally|  |  |
|  |  |focus page|F9|  |tile vertically|  |  |
|  |  |full screen|F11|  |hide ui|  |  |
|  |  |developer tools|F12|  |  |  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-shift-|
|  |@@close tab@@|  |\|@@reopen close tab@@|  |  |  |
|  |@@prev tab@@ (position)|  |;|  |  |  |  |
|  |@@next tab@@ (position)|  |'|  |  |  |  |
|  |  |find in page|.|  |  |  |  |
|  |  |  |del|  |  |delete browsing data…|  |
|  |home|  |hm|  |  |  |  |
|  |  |  |pgup|  |prev tab (position)|move active tab back|  |
|  |  |  |pgdn|  |next tab (position)|move active tab forward|  |
|spatial navigation up|  |  |up|  |  |  |  |
|spatial navigation down|  |  |dn|  |  |  |  |
|task manager|  |stop loading|esc|  |  |  |  |
|  |  |  |tab|  |tab cycler forward|tab cycler back|  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |A|toggle block comment|  |  |  |
|  |  |  |B|  |toggle side''__B__''ar visi''__B__''ility|  |  |
|  |toggle ''__C__''ase-sensitive|  |C|  |''__C__''opy line (empty sele''__C__''tion)|  |  |
|  |  |  |D|  |a''__D__''''__D__'' selection to next find match|show ''__D__''ebug|  |
|  | [//''__E__''dit//] |  |E|  |  |show ''__E__''xplor''__E__''r / toggle focus|  |
|  | [//''__F__''ile//] |  |F|''__F__''ormat document|''__F__''ind|show search|  |
|  | [//''__G__''o//] |  |G|  |''__G__''o to line…|show source control|  |
|  | [//''__H__''elp//] |  |H|  |replace|replace in files|  |
|  |  |  |I|''__I__''nsert cursor at end of each l''__I__''ne selected|  |  |  |
|  |  |  |J|  |  |toggle search details|  |
|  |  |  |K|  |  |delete line|  |
|  |  |  |L|  |se''__L__''ect current ''__L__''ine|se''__L__''ect a''__L__''l occurrences of current selection|  |
|  |  |  |M|  |toggle tab ''__M__''oves focus|show proble''__M__''s panel|  |
|  |  |  |N|  |''__N__''ew file|''__N__''ew wi''__N__''dow/instance|  |
|  |  |  |O|  |''__O__''pen file…|g''__O__'' t''__O__'' symbol…|  |
|  |  |  |P|  |quick o''__P__''en, go to file…|show command ''__P__''alette|  |
|  | [//''__R__''un//] |  |R|  |  |  |  |
|  | [//''__S__''election//] |  |S|  |''__S__''ave|''__S__''ave a''__S__''…|  |
|  | [//''__T__''erminal//] |  |T|  |show all symbols|reopen closed edi''__T__''or|  |
|  |  |  |U|  |''__U__''ndo last c''__U__''rsor operation|show o''__U__''tp''__U__''t panel|  |
|  | [//''__V__''iew//] |  |V|  |paste into acti''__V__''e terminal|open markdown pre''__V__''iew|  |
|  |toggle ''__W__''hole ''__W__''ord|  |W|  |close editor|close ''__W__''indo''__W__''/instance|  |
|  |  |  |X|  |cut line (empty selection)|show e''__X__''tensions|  |
|  |toggle word wrap|  |Z|  |  |  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |1|  |focus into ''__1__'' editor group|  |  |
|  |  |  |2|  |focus into ''__2__'' editor group|  |  |
|  |  |  |3|  |focus into ''__3__'' editor group|  |  |
|  |  |  |0|toggle editor layout (horizontal/vertical)|  |  |  |
|  |  |show command palette|F1|  |  |  |  |
|  |  |rename symbol|F2|  |select all occurrences of current word|  |  |
|find previous|  |find next|F3|  |  |  |  |
|  |  |  |F4|  |close editor|  |  |
|stop|  |start/continue|F5|  |  |  |  |
|go to previous error or warning|  |go to next error or warning|F8|  |  |  |  |
|  |  |toggle breakpoint|F9|  |  |  |  |
|  |  |step over|F10|  |  |  |  |
|step out|  |toggle full screen|F11|  |  |  |  |
|show references|peek definition|go to definition|F12|  |  |  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |`|  |show integrated terminal|create new terminal|  |
|  |  |  |[|  |outdent line|fold (collapse) region|  |
|  |  |  |]|  |indent line|unfold (uncollapse) region|  |
|  |  |  |\|  |split editor|jump to matching bracket|  |
|  |  |  |,|  |user settings|  |  |
|  |  |  |.|  |quick fix|  |  |
|  |  |  |/|  |toggle line comment|  |  |
|  |  |go to beginning of line|hm|  |go to beginning of file|  |  |
|  |  |go to end of line|ed|  |go to end of file|  |  |
|scroll page up|scroll page up|  |pgup|  |  |move editor left|  |
|scroll page down|scroll page down|  |pgdn|  |move editor right|  |  |
|  |move line up|  |up|copy line up|scroll line up|  |insert cursor above |
|  |move line down|  |dn|copy line down|scroll line down|  |insert cursor below|
|  |go back|  |lf|shrink selection|  |  |  |
|  |go forward|  |rt|expand selection|  |  |  |
|  |select all occurences of find match|  |ent|  |insert line below|insert line above|  |
|  |  |  |spc|  |trigger suggestion|trigger parameter hints|  |
|  |  |  |tab|  |open next|navigate editor group history|  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|

!Ctrl+K
|!Key|!k|!ctrl-|
|  |C|add line ''__C__''omment|
|  |D|move last selection to next fin''__D__'' match|
|close ''__F__''older|F|''__F__''ormat selection|
|  |I|show hover|
|  |J|unfold (uncollapse) all regions|
|change file language|M|  |
|sh''__O__''w active file in new wind''__O__''w/instance|O|  |
|co''__P__''y ''__P__''ath of active file|P|  |
|''__R__''eveal active file in explo''__R__''er|R|  |
|''__S__''ave all|S|keyboard ''__S__''hortcut''__S__''|
|  |U|remove line comment|
|open markdown pre''__V__''iew to the side|V|  |
|  |W|close all|
|  |X|trim trailing whitespace|
|''__Z__''en mode (esc esc to exit)|Z|  |
|!Key|!k|!ctrl-|
|  |0|fold (collapse) all regions|
|open definition to the side|F12|  |
|!Key|!k|!ctrl-|
|  |[|fold (collapse) all subregions|
|  |]|unfold (uncollapse) all subregions|
|keep preview mode editor open|ent|  |
|!Key|!k|!ctrl-|

^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
|!  |!Shift|!key|!Alt+Shift|!Alt|!Ctrl+Alt|!Ctrl|!Ctrl+Shift|!Ctrl+Alt+Shift|!Win|
|  |  |A|  |  |  | //select __''A''__ll//|  |  |  |
|  |  |C|  |  |  | //__''c''__opy//|  |  |  |
|  |  |E|  | (//__''E''__dit//)|  |  |  |  |  |
|  |  |F|  | (//__''F''__ile//)|  | //__''f''__ind//| //__''f''__ind in Files//|  |  |
|  |  |G|  |  |  | //''g''oto __L__ine//|  |  |  |
|  |  |H|  | (//__''H''__elp//)|  |  |  |  |  |
|  |  |O|  |  |  | //__''o''__pen//|  |  |  |
|  |  |Q|  |  |  | //__''q''__uit//|  |  |  |
|  |  |R|  |  |  | //__''r''__eplace//| //__''r''__eplace in Files//|  |  |
|  |  |S|  |  |  | //__''s''__ave//| //__''s''__ave// All Files|  |  |
|  |  |T|  | (//__''T''__ools//)|  |  |  |  |  |
|  |  |V|  | (//__''V''__iew//)|  | //__p__aste//|  |  |  |
|  |  |W|  |  |  | //close//| //close// All Files|  |  |
|  |  |X|  |  |  | //cu__t__//|  |  |  |
|  |  |Z|  |  |  | //__u__ndo//| //__r__edo//|  |  |
| //find __n__ext//| //find __p__rev//|F3|  |  |  |  |  |  |  |
|  | //paste//|ins|  |  |  | //copy//|  |  |  |
|  | //cut//|del|  |  |  |  |  |  |  |
|  |  |lf|  | //backward//|  |  |  |  |  |
|  |  |rt|  | //forward//|  |  |  |  |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-win-|!ctrl-shift-|
| ~~//tray''__B__''ar//~~|  |  |B|  |  |  |  |  |  |
| ~~//restore/minimize all monitor//~~|  |  |D|  |  |  |  |  |  |
| ~~//''__E__''xplor''__E__''r//~~|  |  |E|  |  |  |  |  |  |
| ~~//search result//~~|  |  |F|  |  |  |  | ~~//''__F__''ind computer//~~|  |
| ~~//''__L__''ock computer//~~|  |  |L|  |  |  |  |  |  |
| ~~//''__M__''ini''__M__''ize current monitor//~~|  |  |M|  |  |  |  |  |  |
| ~~//dis''__P__''lay mode//~~|  |  |P|  |  |  |  |  |  |
| ~~//''__R__''un//~~|  |  |R|  |  |  |  |  |  |
| ~~//''__T__''askbar//~~|  |  |T|  |  |  |  |  |  |
| ~~//easy access center//~~|  |  |U|  |  |  |  |  |  |
| ~~//mobility center//~~|  |  |X|  |  |  |  |  |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-win-|!ctrl-shift-|
| ~~//app''__1__''//~~|  |  |1| ~~//new app''__1__''//~~|  |  |  |  |  |
| ~~//app''__2__''//~~|  |  |2| ~~//new app''__2__''//~~|  |  |  |  |  |
| ~~//app''__3__''//~~|  |  |3| ~~//new app''__3__''//~~|  |  |  |  |  |
| ~~//app''__4__''//~~|  |  |4| ~~//new app''__4__''//~~|  |  |  |  |  |
| ~~//app''__5__''//~~|  |  |5| ~~//new app''__5__''//~~|  |  |  |  |  |
| ~~//app''__6__''//~~|  |  |6| ~~//new app''__6__''//~~|  |  |  |  |  |
| ~~//app''__7__''//~~|  |  |7| ~~//new app''__7__''//~~|  |  |  |  |  |
| ~~//app''__8__''//~~|  |  |8| ~~//new app''__8__''//~~|  |  |  |  |  |
| ~~//app''__9__''//~~|  |  |9| ~~//new app''__9__''//~~|  |  |  |  |  |
| ~~//app''__0__''//~~|  |  |0| ~~//new app''__0__''//~~|  |  |  |  |  |
| ~~//windows help//~~|  |  |F1|  |  |  |  |  |  |
|  |  |  |F4|  | ~~//exit//~~|  |  |  |  |
|  | ~~//popup menu//~~|  |F10|  |  |  | ~~//main menu//~~|  |  |
| ~~//align left/right//~~|  |  |↔|  |  |  |  |  |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-win-|!ctrl-shift-|
| ~~//maximize//~~|  |  |up| ~~//max height//~~|  |  |  |  |  |
| ~~//restore/minimize//~~|  |  |dn| ~~//restore/minimize//~~|  |  |  |  |  |
|  |  |  |esc|  |  |  | ~~//start menu//~~|  | ~~//task manager//~~|
| ~~//show desktop//~~|  |  |spc|  | ~~//context menu//~~|  |  |  |  |
| ~~//next app//~~|  |  |tab| ~~//prev app//~~| ~~//next app//~~| ~~//prev app//~~|  |  |  |
|  |  |  |prt|  | ~~//capture window//~~|  |  |  |  |
| ~~//system window//~~|  |  |ps|  |  |  |  |  |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-win-|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-win-|!ctrl-shift-|
| ~~//tray''__B__''ar//~~|  |  |B|  |  |  |  |  |  |
| ~~//restore/minimize all monitor//~~|  |  |D|  |  |  |  |  |  |
| ~~//''__E__''xplor''__E__''r//~~|  |  |E|  |  |  |  |  |  |
| ~~//search result//~~|  |  |F|  |  |  |  | ~~//''__F__''ind computer//~~|  |
| ~~//''__L__''ock computer//~~|  |  |L|  |  |  |  |  |  |
| ~~//''__M__''ini''__M__''ize current monitor//~~|  |  |M|  |  |  |  |  |  |
| ~~//dis''__P__''lay mode//~~|  |  |P|  |  |  |  |  |  |
| ~~//''__R__''un//~~|  |  |R|  |  |  |  |  |  |
| ~~//''__T__''askbar//~~|  |  |T|  |  |  |  |  |  |
| ~~//easy access center//~~|  |  |U|  |  |  |  |  |  |
| ~~//mobility center//~~|  |  |X|  |  |  |  |  |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-win-|!ctrl-shift-|
| ~~//app''__1__''//~~|  |  |1| ~~//new app''__1__''//~~|  |  |  |  |  |
| ~~//app''__2__''//~~|  |  |2| ~~//new app''__2__''//~~|  |  |  |  |  |
| ~~//app''__3__''//~~|  |  |3| ~~//new app''__3__''//~~|  |  |  |  |  |
| ~~//app''__4__''//~~|  |  |4| ~~//new app''__4__''//~~|  |  |  |  |  |
| ~~//app''__5__''//~~|  |  |5| ~~//new app''__5__''//~~|  |  |  |  |  |
| ~~//app''__6__''//~~|  |  |6| ~~//new app''__6__''//~~|  |  |  |  |  |
| ~~//app''__7__''//~~|  |  |7| ~~//new app''__7__''//~~|  |  |  |  |  |
| ~~//app''__8__''//~~|  |  |8| ~~//new app''__8__''//~~|  |  |  |  |  |
| ~~//app''__9__''//~~|  |  |9| ~~//new app''__9__''//~~|  |  |  |  |  |
| ~~//app''__0__''//~~|  |  |0| ~~//new app''__0__''//~~|  |  |  |  |  |
| ~~//windows help//~~|  |  |F1|  |  |  |  |  |  |
|  |  |  |F4|  | ~~//exit//~~|  |  |  |  |
|  | ~~//popup menu//~~|  |F10|  |  |  | ~~//main menu//~~|  |  |
| ~~//align left/right//~~|  |  |↔|  |  |  |  |  |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-win-|!ctrl-shift-|
| ~~//maximize//~~|  |  |up| ~~//max height//~~|  |  |  |  |  |
| ~~//restore/minimize//~~|  |  |dn| ~~//restore/minimize//~~|  |  |  |  |  |
|  |  |  |esc|  |  |  | ~~//start menu//~~|  | ~~//task manager//~~|
| ~~//show desktop//~~|  |  |spc|  | ~~//context menu//~~|  |  |  |  |
| ~~//next app//~~|  |  |tab| ~~//prev app//~~| ~~//next app//~~| ~~//prev app//~~|  |  |  |
|  |  |  |prt|  | ~~//capture window//~~|  |  |  |  |
| ~~//system window//~~|  |  |ps|  |  |  |  |  |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-shift-|!ctrl-|!ctrl-win-|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
[img[http://hanaian.synology.me:9309/~prog/hotkian/win/img/windows10-22H2-19045.3324.png]]
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-win-|!alt-shift-|!alt-shift-win-|!ctrl-|!ctrl-win-|!ctrl-shift-|!ctrl-alt-|
|''__A__''l''__A__''rm menu|  |  |A|  |  |  |  |  |  |  |  |  |
|select tray|  |  |B|  |  |  |  |  |  |  |  |  |
|''__C__''ortana|  |  |C|  |  |  |  |  |  |  |  |  |
|minimize/restore all processes|  |  |D|  |  |  |  |  |  |new ''__D__''esktop|  |  |
|''__E__''xplor''__E__''r|  |  |E|  |  |  |  |  |  |  |  |  |
|  |  |  |F|  |  |  |  |  |  |''__F__''ind network|  |  |
|''__G__''ame menu|  |  |G|  |  |  |  |  |  |  |  |  |
|text input*|  |  |H|  |  |  |  |  |  |  |  |  |
|w''__I__''ndow sett''__I__''ngs|  |  |I|  |  |  |  |  |  |  |  |  |
|devices|  |  |K|  |  |  |  |  |  |  |  |  |
|''__L__''ogout|  |  |L|  |  |  |  |  |  |  |  |  |
|''__M__''ini''__M__''ize all processes|  |  |M|  |  |  |  |  |  |  |  |  |
|''__P__''resentation mode|  |  |P|  |  |  |  |  |  |  |  |  |
|search|  |  |Q|  |  |  |  |  |  |  |  |  |
|''__R__''un|  |  |R|  |  |  |  |  |  |  |  |  |
|''__S__''earch|  |  |S|  |  |  |  |  |  |  |  |  |
|''__U__''ser settings|  |  |U|  |  |  |  |  |  |  |  |  |
|select next clipboard|  |  |V|select pre''__V__'' clipboard|  |  |  |  |  |  |  |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-win-|!alt-shift-|!alt-shift-win-|!ctrl-|!ctrl-win-|!ctrl-shift-|!ctrl-alt-|
|restore/minimize process on taskbar ''__1__''|  |  |1|new process on taskbar ''__1__''|  |process menu on taskbar ''__1__''|  |process menu on taskbar ''__1__''|  |  |  |  |
|restore/minimize process on taskbar ''__2__''|  |  |2|new process on taskbar ''__2__''|  |process menu on taskbar ''__2__''|  |process menu on taskbar ''__2__''|  |  |  |  |
|restore/minimize process on taskbar ''__3__''|  |  |3|new process on taskbar ''__3__''|  |process menu on taskbar ''__3__''|  |process menu on taskbar ''__3__''|  |  |  |  |
|restore/minimize process on taskbar ''__4__''|  |  |4|new process on taskbar ''__4__''|  |process menu on taskbar ''__4__''|  |process menu on taskbar ''__4__''|  |  |  |  |
|restore/minimize process on taskbar ''__5__''|  |  |5|new process on taskbar ''__5__''|  |process menu on taskbar ''__5__''|  |process menu on taskbar ''__5__''|  |  |  |  |
|restore/minimize process on taskbar ''__6__''|  |  |6|new process on taskbar ''__6__''|  |process menu on taskbar ''__6__''|  |process menu on taskbar ''__6__''|  |  |  |  |
|restore/minimize process on taskbar ''__7__''|  |  |7|new process on taskbar ''__7__''|  |process menu on taskbar ''__7__''|  |process menu on taskbar ''__7__''|  |  |  |  |
|restore/minimize process on taskbar ''__8__''|  |  |8|new process on taskbar ''__8__''|  |process menu on taskbar ''__8__''|  |process menu on taskbar ''__8__''|  |  |  |  |
|restore/minimize process on taskbar ''__9__''|  |  |9|new process on taskbar ''__9__''|  |process menu on taskbar ''__9__''|  |process menu on taskbar ''__9__''|  |  |  |  |
|restore/minimize process on taskbar ''__0__''|  |  |0|new process on taskbar ''__0__''|  |process menu on taskbar ''__0__''|  |process menu on taskbar ''__0__''|  |  |  |  |
|  |  |  |F4|  |close process|  |  |  |  |close desktop|  |  |
|  |popup menu|main menu|F10|  |  |  |  |  |main menu|  |  |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-win-|!alt-shift-|!alt-shift-win-|!ctrl-|!ctrl-win-|!ctrl-shift-|!ctrl-alt-|
|zoom out|  |  |=|  |  |  |  |  |  |  |  |  |
|hiding all windows|  |  |,|  |  |  |  |  |  |  |  |  |
|minimize others except for active window|  |  |hm|  |  |  |  |  |  |  |  |  |
|maximize process|  |  |up|  |  |  |  |  |  |  |  |  |
|restore/minimize process|  |  |dn|  |  |  |  |  |  |  |  |  |
|align to left|  |  |lf|  |  |  |  |  |  |prev desktop|  |  |
|align to right|  |  |rt|  |  |  |  |  |  |next desktop|  |  |
|  |  |  |esc|  |next process|  |  |  |start menu|  |taskManager|  |
|ime|  |  |spc|  |window menu|  |  |  |  |  |  |  |
|select de	sktop|  |  |tab|  |select next process|  |select prev process|  |  |  |  |hold select process|
|  |  |capture full screen|prt|  |capture active window|  |  |  |  |  |  |  |
|system infomation|  |  |ps|  |  |  |  |  |  |  |  |  |
|!win-|!shift-|!Key|!k|!shift-win-|!alt-|!alt-win-|!alt-shift-|!alt-shift-win-|!ctrl-|!ctrl-win-|!ctrl-shift-|!ctrl-alt-|
^^The table was updated at 2023-09-10 by punyHotkian ver.0.1.0, ^^
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|!ctrl-alt-shift-|
|  |  |  |A|  |  |left to right|  |  |
|  |  |  |B|  | ''__B__''old|su''__B__''script|  |  |
|  |  |  |C|  | ''__C__''opy|  |''__C__''omment|  |
|  |  |  |D|  |''__D__''ouble un''__D__''erline|right to left|  |  |
|  | [//''__E__''dit//] |  |E|  |  |  |  |  |
|  | [//''__F__''ile//] |  |F|  | ''__F__''ind…|repeat search|  |  |
|  | [//''__H__''elp//] |  |H|  | replace…|  |  |  |
|  | [//''__I__''nsert//] |  |I|  | ''__I__''tal''__I__''c|select text|  |  |
|  |  |  |J|  |''__J__''ustified|full screen|  |  |
|  |  |  |K|  |hyperlin''__K__''|  |  |  |
|  |  |  |L|  | a''__L__''ign ''__L__''eft|  |  |  |
|  |  |  |M|  |clear for''__M__''atting|  |  |  |
|  |  |  |N|  | ''__N__''ew|template ma''__N__''age|  |  |
|  | [//f''__O__''rmat//] |  |O|  | ''__O__''pen|preview|  |  |
|  |  |  |P|  | ''__P__''rint…|su''__P__''erscri''__P__''t|  |  |
|  |  |  |Q|  | exit|  |  |  |
|  |  |  |R|  | align ''__R__''ight|''__R__''esto''__R__''e view|  |  |
|  |  |  |S|  | ''__S__''ave| ''__S__''ave a''__S__''…|  |  |
|  | [//''__T__''able//] |  |T|  |  |unpro''__T__''ec''__T__'' sheet|  |  |
|  |  |  |U|  |''__U__''nderline|  |  |  |
|  | [//''__V__''iew//] |  |V|  | paste|paste special|  |paste unformatted|
|  | [//''__W__''indo''__W__''//] |  |W|  |close ''__W__''indo''__W__''|  |  |  |
|  |  |  |X|  | cut|remove direct character format|  |  |
|  |  |  |Y|  | redo| repeat|  |  |
|  |  |  |Z|  | undo|redo|  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|!ctrl-alt-shift-|
|  |  |  |1|  |heading''__1__''|  |  |  |
|  |  |  |2|  |heading''__2__''|  |  |  |
|  |  |  |3|  |heading''__3__''|  |  |  |
|  |  |  |4|  |heading''__4__''|  |  |  |
|  |  |  |5|  |heading''__5__''|  |  |  |
|  |  |  |8|  |run macro field|  |  |  |
|  |  |  |0|  |text body|  |  |  |
|  |  |help|F1|  |  |  |  |  |
|  |  |formula|F2|  |fields other…|  |  |  |
|rotate case|  |run autotext entry|F3|  |auto text…|  |  |  |
|next frame|  |data sources|F4|  |  |  |  |  |
|restore editing view|  |navigator|F5|  |  |go to page|  |  |
|  |  |spellling…|F7|  |thesaurus…|hanja conversion…|  |  |
|multiselection|  |extended selection|F8|block area|field shadings|block area|  |  |
|calculate table|  |fields|F9|  |field names|update input fields|  |  |
|  |  |  |F10|  |nonprinting characters|  |  |  |
|new style from selection|  |style|F11|  |set focus in combobox|update style|  |  |
|bullets|  |toggle numbering|F12|  |table…|numbering off|  |  |
|  |  |  |↕|  |prev/next paragraph|  |move up/down|  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|!ctrl-alt-shift-|
|  |  |  |-|  |optional hyphen|non-breaking hyphen|  |  |
|  |  |  |=|  |calculate|  |  |  |
|  |  |  |[|  |reduce font|  |  |  |
|  |  |  |]|  |increase font|  |  |  |
|  |  |  |/|  |non-width optional break|  |  |  |
|  |  |insert mode|ins|  |  |  |  |  |
|  |  |  |del|  |delete word|  |  |  |
|  |  |  |hm|  |go to begin|  |  |  |
|  |  |  |ed|  |go to end|  |  |  |
|  |  |  |pgup|  |header|  |  |  |
|  |  |  |pgdn|  |footer|endnote|  |  |
|row break|  |  |ent|  |page break|column break|  |  |
|  |undo|  |bspc|  |delete word|  |  |  |
|  |  |  |spc|  |  |non-breaking space|  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|!ctrl-alt-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
|  | [//f''__A__''vorites//] |  |A|  |select ''__A__''ll|deselect ''__A__''ll|
|  | [//''__C__''ommands//] |  |C|  |''__C__''opy|''__C__''opy pathname|
|  | [//''__D__''isk//] |  |D|  |a''__D__''''__D__'' bookmark…|organize bookmark|
|  | [//''__E__''dit//] |  |E|  |  |  |
|  | [//''__F__''ile//] |  |F|  |  |  |
|  | [//''__H__''elp//] |  |H|  |  |  |
|  |  |  |J|  |e''__J__''ect…|  |
|  | [//f''__K__''eys//] |  |K|  |  |  |
|  |  |  |M|  |''__M__''ount…|  |
|  | [//''__N__''etwork//] |  |N|  |''__N__''ew file|''__N__''ew wxcomma''__N__''der…|
|  |  |  |O|  |''__O__''pen…|  |
|  | [//ft''__P__''//] |  |P|  |''__P__''rint…|''__P__''review…|
|  |  |  |S|  |''__S__''ave a''__S__''…|  |
|  | [//''__T__''ools//] |  |T|  |  |  |
|  |  |  |U|  |swap panels|  |
|  | [//''__V__''iew//] |  |V|  |paste|  |
|  | [//''__W__''indo''__W__''//] |  |W|  |close|  |
|  |  |  |X|  |cut|  |
|  |  |  |Z|  |recycle bin|  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
|  |  |  |1|  |window''__1__''|  |
|  |  |  |2|  |window''__2__''|  |
|  |  |  |3|  |window''__3__''|  |
|  |  |  |4|  |window''__4__''|  |
|  |  |  |5|  |window''__5__''|  |
|  |  |  |6|  |window''__6__''|  |
|  |  |  |7|  |window''__7__''|  |
|  |  |  |8|  |window''__8__''|  |
|  |  |  |9|  |window''__9__''|  |
|  |  |  |0|  |window1''__0__''|  |
|about|left drive…|help|F1|  |toggle left|  |
|  |right drive…|rename|F2|  |toggle right|  |
|  |view|view|F3|  |sort by name|  |
|new file|edit|edit|F4|edit new|sort by type|  |
|  |compress…|copy…|F5|  |sort by date|  |
|  |  |move…|F6|  |sort by size|  |
|  |find file…|new folder|F7|  |unsorted|  |
|  |command history|delete…|F8|  |  |  |
|export options…|decompress…|pull down|F9|  |options…|  |
|network neighborhood…|cd tree…|quit|F10|  |  |  |
|  |minimize|full screen|F11|  |  |  |
|user menu new…|  |user menu open…|F12|  |  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
|paste|  |select|ins|  |copy|  |
|cut|  |delete|del|  |  |  |
|run|properties…|explorer|ent|  |  |  |
|  |  |select|spc|  |  |  |
|copy pathname|  |select group…|n+|  |select all|  |
|  |  |deselect group…|n-|  |deselect all|  |
|  |  |invert selection|n*|  |  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

[img[https://hanaian.synology.me/~prog/dokuwiki/lib/exe/fetch.php?media=win:util:wxcommander.png]]
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |unselect ''__A__''ll|  |A|select ''__A__''ll|  |  |
|  | [//''__B__''ookmarks//] |  |B|command script…|  |  |
|  |''__C__''opy names|  |C|''__C__''opy|  |  |
|  |fol''__D__''er statistics…|  |D|subfol''__D__''er size|  |  |
|  | [//''__E__''dit//] |  |E|  |  |  |
|  | [//''__F__''ile//] |  |F|''__F__''ind ''__F__''iles…|  |  |
|  |matchin''__G__'' a rule…|  |G|containin''__G__'' text…|  |  |
|  |filter-rulebased…|  |H|filter-wildcard…|  |paste ''__H__''ard link|
|  |  |  |I|same folder|  |  |
|  |filter-hide folders|  |J|filter-toggle|  |filter-selected only|
|  |select columns…|  |K|my documents|  |  |
|  | [//too''__L__''s//] |  |L|find target|  |  |
|  | [//''__M__''ark//] |  |M|''__M__''irror browsing|  |filter-sa''__M__''e filter|
|  | [//actio''__N__''s//] |  |N|clo''__N__''e|  |  |
|  | [//g''__O__''t''__O__''//] |  |O|dual pane|  |  |
|  | [//hel''__P__''//] |  |P|co''__P__''y columns|  |  |
|  |  |  |Q|''__Q__''uick viewer|  |all folders|
|  |  |  |R|''__R__''ef''__R__''esh|  |hold auto''__R__''ef''__R__''esh|
|  |''__S__''tiky ''__S__''election|  |S|''__S__''end to ''__S__''crap|  |  |
|  |loca''__T__''e in ''__T__''ree|  |T|show ''__T__''ree|  |  |
|  | [//c''__U__''stomize//] |  |U|swap panes|  |  |
|  | [//''__V__''iew//] |  |V|paste|  |  |
|  | [//''__W__''indo''__W__''//] |  |W|list…|  |  |
|  |  |  |X|cut|  |  |
|  |set comment…|  |Z|  |  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |select drive…|quick start|F1|@@quick bookmark@@|set quick-mark|  |
|  |recent folder|rename|F2|change type|  |  |
|  |  |view|F3|  |  |  |
|  |  |edit|F4|close tab|close all tabs|  |
|  |  |copy to…|F5|  |  |  |
|  |  |move to…|F6|  |  |  |
|  |  |new file|F7|  |  |  |
|  |  |new folder|F8|  |  |  |
|  |  |synchronize panes|F9|sync wizard…|  |  |
|  |repeat command|dos command|F10|run history…|  |  |
|selection-combine|selection-unselect|selection-select|F11|selection-store|selection-show|  |
|change attributes…|  |record macro…|F12|  |  |  |
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
|  |  |  |ins|new tab|  |  |
|  |  |delete|del|  |  |  |
|  |backward|  |lf|  |  |  |
|  |forward|  |rt|  |  |  |
|browse flat|  |browse|ent|cloneblowse|  |  |
|root|  |up a level|bspc|desktop|  |  |
|  |  |  |spc|  |  |free space|
|!shift-|!alt-|!Key|!k|!ctrl-|!ctrl-shift-|!ctrl-alt-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^

[img[https://hanaian.synology.me/~prog/dokuwiki/lib/exe/fetch.php?media=win:util:xplorer2lite.png]]
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|!ctrl-alt-shift-|
|  |  |  |A|  |select ''__A__''ll|deselect ''__A__''ll|  |  |
|  |  |  |B|  |@@add favorite folder@@|toggle highlighted folder|toggle ''__B__''oxed ''__B__''ranch|  |
|  |  |  |C|  |''__C__''opy|''__C__''opy to new subfolder…|  |  |
|  |  |  |D|  |copy increment|  |copy mo''__D__''ifie''__D__'' date|copy current ''__D__''ate|
|  | [//''__E__''dit//] |  |E|  |  |  |  |  |
|  | [//''__F__''ile//] |  |F|  |''__F__''ind ''__F__''iles…|  |''__F__''ind now|  |
|  | [//''__G__''o//] |  |G|  |@@''__G__''oto…@@|''__G__''oto from here…|  |''__G__''oto application folder|
|  | [//''__H__''elp//] |  |H|  |''__H__''otlist…|  |  |  |
|  |  |  |I|  |  |''__I__''nvert select''__I__''on|  |  |
|  |  |  |J|filter by selection|set visual filter…|  |filter by selected ext|filter out selected|
|  |  |  |L|  |''__L__''ock ''__L__''ocation|goto ''__L__''ine…|  |  |
|  |  |  |M|  |selection filter…|select ite''__M__''s…|select by selected type|select all files|
|  |  |  |N|  |''__N__''ew folder|''__N__''ew text file|''__N__''ew path…|  |
|  |  |  |O|  |''__O__''pen…|  |  |  |
|  | [//''__P__''anes//] |  |P|  |item ''__P__''athname to cli''__P__''|item name to cli''__P__''|  |@@item ''__P__''ath to cli''__P__''@@|
|  |  |  |Q|  |''__Q__''uick file view|  |  |  |
|  |  |  |R|  |suspend auto-''__R__''ef''__R__''esh|auto-''__R__''ef''__R__''esh|''__R__''andom o''__R__''der|  |
|  |  |  |S|  |copy a''__S__''…|  |  |  |
|  | [//''__T__''ools//] |  |T|  |new ''__T__''ab|''__T__''ablis''__T__''…|  |  |
|  | [//''__V__''iew//] |  |V|  |paste|paste to new subfolder…|paste text into new file|paste image into new image|
|  | [//''__W__''indo''__W__''//] |  |W|  |close tab|close all other unlocked tab|  |  |
|  |  |  |X|  |cut|move to new subfolder…|  |  |
|  |  |  |Z|  |undo|redo|action log…|  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|!ctrl-alt-shift-|
|  |  |help|F1|  |  |  |  |  |
|batch rename|  |rename|F2|  |  |swap names|  |  |
|repeat last quick search|show livefilterbox|quick search|F3|  |show all items|toggle quick search|  |  |
|refresh current folder|exit with saving|refresh tree|F4|  |close tab|reset tree|exit without saving|  |
|calculate folder size|  |refresh|F5|  |refresh list|reset list|  |  |
|@@move to other pane@@|  |  |F6|  |@@copy to other pane@@|backup to other pane|  |  |
|move to…|recent operation…|goto prev location|F7|goto prev item|copy to…|backup to…|goto last target|  |
|show tree|  |  |F8|  |  |  |  |  |
|  |  |configuration…|F9|  |  |customize toolbar…|  |  |
|  |  |dual pane|F10|  |horizontal panes|  |toggle active pane|  |
|  |  |floating preview|F11|  |show preview pane|  |  |  |
|  |  |show info panel|F12|  |show toolbar|show addressbar|  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|!ctrl-alt-shift-|
|delete complete|  |delete|del|  |delete skip locked|  |  |  |
|  |go home|  |hm|  |  |  |  |  |
|  |up|  |up|  |  |  |  |  |
|  |down|  |dn|  |  |  |  |  |
|  |backward|  |lf|  |  |  |  |  |
|  |forward|  |rt|  |  |  |  |  |
|metadata|properties|open selected|ent|  |open focused|  |  |  |
|down|  |up|bspc|  |breadcrumb…|  |  |  |
|!shift-|!alt-|!Key|!k|!alt-shift-|!ctrl-|!ctrl-shift-|!ctrl-alt-|!ctrl-alt-shift-|
^^The table was generated by hotkian ver.0.0.0, 7/11/2014^^
[img[https://hanaian.synology.me/~prog/dokuwiki/lib/exe/fetch.php?media=win:util:xyplorerfree.png]]