Merge branch 'add-wide-emoji-layout' into 'master'
Add wide emoji-layout See merge request World/Phosh/squeekboard!614
This commit is contained in:
80
data/keyboards/emoji/us_wide.yaml
Normal file
80
data/keyboards/emoji/us_wide.yaml
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
---
|
||||||
|
outlines:
|
||||||
|
default: { width: 104, height: 52 }
|
||||||
|
altline: { width: 80, height: 52 }
|
||||||
|
narrow: { width: 44, height: 52 }
|
||||||
|
|
||||||
|
views:
|
||||||
|
base:
|
||||||
|
- "😀 😁 😅 😂 😊 😇 🙃"
|
||||||
|
- "😍 😘 😋 😜 😎 🥳 😔"
|
||||||
|
- "😢 😭 😡 😱 🤔 😬 🙄"
|
||||||
|
- "preferences blank 1 2 3 4 5 6 blank BackSpace"
|
||||||
|
two:
|
||||||
|
- "🤩 🤨 🤓 😴 🤢 🤮 😈"
|
||||||
|
- "💩 🙌 👏 👍 👎 👌 👋"
|
||||||
|
- "💪 🖕 🙏 💋 🤦♀️ 🤷♀️ 💃"
|
||||||
|
- "preferences blank 1 2 3 4 5 6 blank BackSpace"
|
||||||
|
three:
|
||||||
|
- "🐶 🐱 🐯 🙈 🐴 🦄 🌳"
|
||||||
|
- "🍀 🌹 💫 ⭐️ ✨ 💥 🔥"
|
||||||
|
- "🌈 ☀️ 🌤 🌧 ⛄️ ☂️ 🌊"
|
||||||
|
- "preferences blank 1 2 3 4 5 6 blank BackSpace"
|
||||||
|
four:
|
||||||
|
- "🍎 🍓 🍑 🍍 🍆 🥑 🥦"
|
||||||
|
- "🍕 🎂 🍫 🍿 🍻 🍾 🍽"
|
||||||
|
- "⚽️ 🏀 🏓 🏆 🎹 🎸 🎯"
|
||||||
|
- "preferences blank 1 2 3 4 5 6 blank BackSpace"
|
||||||
|
five:
|
||||||
|
- "🚗 🚌 🚲 🚄 🚂 ✈️ 🛰"
|
||||||
|
- "🚀 🛸 🚁 🚦 🏝 🏔 ⛺️"
|
||||||
|
- "🏠 🏢 🏥 🏛 🛤 🌅 🎇"
|
||||||
|
- "preferences blank 1 2 3 4 5 6 blank BackSpace"
|
||||||
|
six:
|
||||||
|
- "⌚️ 📱 💻 🖥 🖨 🕹 ✉️"
|
||||||
|
- "📞 ☎️ ⏰ ⏳ 📈 📉 📌"
|
||||||
|
- "🎁 ❤️ 💕 💯 ✅ ❎ 📢"
|
||||||
|
- "preferences blank 1 2 3 4 5 6 blank BackSpace"
|
||||||
|
|
||||||
|
buttons:
|
||||||
|
1:
|
||||||
|
action:
|
||||||
|
set_view: "base"
|
||||||
|
outline: "altline"
|
||||||
|
label: "1"
|
||||||
|
2:
|
||||||
|
action:
|
||||||
|
set_view: "two"
|
||||||
|
outline: "altline"
|
||||||
|
label: "2"
|
||||||
|
3:
|
||||||
|
action:
|
||||||
|
set_view: "three"
|
||||||
|
outline: "altline"
|
||||||
|
label: "3"
|
||||||
|
4:
|
||||||
|
action:
|
||||||
|
set_view: "four"
|
||||||
|
outline: "altline"
|
||||||
|
label: "4"
|
||||||
|
5:
|
||||||
|
action:
|
||||||
|
set_view: "five"
|
||||||
|
outline: "altline"
|
||||||
|
label: "5"
|
||||||
|
6:
|
||||||
|
action:
|
||||||
|
set_view: "six"
|
||||||
|
outline: "altline"
|
||||||
|
label: "6"
|
||||||
|
preferences:
|
||||||
|
action: "show_prefs"
|
||||||
|
outline: "altline"
|
||||||
|
icon: "keyboard-mode-symbolic"
|
||||||
|
BackSpace:
|
||||||
|
outline: "altline"
|
||||||
|
icon: "edit-clear-symbolic"
|
||||||
|
keysym: BackSpace
|
||||||
|
blank:
|
||||||
|
outline: "narrow"
|
||||||
|
text: ""
|
||||||
@ -127,6 +127,7 @@ static KEYBOARDS: &[(&'static str, &'static str)] = &[
|
|||||||
|
|
||||||
// Overlays
|
// Overlays
|
||||||
("emoji/us", include_str!("../data/keyboards/emoji/us.yaml")),
|
("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> {
|
pub fn get_keyboard(needle: &str) -> Option<&'static str> {
|
||||||
|
|||||||
@ -111,6 +111,7 @@ foreach layout : [
|
|||||||
|
|
||||||
# Block: Not languages.
|
# Block: Not languages.
|
||||||
'emoji/us',
|
'emoji/us',
|
||||||
|
'emoji/us_wide',
|
||||||
'number/us',
|
'number/us',
|
||||||
'pin/us',
|
'pin/us',
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user