0

I'm trying to use ALT + 0176 to get degree sign (°).

But when I use ALT + Num 7/Home, I am redirected to the browser homepage.

unor
  • 92,415
  • 26
  • 211
  • 360
E. Shcherbo
  • 1,128
  • 8
  • 15

1 Answers1

0

Sounds like you are using a laptop that has a numpad.

The alt characters I believe need to be executed on a numpad and not the normal querty number row therefor you need to enable number lock. In order to access those number keys, you need to ensure Num Lk is toggled on.

The Num Lk key should remove the default binding for Home and replace it with Num7

ddavison
  • 28,221
  • 15
  • 85
  • 110
  • Thanks much! But is there any way to override any alt-code (for example, alt+home), when it is used within textarea, or input? – E. Shcherbo Oct 03 '17 at 17:28
  • that's completely dependent on the keyboard in question. I don't believe there's anything you could / should do in your code in order to subvert how keyboards work. – ddavison Oct 03 '17 at 17:49