notepad++ shortcuts modified to make it more consistent with Emacs user habits

Source: Internet
Author: User

Modify the Shortcuts.xml file under the user directory, the key is some settings and internal shortcut key conflicts, the priority is relatively low. Resolve by recording a macro and setting shortcut keys, such as Alt+f.
<NotepadPlus>    <InternalCommands>        < Shortcut id= "41001" ctrl= "no" alt= "no" shift= "no" key= "0"/>        < Shortcut id= "41010" ctrl= "no" alt= "no" shift= "no" key= "0"/>        < Shortcut id= "43001" ctrl= "yes" alt= "no" shift= "no" key= "Bayi"/>        < Shortcut id= "43009" ctrl= "no" alt= "no" shift= "no" key= "0"/>        < Shortcut id= "42022" ctrl= "no" alt= "no" shift= "no" key= "0"/>    </InternalCommands>     <Macros>        <macro name= "Trim Trailing and save" ctrl= " No "alt=" no "shift=" no "key=" 0 ">            <action Type= "2" message= "0" wparam= "42024" lparam= "0" sparam= "/>            <action type= "2" message= "0" wparam= "41006" lparam= "0" sparam= "/>         </Macro>        <macro name= "word left" ctrl= " No "alt=" yes "shift=" no "key=" >            <action Type= "0" message= "2308" wparam= "0" lparam= "0" sparam= "/>        </Macro >        <macro name= "word right" ctrl= "no" alt= "yes" shift= "no" key= "70" >            <action type= "0" message= "2310" wparam= " 0 "lparam=" 0 "sparam=" "/>        </Macro>         <macro name= "line start" ctrl= "yes" alt= "no" shift= "no" key= "$" >             <action type= "0" message= "2453" wparam= "0" LParam= "0" sparam= "/>        </Macro>    </macros >    <UserDefinedCommands>        <command name= " Launch in Firefox "ctrl=" yes "alt=" yes "shift=" yes "key=" ">firefox &quot;$ (Full_current_path) &quot;</ command>        <command name= "Launch in IE" ctrl= "yes" alt= "yes" Shift= "yes" "Key=" >iexplore &quot;$ (Full_current_path) &quot;</Command>         <command name= "Launch in Chrome" ctrl= "yes" alt= "yes" shift= "yes" key= "" >chrome &quot;$ (Full_ Current_path) &quot;</Command>        <command name= "Launch in Safari "ctrl=" yes "alt=" yes "shift=" yes "key=" + >safari &quot;$ (full_current_path) &quot;</command >        <command name= "Get php Help" ctrl= "no" alt= "yEs "shift=" no "key=" >http://www.php.net/%20$ (Current_word) </Command>         <command name= "Google Search" ctrl= "no" alt= "yes" shift= "no" key= "113" >http://www.google.com/ search?q=$ (Current_word) </Command>        <command name= "Wikipedia Search "Ctrl=" no "alt=" yes "shift=" no "key=" >http://en.wikipedia.org/wiki/special:search?search=$ (CURRENT_ WORD) </Command>        <command name= "Open file" ctrl= "no" alt= "yes" Shift= "No" key= ">$" (npp_directory) \notepad++.exe $ (Current_word) </Command>         <command name= "Open in another instance" Ctrl= "no" alt= "yes" shift= "no" key= "117" >$ (Npp_ DIRECTORY) \notepad++.exe $ (Current_word)-nosession-multiinst</command>         <command name= "Send via Outlook" ctrl= "yes" alt= "yes" shift= "yes" key= "all" >outlook/a & quot;$ (Full_current_path) &quot;</Command>    </UserDefinedCommands>     <PluginCommands>        <plugincommand modulename= " DSpellCheck.dll "internalid=" 2 "ctrl=" no "alt=" no "shift=" no "key=" 0 "/>         <plugincommand modulename= "DSpellCheck.dll" internalid= "0" ctrl= "no" alt= "no" shift= "no" key= "0"/>         <plugincommand modulename= "DSpellCheck.dll" internalid= "3" ctrl= "No" alt= " No "shift=" no "key=" 0 "/>        <plugincommand modulename=" DSpellCheck.dll "internalid=" 1 "ctrl=" no "alt=" yes "shift=" no "key="/>    </plugincommands " >    <ScintillaKeys>        <scintkey scintid= "2300 "menucmdid=" 0 "ctrl=" no "alt=" no "shift=" no "key=" &GT;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NB "sp;  <nextkey ctrl= "yes" alt= "no" shift= "no" key= "" "/>        </ scintkey>        <scintkey scintid= "2302" menuCmdID= "0" Ctrl= "no" Alt= "no" Shift= "No" key= "$" >            <nextkey ctrl= "yes" alt= "No" shift= "no" key= "/>       " </ScintKey>         <scintkey scintid= "2314" menucmdid= "0" ctrl= "yes" alt= "no" shift= "no" key= ""/>         <scintkey scintid= "2451" menucmdid= "0" ctrl= "no" alt= "no" shift= "no" key= "35" >            <nextkey ctrl= "yes" alt= "no" shift= "no" key= "/>       " </ScintKey>         <scintkey scintid= "menucmdid=" 42007 "ctrl=" yes "alt=" no "shift=" yes "key= "/>        <scintkey scintid=" 2326 "menuCmdID=" 0 "Ctrl=" no "Alt=" no "Shift=" No "key=" 8 ">            <nextkey ctrl=" No " alt= "No" shift= "yes" key= "8"/>        </ScintKey>         <scintkey scintid= "2308" menucmdid= "0" ctrl= "no" alt= "yes" shift= "no" key= "" > & nbsp;          <nextkey ctrl= "yes" Alt= "no" Shift= "no" Key= "66"/ >        </ScintKey>        < Scintkey scintid= "2310" menucmdid= "0" ctrl= "no" alt= "yes" shift= "no" key= ">     "        <nextkey ctrl= "yes" alt= "no" shift= "no" key= "/>   "      </ScintKey>        &LT;SCINTKEY scintid= "2304" menucmdid= "0" ctrl= "no" alt= "no" shift= "no" key= "Panax Notoginseng" >             <nextkey ctrl= "yes" alt= "no" shift= "no" key= "/>     "    </ScintKey>        <scintkey scintid= "2306" menucmdid= "0" Ctrl= "No" alt= "no" shift= "no" key= ">           " < Nextkey ctrl= "yes" alt= "no" shift= "no" key= "/>       " </ScintKey>     </ScintillaKeys></NotepadPlus>




notepad++ shortcuts modified to make it more consistent with Emacs user habits

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.