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 "$ (Full_current_path) "</ command> <command name= "Launch in IE" ctrl= "yes" alt= "yes" Shift= "yes" "Key=" >iexplore "$ (Full_current_path) "</Command> <command name= "Launch in Chrome" ctrl= "yes" alt= "yes" shift= "yes" key= "" >chrome "$ (Full_ Current_path) "</Command> <command name= "Launch in Safari "ctrl=" yes "alt=" yes "shift=" yes "key=" + >safari "$ (full_current_path) "</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) "</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=" >&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> <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