Skip to content

Commit

Permalink
Added Markdown Keyboard, priority list, and fixed layout bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Crawford authored and Jared Crawford committed Apr 8, 2012
1 parent 822af4e commit 53fe4e4
Show file tree
Hide file tree
Showing 13 changed files with 993 additions and 319 deletions.
21 changes: 14 additions & 7 deletions English (QWERTY)/QWERTY-Numeric-Shifted.json
Expand Up @@ -16,7 +16,8 @@
"text": "#"
},
{
"text": "%"
"text": "%",
"modifiers":["%",""]
},
{
"text": "^"
Expand Down Expand Up @@ -66,17 +67,18 @@
[
{
"text": "123",
"width": 1.25,
"width": 1.32,
"style": "dark",
"type": "switchKeyboard",
"keyboardName": "QWERTY-Numeric"
},
{
"style":"blankSpace",
"width": 0.25
"width": 0.18
},
{
"text": ".",
"modifiers": [".",""],
"width": 1.4
},
{
Expand All @@ -85,39 +87,44 @@
},
{
"text": "?",
"modifiers": ["?","¿"],
"width": 1.4
},
{
"text": "!",
"modifiers": ["!","¡"],
"width": 1.4
},
{
"text": "'",
"modifiers": ["'","","","`"],
"width": 1.4
},
{
"style":"blankSpace",
"width": 0.25
"width": 0.18
},
{
"image": "Delete",
"width": 1.25,
"width": 1.32,
"style": "dark",
"type": "delete"
}
],
[
{
"text": "ABC",
"width": 1.25,
"width": 2.5,
"widthIfMultipleKeyboards": 1.25,
"style": "dark",
"type": "switchKeyboard",
"keyboardName": "QWERTY",
"font": "HelveticaNeue-CondensedBold"
},
{
"image": "Globe",
"width": 1.25,
"width": 0,
"widthIfMultipleKeyboards": 1.25,
"style": "dark",
"type": "switchKeyboard"
},
Expand Down
33 changes: 22 additions & 11 deletions English (QWERTY)/QWERTY-Numeric.json
Expand Up @@ -28,12 +28,14 @@
"text": "9"
},
{
"text": "0"
"text": "0",
"modifiers": ["0","˚"]
}
],
[
{
"text": "-"
"text": "-",
"modifiers": ["-","","",""]
},
{
"text": "/"
Expand All @@ -51,32 +53,36 @@
"text": ")"
},
{
"text": "$"
"text": "$",
"modifiers": ["$","¢","£","","¥",""]
},
{
"text": "&"
"text": "&",
"modifiers": ["&","§"]
},
{
"text": "@"
},
{
"text": "\""
"text": "\"",
"modifiers": ["\"","","","","»","«"]
}
],
[
{
"text": "#+=",
"width": 1.25,
"width": 1.32,
"style": "dark",
"type": "switchKeyboard",
"keyboardName": "QWERTY-Numeric-Shifted"
},
{
"style":"blankSpace",
"width": 0.25
"width": 0.18
},
{
"text": ".",
"modifiers": [".",""],
"width": 1.4
},
{
Expand All @@ -85,39 +91,44 @@
},
{
"text": "?",
"modifiers": ["?","¿"],
"width": 1.4
},
{
"text": "!",
"modifiers": ["!","¡"],
"width": 1.4
},
{
"text": "'",
"modifiers": ["'","","","`"],
"width": 1.4
},
{
"style":"blankSpace",
"width": 0.25
"width": 0.18
},
{
"image": "Delete",
"width": 1.25,
"width": 1.32,
"style": "dark",
"type": "delete"
}
],
[
{
"text": "ABC",
"width": 1.25,
"width": 2.5,
"widthIfMultipleKeyboards": 1.25,
"style": "dark",
"type": "switchKeyboard",
"keyboardName": "QWERTY",
"font": "HelveticaNeue-CondensedBold"
},
{
"image": "Globe",
"width": 1.25,
"width": 0,
"widthIfMultipleKeyboards": 1.25,
"style": "dark",
"type": "switchKeyboard"
},
Expand Down
11 changes: 7 additions & 4 deletions English (QWERTY)/QWERTY.json
Expand Up @@ -125,15 +125,18 @@
],
[
{
"text": "123",
"width": 1.25,
"text": ".?123",
"width": 2.5,
"widthIfMultipleKeyboards": 1.25,
"textIfMultipleKeyboards":"123",
"style": "dark",
"type": "switchKeyboard",
"keyboardName": "QWERTY-Numeric"
"keyboardName": "QWERTY-Numeric",
},
{
"image": "Globe",
"width": 1.25,
"width": 0,
"widthIfMultipleKeyboards": 1.25,
"style": "dark",
"type": "switchKeyboard"
},
Expand Down
11 changes: 7 additions & 4 deletions English (QWERTY)/QWERTY~iPad.json
Expand Up @@ -73,7 +73,7 @@
"text": "return",
"width": 1.7,
"style": "lightWithGrayText",
"type": "newline"
"type": "return"
}
],
[
Expand Down Expand Up @@ -119,13 +119,16 @@
[
{
"text": ".?123",
"width": 1.5,
"width": 3,
"widthIfMultipleKeyboards": 1.5,
"type": "switchKeyboard",
"keyboardName": "QWERTY-Numeric"
"keyboardName": "ObjC-Numeric"
},
{
"image": "Globe",
"width": 1.5,
"width": 0,
"widthIfMultipleKeyboards": 1.5,
"style": "dark",
"type": "switchKeyboard"
},
{
Expand Down
137 changes: 137 additions & 0 deletions Markdown/Markdown-Numeric-Shifted.json
@@ -0,0 +1,137 @@
[
[
{
"text": "["
},
{
"text": "]"
},
{
"text": "{"
},
{
"text": "}"
},
{
"text": "#"
},
{
"text": "%"
},
{
"text": "^"
},
{
"text": "*"
},
{
"text": "+"
},
{
"text": "="
}
],
[
{
"text": "_"
},
{
"text": "\\"
},
{
"text": "|"
},
{
"text": "~"
},
{
"text": "<"
},
{
"text": ">"
},
{
"text": ""
},
{
"text": "£"
},
{
"text": "¥"
},
{
"text": ""
}
],
[
{
"text": "123",
"width": 1.25,
"style": "dark",
"type": "switchKeyboard",
"keyboardName": "Markdown-Numeric"
},
{
"style":"blankSpace",
"width": 0.25
},
{
"text": ".",
"width": 1.4
},
{
"text": ",",
"width": 1.4
},
{
"text": "?",
"width": 1.4
},
{
"text": "!",
"width": 1.4
},
{
"text": "'",
"width": 1.4
},
{
"style":"blankSpace",
"width": 0.25
},
{
"image": "Delete",
"width": 1.25,
"style": "dark",
"type": "delete"
}
],
[
{
"text": "ABC",
"width": 1.25,
"style": "dark",
"type": "switchKeyboard",
"keyboardName": "Markdown",
"font": "HelveticaNeue-CondensedBold"
},
{
"image": "Globe",
"width": 1.25,
"style": "dark",
"type": "switchKeyboard"
},
{
"text": "space",
"width": 5,
"style": "spacebar",
"type": "spacebar"
},
{
"text": "return",
"width": 2.5,
"style": "blue",
"type": "return"
}
]
]

0 comments on commit 53fe4e4

Please sign in to comment.