27 using Selection::Selection;
28 void readCurrentValue()
override { this->setValue(FlashStorage::defaultKeyboardLayout); }
29 void writeCurrentValue()
override { FlashStorage::defaultKeyboardLayout = this->getValue<KeyboardLayoutType>(); }
30 deluge::vector<std::string_view> getOptions(OptType optType)
override {
33 l10n::getView(l10n::String::STRING_FOR_KEYBOARD_LAYOUT_ISOMORPHIC),
34 l10n::getView(l10n::String::STRING_FOR_KEYBOARD_LAYOUT_IN_KEY),
35 l10n::getView(l10n::String::STRING_FOR_KEYBOARD_LAYOUT_PIANO),