Advertisement
misionpilot

German added to clipboard

May 4th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.58 KB | None | 0 0
  1. app.LAYOUTS = {
  2. QWERTY: {
  3. "~": [35, 120, 70, 275],
  4. "`": [35, 120],
  5. "1": [90, 120],
  6. "!": [90, 120, 70, 275],
  7. "2": [144, 120],
  8. "@": [144, 120, 70, 275],
  9. "3": [198, 120],
  10. "#": [198, 120, 70, 275],
  11. "4": [253, 120],
  12. "$": [253, 120, 70, 275],
  13. "5": [307, 120],
  14. "%": [307, 120, 70, 275],
  15. "6": [361, 120],
  16. "^": [361, 120, 70, 275],
  17. "7": [415, 120],
  18. "&": [415, 120, 70, 275],
  19. "8": [469, 120],
  20. "*": [469, 120, 70, 275],
  21. "9": [524, 120],
  22. "(": [524, 120, 70, 275],
  23. "0": [579, 120],
  24. ")": [579, 120, 70, 275],
  25. "-": [630, 120],
  26. "_": [630, 120, 70, 275],
  27. "+": [685, 120, 70, 275],
  28. "=": [685, 120],
  29. "Q": [115, 174],
  30. "W": [169, 174],
  31. "E": [224, 174],
  32. "R": [278, 174],
  33. "T": [332, 174],
  34. "Y": [386, 174],
  35. "U": [440, 174],
  36. "I": [494, 174],
  37. "O": [548, 174],
  38. "P": [602, 174],
  39. "[": [656, 174],
  40. "{": [656, 174, 70, 275],
  41. "]": [710, 174],
  42. "}": [710, 174, 70, 275],
  43. "\\":[764, 174],
  44. "|": [764, 174, 70, 275],
  45. "A": [130, 225],
  46. "S": [184, 225],
  47. "D": [238, 225],
  48. "F": [292, 225],
  49. "G": [346, 225],
  50. "H": [400, 225],
  51. "J": [454, 225],
  52. "K": [508, 225],
  53. "L": [562, 225],
  54. ";": [616, 225],
  55. ":": [616, 225, 70, 275],
  56. "'": [670, 225],
  57. "\"": [670, 225, 70, 275],
  58. "Z": [158, 275],
  59. "X": [212, 275],
  60. "C": [266, 275],
  61. "V": [320, 275],
  62. "B": [374, 275],
  63. "N": [428, 275],
  64. "M": [482, 275],
  65. ",": [536, 275],
  66. "<": [536, 275, 70, 275],
  67. ".": [590, 275],
  68. ">": [590, 275, 70, 275],
  69. "/": [644, 275],
  70. "?": [644, 275, 70, 275],
  71. " ": [500, 300]
  72. },
  73. GERMAN: {
  74. ">": [35, 120, 70, 275],
  75. "<": [35, 120],
  76. "1": [90, 120],
  77. "!": [90, 120, 70, 275],
  78. "2": [144, 120],
  79. "\"": [144, 120, 70, 275],
  80. "3": [198, 120],
  81. "§": [198, 120, 70, 275],
  82. "4": [253, 120],
  83. "$": [253, 120, 70, 275],
  84. "5": [307, 120],
  85. "%": [307, 120, 70, 275],
  86. "6": [361, 120],
  87. "&": [361, 120, 70, 275],
  88. "7": [415, 120],
  89. "/": [415, 120, 70, 275],
  90. "8": [469, 120],
  91. "(": [469, 120, 70, 275],
  92. "9": [524, 120],
  93. ")": [524, 120, 70, 275],
  94. "0": [579, 120],
  95. "=": [579, 120, 70, 275],
  96. "ß": [630, 120],
  97. "?": [630, 120, 70, 275],
  98. "`": [685, 120, 70, 275],
  99. "´": [685, 120],
  100. "Q": [115, 174],
  101. "W": [169, 174],
  102. "E": [224, 174],
  103. "R": [278, 174],
  104. "T": [332, 174],
  105. "Z": [386, 174],
  106. "U": [440, 174],
  107. "I": [494, 174],
  108. "O": [548, 174],
  109. "P": [602, 174],
  110. "ü": [656, 174],
  111. "Ü": [656, 174, 70, 275],
  112. "+": [710, 174],
  113. "*": [710, 174, 70, 275],
  114. "#": [764, 174],
  115. "'": [764, 174, 70, 275],
  116. "A": [130, 225],
  117. "S": [184, 225],
  118. "D": [238, 225],
  119. "F": [292, 225],
  120. "G": [346, 225],
  121. "H": [400, 225],
  122. "J": [454, 225],
  123. "K": [508, 225],
  124. "L": [562, 225],
  125. "ö": [616, 225],
  126. "Ö": [616, 225, 70, 275],
  127. "ä": [670, 225],
  128. "Ä": [670, 225, 70, 275],
  129. "Y": [158, 275],
  130. "X": [212, 275],
  131. "C": [266, 275],
  132. "V": [320, 275],
  133. "B": [374, 275],
  134. "N": [428, 275],
  135. "M": [482, 275],
  136. ",": [536, 275],
  137. ";": [536, 275, 70, 275],
  138. ".": [590, 275],
  139. ":": [590, 275, 70, 275],
  140. "-": [644, 275],
  141. "_": [644, 275, 70, 275],
  142. " ": [500, 300]
  143. },
  144. DVORAK: {
  145. "~": [35, 120, 70, 275],
  146. "`": [35, 120],
  147. "1": [90, 120],
  148. "!": [90, 120, 70, 275],
  149. "2": [144, 120],
  150. "@": [144, 120, 70, 275],
  151. "3": [198, 120],
  152. "#": [198, 120, 70, 275],
  153. "4": [253, 120],
  154. "$": [253, 120, 70, 275],
  155. "5": [307, 120],
  156. "%": [307, 120, 70, 275],
  157. "6": [361, 120],
  158. "^": [361, 120, 70, 275],
  159. "7": [415, 120],
  160. "&": [415, 120, 70, 275],
  161. "8": [469, 120],
  162. "*": [469, 120, 70, 275],
  163. "9": [524, 120],
  164. "(": [524, 120, 70, 275],
  165. "0": [579, 120],
  166. ")": [579, 120, 70, 275],
  167. "[": [630, 120],
  168. "{": [630, 120, 70, 275],
  169. "]": [685, 120],
  170. "}": [685, 120, 70, 275],
  171. "'": [115, 174],
  172. "\"": [115, 174, 70, 275],
  173. ",": [169, 174],
  174. "<": [169, 174, 70, 275],
  175. ".": [224, 174],
  176. ">": [224, 174, 70, 275],
  177. "P": [278, 174],
  178. "Y": [332, 174],
  179. "F": [386, 174],
  180. "G": [440, 174],
  181. "C": [494, 174],
  182. "R": [548, 174],
  183. "L": [602, 174],
  184. "/": [656, 174],
  185. "?": [656, 174, 70, 275],
  186. "=": [710, 174],
  187. "+": [710, 174, 70, 275],
  188. "\\":[764, 174],
  189. "|": [764, 174, 70, 275],
  190. "A": [130, 225],
  191. "O": [184, 225],
  192. "E": [238, 225],
  193. "U": [292, 225],
  194. "I": [346, 225],
  195. "D": [400, 225],
  196. "H": [454, 225],
  197. "T": [508, 225],
  198. "N": [562, 225],
  199. "S": [616, 225],
  200. "-": [670, 225],
  201. "_": [670, 225, 70, 275],
  202. ":": [158, 275, 70, 275],
  203. ";": [158, 275],
  204. "Q": [212, 275],
  205. "J": [266, 275],
  206. "K": [320, 275],
  207. "X": [374, 275],
  208. "B": [428, 275],
  209. "M": [482, 275],
  210. "W": [536, 275],
  211. "V": [590, 275],
  212. "Z": [644, 275],
  213. " ": [500, 300]
  214. },
  215. DVORAK_PROGRAMMER: {
  216. "P": [278, 174],
  217. "Y": [332, 174],
  218. "F": [386, 174],
  219. "G": [440, 174],
  220. "C": [494, 174],
  221. "R": [548, 174],
  222. "L": [602, 174],
  223. "A": [130, 225],
  224. "O": [184, 225],
  225. "E": [238, 225],
  226. "U": [292, 225],
  227. "I": [346, 225],
  228. "D": [400, 225],
  229. "H": [454, 225],
  230. "T": [508, 225],
  231. "N": [562, 225],
  232. "S": [616, 225],
  233. "Q": [212, 275],
  234. "J": [266, 275],
  235. "K": [320, 275],
  236. "X": [374, 275],
  237. "B": [428, 275],
  238. "M": [482, 275],
  239. "W": [536, 275],
  240. "V": [590, 275],
  241. "Z": [644, 275],
  242. "\"": [158, 275, 70, 275],
  243. "'": [158, 275],
  244. ":": [115, 174, 70, 275],
  245. ";": [115, 174],
  246. ",": [169, 174],
  247. "<": [169, 174, 70, 275],
  248. ".": [224, 174],
  249. ">": [224, 174, 70, 275],
  250. "/": [656, 174],
  251. "?": [656, 174, 70, 275],
  252. "\\":[764, 174],
  253. "|": [764, 174, 70, 275],
  254. "-": [670, 225],
  255. "_": [670, 225, 70, 275],
  256. " ": [500, 300],
  257. "~": [35, 120, 70, 275],
  258. "$": [35, 120],
  259. "&": [90, 120],
  260. "%": [90, 120, 70, 275],
  261. "[": [144, 120],
  262. "7": [144, 120, 70, 275],
  263. "{": [198, 120],
  264. "5": [198, 120, 70, 275],
  265. "}": [253, 120],
  266. "3": [253, 120, 70, 275],
  267. "(": [307, 120],
  268. "1": [307, 120, 70, 275],
  269. "=": [361, 120],
  270. "9": [361, 120, 70, 275],
  271. "*": [415, 120],
  272. "0": [415, 120, 70, 275],
  273. ")": [469, 120],
  274. "2": [469, 120, 70, 275],
  275. "+": [524, 120],
  276. "4": [524, 120, 70, 275],
  277. "]": [579, 120],
  278. "6": [579, 120, 70, 275],
  279. "!": [630, 120],
  280. "8": [630, 120, 70, 275],
  281. "#": [685, 120],
  282. "`": [685, 120, 70, 275],
  283. "@": [710, 174],
  284. "^": [710, 174, 70, 275],
  285. },
  286. COLEMAK: {
  287. "~": [35, 120, 70, 275],
  288. "`": [35, 120],
  289. "1": [90, 120],
  290. "!": [90, 120, 70, 275],
  291. "2": [144, 120],
  292. "@": [144, 120, 70, 275],
  293. "3": [198, 120],
  294. "#": [198, 120, 70, 275],
  295. "4": [253, 120],
  296. "$": [253, 120, 70, 275],
  297. "5": [307, 120],
  298. "%": [307, 120, 70, 275],
  299. "6": [361, 120],
  300. "^": [361, 120, 70, 275],
  301. "7": [415, 120],
  302. "&": [415, 120, 70, 275],
  303. "8": [469, 120],
  304. "*": [469, 120, 70, 275],
  305. "9": [524, 120],
  306. "(": [524, 120, 70, 275],
  307. "0": [579, 120],
  308. ")": [579, 120, 70, 275],
  309. "-": [630, 120],
  310. "_": [630, 120, 70, 275],
  311. "+": [685, 120, 70, 275],
  312. "=": [685, 120],
  313. "Q": [115, 174],
  314. "W": [169, 174],
  315. "F": [224, 174],
  316. "P": [278, 174],
  317. "G": [332, 174],
  318. "J": [386, 174],
  319. "L": [440, 174],
  320. "U": [494, 174],
  321. "Y": [548, 174],
  322. ":": [602, 174, 70, 275],
  323. ";": [602, 174],
  324. "[": [656, 174],
  325. "{": [656, 174, 70, 275],
  326. "]": [710, 174],
  327. "}": [710, 174, 70, 275],
  328. "\\":[764, 174],
  329. "|": [764, 174, 70, 275],
  330. "A": [130, 225],
  331. "R": [184, 225],
  332. "S": [238, 225],
  333. "T": [292, 225],
  334. "D": [346, 225],
  335. "H": [400, 225],
  336. "N": [454, 225],
  337. "E": [508, 225],
  338. "I": [562, 225],
  339. "O": [616, 225],
  340. "'": [670, 225],
  341. "\"": [670, 225, 70, 275],
  342. "Z": [158, 275],
  343. "X": [212, 275],
  344. "C": [266, 275],
  345. "V": [320, 275],
  346. "B": [374, 275],
  347. "K": [428, 275],
  348. "M": [482, 275],
  349. ".": [536, 275],
  350. ">": [536, 275, 70, 275],
  351. ",": [590, 275],
  352. "<": [590, 275, 70, 275],
  353. "/": [644, 275],
  354. "?": [644, 275, 70, 275],
  355. " ": [500, 300]
  356. }
  357. },
  358. app.EXCLUDES = [" "],
  359. app.SAMPLE_TEXT = [
  360. "This is the first sample text. It's an awesome sample text, but the other ones are also very nice.",
  361. "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.",
  362. "A heat map is a graphical representation of data where the values taken by a variable in a two-dimensional table are represented as colors. Fractal maps and tree maps both often use a similar system of color-coding to represent the values taken by a variable in a hierarchy. The term is also used to mean its thematic application as a choropleth map.",
  363. "Heat maps originated in 2D displays of the values in a data matrix. Larger values were represented by small dark gray or black squares (pixels) and smaller values by lighter squares. Sneath (1957) displayed the results of a cluster analysis by permuting the rows and the columns of a matrix to place similar values near each other according to the clustering. Jacques Bertin used a similar representation to display data that conformed to a Guttman scale. The idea for joining cluster trees to the rows and columns of the data matrix originated with Robert Ling in 1973. Ling used overstruck printer characters to represent different shades of gray, one character-width per pixel."
  364. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement