Skip to content
Snippets Groups Projects

Initial MVP Emoji Layout

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Tobias Bernard
    Edited
    snippetfile1.txt 2.65 KiB
    ---
    bounds: { x: 0, y: 1, width: 360, height: 210 }
    
    outlines:
        default: # will style to drop outline
            bounds: { x: 0, y: 0, width: 52, height: 52 }
        small:
            bounds: { x: 0, y: 0, width: 40, 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: "small"
            label: "?1"
        2:
            action:
                set_view: "two"
            outline: "small"
            label: "?2"
        3:
            action:
                set_view: "three"
            outline: "small"
            label: "?3"
        4:
            action:
                set_view: "four"
            outline: "small"
            label: "?4"
        5:
            action:
                set_view: "five"
            outline: "small"
            label: "?5"
        6:
            action:
                set_view: "six"
            outline: "small"
            label: "?6"
        # fixme: make them submit nothing
        1_:
            outline: "small"
            label: "_1"
        2_:
            outline: "small"
            label: "_2"
        3_:
            outline: "small"
            label: "_3"
        4_:
            outline: "small"
            label: "_4"
        5_:
            outline: "small"
            label: "_5"
        6_:
            outline: "small"
            label: "_6"
        blank:
            outline: "small"
            label: ""
        BackSpace:
            outline: "small"
            icon: "edit-clear-symbolic"
        preferences:
            action: "show_prefs"
            outline: "small"
            icon: "keyboard-mode-symbolic"
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment