87 {
88 int sort_count = InputUtils.GetInputActionSortingMap().Count();
89 for (int i = 0; i < sort_count; i++)
90 {
91 if (InputUtils.GetInputActionSortingMap().GetElement(i) && InputUtils.GetInputActionSortingMap().GetElement(i).Count() > 0)
92 {
94 group_name =
Widget.TranslateString(
"#" + group_name);
96 }
97 }
98
99 if (InputUtils.GetUnsortedInputActions() && InputUtils.GetUnsortedInputActions().Count() > 0)
100 {
101 m_Tabber.AddTab(
Widget.TranslateString(
"#layout_pc_keybinding_unsorted"));
102 }
104 }