Typing underscore

1 reply. Asked on October 10, 2014 by Eric
Hi Guys, I'm trying to type an underscore using shift - like this: _ but it won't work within the interface. Any suggestions? I'm on a mac, and just typed it here in this example. Thank You.
All answers
Peter Krumins staff
Answered on October 10, 2014
Hi Eric,

That's weird. It should be working. I wonder what your keyboard layout is? Perhaps the _ is located somewhere else?

In any case here's a workaround. Open the developer tools while using Browserling and type:

socket.emit('sendKeyDown', {
keyCode : 189,
shiftMask : 1
});

Keycode 189 together with shift is underscore.

Sincerely,
Peter Krumins
co founder of browserling
Please sign in to answer a question!