Add wide emoji-layout

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/614>
This commit is contained in:
MoonlightWave-12
2024-03-06 14:03:21 +01:00
committed by Marge Bot
parent 015cae5c63
commit e029c53401
3 changed files with 82 additions and 0 deletions

View File

@ -127,6 +127,7 @@ static KEYBOARDS: &[(&'static str, &'static str)] = &[
// Overlays
("emoji/us", include_str!("../data/keyboards/emoji/us.yaml")),
("emoji/us_wide", include_str!("../data/keyboards/emoji/us_wide.yaml")),
];
pub fn get_keyboard(needle: &str) -> Option<&'static str> {