Fix F1-F4 keymapping. (#501)

It was just wrong, even on Linux.

Bug:https://github.com/ArthurSonzogni/FTXUI/issues/492
This commit is contained in:
Arthur Sonzogni
2022-10-18 22:58:22 +02:00
committed by GitHub
parent 0acfd8f255
commit aeaf39b8ea
6 changed files with 104 additions and 30 deletions

View File

@@ -48,7 +48,7 @@ bool IsWordCharacter(WordBreakProperty property) {
case WordBreakProperty::Regional_Indicator:
case WordBreakProperty::ZWJ:
return false;
};
}
return true; // NOT_REACHED();
}