Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Cannot do anything with 'Enter' or 'NumpadEnter'



  • Please log in to reply
2 replies to this topic
chchan
  • Members
  • 2 posts
  • Last active: Oct 25 2015 12:10 PM
  • Joined: 22 Oct 2015

So I want to remap the NumpadEnter key to something else

But it always just return it's original function.

For example if I use this script:

 

NumpadEnter::send {a}

return

 

It wouldn't even type a for me, it just remains its enter function

 

I also tried this:

NumpadEnter::return

 

And it will not disable it's function

 

I tried with other keys and they all work with the script,

except both of the enter keys

Anyone got a clue about what would be the  cause??



Exaskryz
  • Members
  • 3249 posts
  • Last active: Nov 20 2015 05:30 AM
  • Joined: 23 Aug 2012
✓  Best Answer

Is that the only script you have running?

 

What program are you testing in? Try your script editor as a testing platform.

 

Do you have tried toggling NumLock when testing NumpadEnter? Though that doesn't explain the regular Enter key not working. I would have to guess there's some #If statement affecting it, but if you've tested in a one- or two-line script, that shouldn't be the case.



chchan
  • Members
  • 2 posts
  • Last active: Oct 25 2015 12:10 PM
  • Joined: 22 Oct 2015

Is that the only script you have running?

 

What program are you testing in? Try your script editor as a testing platform.

 

Do you have tried toggling NumLock when testing NumpadEnter? Though that doesn't explain the regular Enter key not working. I would have to guess there's some #If statement affecting it, but if you've tested in a one- or two-line script, that shouldn't be the case.

 

Well it's somehow worked after a reboot...

Thanks for the answer anyway  :)