View Full Version : Formatted Text, Table shortcuts not working
celestian
October 31st, 2020, 21:48
In FGC you can press control and 6 to add a tab, you can also use control and + or - to increase/decrease the cell width.
FGU does not seem to do anything with control and plus/minus.
Zacchaeus
October 31st, 2020, 22:24
CTRL+Tab adds another box to a table (I assume that's what you mean by tab). And it's the + and - on the keypad that changes the box size. And both are working for me.
celestian
October 31st, 2020, 22:32
CTRL+Tab adds another box to a table (I assume that's what you mean by tab). And it's the + and - on the keypad that changes the box size. And both are working for me.
Yes, control and tab wasnt the issue. In FGC the + on they non-number pad works, not FGU. I dont even have a number pad on my keyboard.
So I guess they need to add a check for keyboard+ (and minus) as well as the num+/- then.
Zacchaeus
October 31st, 2020, 22:37
You got me there. I could have sworn it was the same keys in FGC as in Unity but apparently not. It is the +/- te the end of the number row in FGC but the keypad ones in Unity.
Moon Wizard
October 31st, 2020, 23:52
It's the Unity key capture mechanisms, which are really challenging to work with for implementing shortcut keys in the way we need it to. They are all tied to key codes fixed on the keyboard, which change per country and don't shift to the alternate keycode when modifier keys pressed. (i.e. Shift + Equals key = KeyCode.Equals)
For the next version, I'll add Control+Equals as an alternate shortcut key to increase column size in formatted text tables, which should accomplish the same thing for now.
Regards,
JPG
Powered by vBulletin® Version 4.2.1 Copyright © 2026 vBulletin Solutions, Inc. All rights reserved.