Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate

Stupid laptop has no Break key


  • Please log in to reply
2 replies to this topic
-user-
  • Guests
  • Last active:
  • Joined: --
Hello

My laptop has no Break key so i cannot use CTRL+Break in some apps i need it. Is there a script which can assign it to a keystroke (for instance, CTRL + Numpad - ). Thanks.

nimda
  • Members
  • 4368 posts
  • Last active: Aug 09 2015 02:36 AM
  • Joined: 26 Dec 2010
<!-- m -->http://d.ahk4.me/misc/Remap<!-- m -->
<!-- m -->http://d.ahk4.me/Tutorial<!-- m -->

-user-
  • Guests
  • Last active:
  • Joined: --
Well, thanks nimda for pointing me there but i asked for a script in order to avoid spending half an hour searching what to do. :) Anyway, i guess if there was not an already existing script, it was the appropriate thing to do.

I'm attaching the script i created. Who knows, perhaps it will be useful to someone else too. It makes CTRL + NumPadMinus act like CTRL + Break. It seemed to be a standard in HP laptops (until recently).

^NumpadSub::
SendInput {CtrlBreak}
return