AutoChris Posted September 15, 2006 Share Posted September 15, 2006 I use the number pad a lot when typing numbers, so when I am in SciTE and I do a little math like ($num1 - $num2), instead of showing the minus sign, I get a comment mark: ;~ Apparently, it is just a "comment" button in SciTE since the ;~ become a REM when I am writing a batch file. How do I stop this from happening automatically? Thanks in advance. Link to comment Share on other sites More sharing options...
MHz Posted September 16, 2006 Share Posted September 16, 2006 It is User Defined Keys listed in Global Options. You can just copy the block of settings into your User Options. This is the block here. # User defined key commands user.shortcuts=\ Ctrl+Shift+V|IDM_PASTEANDDOWN|\ Ctrl+PageUp|IDM_PREVFILE|\ Ctrl+PageDown|IDM_NEXTFILE|\ #~ KeypadPlus|IDM_EXPAND|\ #~ KeypadMinus|IDM_BLOCK_COMMENT|\ Ctrl+F1|IDM_HELP_SCITE| The above already has the "+" key and the "-" key commented so your numpad should return to normal operation. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now