Add wide emoji-layout
Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/614>
This commit is contained in:
committed by
Marge Bot
parent
015cae5c63
commit
e029c53401
@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user