New Keybinds for Keyboard Navigation

Cool feature, how do I disable it?

3 Likes

Disable it automatically, nobody knows why thereā€™s a blue box appearing all of a sudden and everyoneā€™s resorting to keyboard smashing to turn it off.

You cannot disable this, but you can implement a dialog box that says ā€œIn selection modeā€ or something like that. If your game doesnā€™t support XBox then I see no harm in disabling the Selectable property of all GuiObjects.

is this really the only way to disable it? :neutral_face:

Revert this update homie. This is not it.

2 Likes

Same here. Iā€™ve got games that are broken due to this keybind and am looking for a clear guide on how to disable it or override it.

soā€¦ howā€™d the discussion go?
are there any updates planned on distinguishing what state a user is in?

Hi! Sorry for the delay - changes can sometimes take a lot longer than expected :thinking:

Weā€™ve added a notification when users toggle into this behavior to help clear things up (and moved over the CameraToggle notification to use the same thing).

image

We will continue to work on ways to ensure this is the best user experience possible :pray:

7 Likes

Thanks alot! This will help for the people who get constantly get stuck when accidentally pressing the button, without knowing what they did.

1 Like

The text that tells you how to toggle is static and doesnā€™t change from what key is really assigned to it.

If, for example, someone accidentally pressed a key that enables UI Navigation and that key (letā€™s say the ā€˜#ā€™ key) isnā€™t assigned to backslash, then someone would be terribly confused and might think that they have broken the game, or worse, cannot move at all for something thatā€™s time-sensitive and cannot find a way to disable it before itā€™s too late.

That toggle text should change for whatever key the toggle is set to.

As far as I know, it is not possible to change keybinds in Roblox.

Interesting. Now Iā€™m not sure what is causing my issues then:

hash_as_key

Maybe specific locales have certain keys to use instead of the backslash. Maybe the toggle cannot set it as that key so it falls back to its next choice ("#"). Who knows? I just know that itā€™s another thing to be cautious about when Iā€™m playing fast-paced games & using the chat.

Itā€™s probably because Roblox is trying to be more convenient so that it doesnā€™t assign the key to a key on the keyboard that is combined. I donā€™t have the # key as an individual key on my keyboard, since it is combined with the 3 key.

Iā€™ve just discovered why the hash is being used instead of the backslashā€¦ Get ready for a long post.

Itā€™s most likely that people use a US QWERTY keyboard for their PC.

I am currently using a Logitech keyboard that uses the UK QWERTY layout.

In a short and specific description, the hash is moved from the number 3 key to a different position to make way for the pound sign (ā€œĀ£ā€). Note that it doesnā€™t replace the dollar ā€œ$ā€ sign, which is on the number 4 key. The enter key is extended vertically to two keys, displacing the key above it next to the left shift, which gets smaller so the key can fit.

Thatā€™s why, when quickly sending a message out, it would be very easy to activate the toggle on a UK keyboard.
Hereā€™s a comparison I took from Wikipedia page about British and American keyboards:

Wikipedia keyboard layout differences

Wait a minute, the backslash is next to the left shift key! What gives? Shouldnā€™t the toggle be to this backslash key, and not the hash?
Well, to answer that (and solve the mystery), we need to talk about another keyboard; the Magic Keyboard.

The Magic Keyboard is a keyboard by Apple, for their Mac computers. It does things differently.
They decided to edit all of the QWERTY layouts to keep symbols from moving around too much; like, for example, the backslash. This is to make the keyboard look the same regardless of where itā€™s from and to keep a uniform look for their keyboards.

Due to how consistent Apple is with their images, I can show you the differences between those two layouts. So, what do the US and UK keyboards look like?

Differences between UK/US layouts on an Apple Magic Keyboard.

Aha! Apple has allowed the hash to stay there, being in second place. The backslash in the UK keyboard is now near the enter key, where the [~ and #] key (on the Logitech keyboard) would be.
The symbols [`] and [~] merge into one key and move to where the backslash wouldā€™ve been. This allows for more symbols (Ā± and Ā§) to be available to the user.

So, Roblox sets the toggle to where it would be on a US QWERTY layout keyboard, which is the hash key on my Logitech keyboard.

2 Likes

How do you disable it? I canā€™t find an answer anywhere. Why canā€™t this be disabled in settings itā€™s annoying.

1 Like

contextactionservice:UnbindAction(ā€˜EnableKeyboardUINavigationā€™)

1 Like

On my keyboard (UK), the button to toggle keyboard navigation is the # button rather than the \ button. This is not reflected in the UI and it still says ā€œbackslash to toggleā€ even though the backslash key does not do anything, the # key does.

Is your chat key the slash key?

My chat key is forward slash, yes

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.