Terms
Description
In #459 we're adding in a clipboard to the application and in #261 we're adding in a floating keyboard. Each of these adds another key to the UI, which would clutter it for people who don't want to use these keys. We should add settings to the Layout section of the app settings (see Figma) that allow the user to turn these options off.
The following i18n keys have been added to Scribe-i18n to provide the needed strings:
"i18n.app.settings.keyboard.layout.clipboard_on_keyboard": "Clipboard key on keyboard",
"i18n.app.settings.keyboard.layout.clipboard_on_keyboard_description": "Include a key to access the clipboard on the main keyboard.",
"i18n.app.settings.keyboard.layout.floating_on_keyboard": "Floating key on keyboard",
"i18n.app.settings.keyboard.layout.floating_on_keyboard_description": "Include a key to float the keyboard UI on the main keyboard."
As far as default values are concerned, we would have the clipboard on the keyboard by default and the floating key would be hidden by default.
Contribution
Happy to support with this and review a PR once one is opened! 😊
Terms
Description
In #459 we're adding in a clipboard to the application and in #261 we're adding in a floating keyboard. Each of these adds another key to the UI, which would clutter it for people who don't want to use these keys. We should add settings to the Layout section of the app settings (see Figma) that allow the user to turn these options off.
The following i18n keys have been added to Scribe-i18n to provide the needed strings:
As far as default values are concerned, we would have the clipboard on the keyboard by default and the floating key would be hidden by default.
Contribution
Happy to support with this and review a PR once one is opened! 😊