num.yaml
    
    ASCII text
        
            1
            info: " 
        
            2
            Kineboard: Layout with the numerals and useful operators. 
        
            3
            Copyright 2025, roundabout-host.com <vlad@roundabout-host.com> 
        
            4
            This program is free software: you can redistribute it and/or modify 
        
            5
            it under the terms of the GNU General Public Licence as published by 
        
            6
            the Free Software Foundation, either version 3 of the Licence, or 
        
            7
            (at your option) any later version. 
        
            8
            This program is distributed in the hope that it will be useful, 
        
            9
            but WITHOUT ANY WARRANTY; without even the implied warranty of 
        
            10
            MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
        
            11
            GNU General Public Licence for more details. 
        
            12
            You should have received a copy of the GNU General Public Licence 
        
            13
            along with this program. If not, see <https://www.gnu.org/licenses/>. 
        
            14
            " 
        
            15
             
        
            16
            name: "Numbers" 
        
            17
            symbol: "12+" 
        
            18
            description: "Layout with the numerals and useful programming operators" 
        
            19
             
        
            20
            keys: 
        
            21
              - 
        
            22
                - 
        
            23
                  - central: "0" 
        
            24
                    top_left: "~" 
        
            25
                    top_right: "`" 
        
            26
                    bottom_right: "^" 
        
            27
                    bottom_left: "&" 
        
            28
                  - central: "2" 
        
            29
                    top_left: "{" 
        
            30
                    top_right: "}" 
        
            31
                    bottom_right: "]" 
        
            32
                    bottom_left: "[" 
        
            33
                  - central: "4" 
        
            34
                    top_left: "+" 
        
            35
                    top_right: "-" 
        
            36
                    bottom_right: "*" 
        
            37
                    bottom_left: "/" 
        
            38
                  - central: "6" 
        
            39
                    top_left: "<" 
        
            40
                    top_right: ">" 
        
            41
                    bottom_right: ")" 
        
            42
                    bottom_left: "(" 
        
            43
                  - central: "8" 
        
            44
                    top_left: "\"" 
        
            45
                    top_right: "\\" 
        
            46
                    bottom_right: "|" 
        
            47
                    bottom_left: "=" 
        
            48
                - 
        
            49
                  - central: "1" 
        
            50
                    top_left: "!" 
        
            51
                    top_right: "%" 
        
            52
                    bottom_right: "#" 
        
            53
                    bottom_left: "@" 
        
            54
                  - central: "3" 
        
            55
                    top_left: "." 
        
            56
                    top_right: "," 
        
            57
                    bottom_right: "_" 
        
            58
                    bottom_left: "$" 
        
            59
                  - central: "5" 
        
            60
                    top_left: "=" 
        
            61
                    top_right: "?" 
        
            62
                    bottom_right: "==" 
        
            63
                    bottom_left: "!=" 
        
            64
                  - central: "7" 
        
            65
                    top_left: ";" 
        
            66
                    top_right: ":" 
        
            67
                    bottom_right: "<<" 
        
            68
                    bottom_left: ">>" 
        
            69
                  - central: "9" 
        
            70
                    top_left: "/*" 
        
            71
                    top_right: "&&" 
        
            72
                    bottom_right: "||" 
        
            73
                    bottom_left: "*/" 
        
            74