keys.patch (603B)
1 diff --git a/FunctionBar.c b/FunctionBar.c 2 index 08500373..481b4cb6 100644 3 --- a/FunctionBar.c 4 +++ b/FunctionBar.c 5 @@ -18,7 +18,7 @@ in the source distribution for its full text. 6 #include "XUtils.h" 7 8 9 -static const char* const FunctionBar_FKeys[] = {"F1", "F2", "F3", "F4", "F5", "F6", "F7", "F8", "F9", "F10", NULL}; 10 +static const char* const FunctionBar_FKeys[] = {" h ", " S ", " / ", " \\ ", " t ", " < ", " ] ", " [ ", " k ", " q ", NULL}; 11 12 static const char* const FunctionBar_FLabels[] = {" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", NULL};