Skip to content

Instantly share code, notes, and snippets.

@ptthisdan
Last active October 15, 2021 13:44
Show Gist options
  • Save ptthisdan/895b83a27c7b09e388da769034e430e4 to your computer and use it in GitHub Desktop.
Save ptthisdan/895b83a27c7b09e388da769034e430e4 to your computer and use it in GitHub Desktop.
muCommander Configure for Total Commander UX compatibility
<?xml version="1.0" encoding="UTF-8"?>
<commands>
<command alias="view" value="open -a Preview $f"/>
<command alias="edit" type="system" value="open -a Visual\ Studio\ Code $f"/>
<command alias="editImg" value="open -a Fiji $f" display="Edit images"/>
</commands>
<?xml version="1.0" encoding="UTF-8"?>
<!-- See http://trac.mucommander.com/wiki/ActionKeyMap for information on how to customize this file -->
<keymap version="0.9.7-1">
<action id="GoToHome" keystroke="alt H"/>
<action id="CloseWindow" keystroke="ctrl F10" alt_keystroke="meta W"/>
<action id="ShowDebugConsole" keystroke="F12"/>
<action id="RevealInDesktop" keystroke="shift E"/>
<action id="ConnectToServer" keystroke="shift ctrl F"/>
<action id="Mkfile" keystroke="shift F4"/>
<action id="AddBookmark" keystroke="ctrl D"/>
<action id="ShowPreferences" keystroke="alt P"/>
<action id="CopyFilePaths" keystroke="F2"/>
<action id="UnmarkAll" keystroke="BACK_SLASH"/>
<action id="ExploreBookmarks" keystroke="shift D"/>
<action id="ShowKeyboardShortcuts" keystroke="alt K"/>
<action id="EditBookmarks" keystroke="shift ctrl D"/>
<action id="RunCommand" keystroke="shift R"/>
<action id="QuickFind"/>
<action id="SetSameFolder" keystroke="alt BACK_SLASH"/>
<action id="Refresh" keystroke="ctrl R"/>
<action id="ShowServerConnections" keystroke="shift F"/>
<action id="EditCredentials" keystroke="ctrl F"/>
<action id="Find" keystroke="alt F7"/>
<action id="NewTab" keystroke="ctrl T"/>
<action id="Unpack" keystroke="alt F9"/>
<action id="CloneTabToOtherPanel" keystroke="ctrl alt BACK_SLASH"/>
<action id="Pack" keystroke="alt F5"/>
</keymap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment