diff --git a/ios/.gitignore b/ios/.gitignore index 2f451173f7..ff589919ee 100644 --- a/ios/.gitignore +++ b/ios/.gitignore @@ -17,9 +17,12 @@ engine/KMEI/KeymanEngine/resources/Keyman.bundle/Contents/Resources/keyman-sentr Keyman 2* Carthage +# Generated offline help +keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources + # Explicitly ignores just the SWKeyboard scheme; testing against different # targets makes a lot of noise. **/SWKeyboard.scheme # Ignores exported localization files. -en.xcloc \ No newline at end of file +en.xcloc diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/NotoSans-Regular-Ascii.ttf b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/NotoSans-Regular-Ascii.ttf deleted file mode 100644 index f221c4a87a..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/NotoSans-Regular-Ascii.ttf and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/add-keyboard-file-i.b0b4249fc27f737685a10fa6781db8b6.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/add-keyboard-file-i.b0b4249fc27f737685a10fa6781db8b6.png deleted file mode 100644 index 804812fcec..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/add-keyboard-file-i.b0b4249fc27f737685a10fa6781db8b6.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/add-keyboard-i.47ed580b93a138e29e9c9ad70e00d25f.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/add-keyboard-i.47ed580b93a138e29e9c9ad70e00d25f.png deleted file mode 100644 index 2e8f99852b..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/add-keyboard-i.47ed580b93a138e29e9c9ad70e00d25f.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/add-keyboard-i2.f815f73c0363f547b5c756ebcdb4a89a.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/add-keyboard-i2.f815f73c0363f547b5c756ebcdb4a89a.png deleted file mode 100644 index a962b7f7d3..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/add-keyboard-i2.f815f73c0363f547b5c756ebcdb4a89a.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/add-keyboard-i3.3509794b85cff04330f9f5449df2f874.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/add-keyboard-i3.3509794b85cff04330f9f5449df2f874.png deleted file mode 100644 index faa6a94782..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/add-keyboard-i3.3509794b85cff04330f9f5449df2f874.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/add-keyboard-i4.961fbda76f16aca5b91afd600f4f9df1.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/add-keyboard-i4.961fbda76f16aca5b91afd600f4f9df1.png deleted file mode 100644 index 6d057d7303..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/add-keyboard-i4.961fbda76f16aca5b91afd600f4f9df1.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/add-keyboard-i5.f41b6636a605786bafa435d2cf52267f.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/add-keyboard-i5.f41b6636a605786bafa435d2cf52267f.png deleted file mode 100644 index 7d564bdf24..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/add-keyboard-i5.f41b6636a605786bafa435d2cf52267f.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/app-info.8f6cb12701af2facf8c6dd7c729c65bc.css b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/app-info.8f6cb12701af2facf8c6dd7c729c65bc.css deleted file mode 100644 index 3fbe3544d2..0000000000 --- a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/app-info.8f6cb12701af2facf8c6dd7c729c65bc.css +++ /dev/null @@ -1,59 +0,0 @@ -/*********************** - Wrapper CSS -***********************/ - -h2{ - font-size: 22pt; - font-weight: 400; - margin: 30px 0px 15px 0px; - text-align: center; - color: #BA2034; -} - - -p img{ - margin-top: 10px !important; - display: block !important; - margin-left: auto !important; - margin-right: auto !important; - margin-bottom: 10px !important; -} - -table{ - width: 100% !important; - margin-bottom: 50px !important; -} - - -td{ - text-align: left !important; - vertical-align: middle !important; - padding: 10px !important; -} - -th{ - font-weight: bold !important; - font-size: 14pt !important; - padding: 15px 0px 5px 0px !important; -} - -.command{ - font-weight: bold !important; - color: #69B7D3 !important; -} - -@media all and (min-width: 10px) and (max-width: 720px){ - #section2 img{ - min-width: 40px; - } -} - -/** - Removes existing max-width property settings from images in tables. - They overly shrink the images on the main iOS symbol glossary. - */ -#section2 td img { - max-width: unset; -} - - diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/backspace.e7aa44e2e9f4ccd68dfffd7cdae23d1f.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/backspace.e7aa44e2e9f4ccd68dfffd7cdae23d1f.png deleted file mode 100644 index 6ea9e4eb49..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/backspace.e7aa44e2e9f4ccd68dfffd7cdae23d1f.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/browser-icon.af5dfe566575261f1ea8164481323cb4.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/browser-icon.af5dfe566575261f1ea8164481323cb4.png deleted file mode 100644 index b4ca58c37f..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/browser-icon.af5dfe566575261f1ea8164481323cb4.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/delete-keyboard-i.e69d65b22ce139e0ba20a1ba705a28cd.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/delete-keyboard-i.e69d65b22ce139e0ba20a1ba705a28cd.png deleted file mode 100644 index 10385b4758..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/delete-keyboard-i.e69d65b22ce139e0ba20a1ba705a28cd.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/delete-keyboard-i2.ec40fd5e372cbac2dcb4266fb7ed79f7.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/delete-keyboard-i2.ec40fd5e372cbac2dcb4266fb7ed79f7.png deleted file mode 100644 index 15fe1c6cc4..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/delete-keyboard-i2.ec40fd5e372cbac2dcb4266fb7ed79f7.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/delete.3a5deb2cca38d2fceafdab4ecc07dd5d.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/delete.3a5deb2cca38d2fceafdab4ecc07dd5d.png deleted file mode 100644 index d2f833bf22..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/delete.3a5deb2cca38d2fceafdab4ecc07dd5d.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/dist-install1-i.9f5bb46e89bbdcf2bbe406da41ce6771.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/dist-install1-i.9f5bb46e89bbdcf2bbe406da41ce6771.png deleted file mode 100644 index e4632eafc9..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/dist-install1-i.9f5bb46e89bbdcf2bbe406da41ce6771.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/dist-kmp-open-i.6a948c2a5b45cf7ad8d430cfd4c275af.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/dist-kmp-open-i.6a948c2a5b45cf7ad8d430cfd4c275af.png deleted file mode 100644 index a6220a3856..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/dist-kmp-open-i.6a948c2a5b45cf7ad8d430cfd4c275af.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/dist-kmp-success-i.ebdf47a9e455838a09060ad92abcbf4e.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/dist-kmp-success-i.ebdf47a9e455838a09060ad92abcbf4e.png deleted file mode 100644 index af1108946b..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/dist-kmp-success-i.ebdf47a9e455838a09060ad92abcbf4e.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/dist-url-screen-i.58b4bbebb629e6152eb43ece3451fb3c.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/dist-url-screen-i.58b4bbebb629e6152eb43ece3451fb3c.png deleted file mode 100644 index 1c00296467..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/dist-url-screen-i.58b4bbebb629e6152eb43ece3451fb3c.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/dist-welcome-i.e4fac681e32f983734f73b37f3b445da.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/dist-welcome-i.e4fac681e32f983734f73b37f3b445da.png deleted file mode 100644 index cfa0cc725f..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/dist-welcome-i.e4fac681e32f983734f73b37f3b445da.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/embed.5f7dc4fec739bda98e73bbe078e4f770.css b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/embed.5f7dc4fec739bda98e73bbe078e4f770.css deleted file mode 100644 index 8a291613a8..0000000000 --- a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/embed.5f7dc4fec739bda98e73bbe078e4f770.css +++ /dev/null @@ -1,7 +0,0 @@ -.embed-on .content-online { - display: none; -} - -.embed-off .content-in-app { - display: none; -} \ No newline at end of file diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/favicon.56e7a2d76793fb59cca3133b8bb1dd3d.ico b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/favicon.56e7a2d76793fb59cca3133b8bb1dd3d.ico deleted file mode 100644 index 671c7c9156..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/favicon.56e7a2d76793fb59cca3133b8bb1dd3d.ico and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/file-share-1i.6b5cb90a3fe79c777ae3e71db9d389c4.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/file-share-1i.6b5cb90a3fe79c777ae3e71db9d389c4.png deleted file mode 100644 index 8415388dc1..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/file-share-1i.6b5cb90a3fe79c777ae3e71db9d389c4.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/file-share-2i.b5ac36c325ecebb21ae10a44ee80a7e2.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/file-share-2i.b5ac36c325ecebb21ae10a44ee80a7e2.png deleted file mode 100644 index a5749ae5c2..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/file-share-2i.b5ac36c325ecebb21ae10a44ee80a7e2.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/font-dl1.b8983c24d229e8bfaef5757e8cf61579.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/font-dl1.b8983c24d229e8bfaef5757e8cf61579.png deleted file mode 100644 index f238d9b455..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/font-dl1.b8983c24d229e8bfaef5757e8cf61579.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/font-dl2.e89447124a646205302905cf75903b84.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/font-dl2.e89447124a646205302905cf75903b84.png deleted file mode 100644 index f93787723a..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/font-dl2.e89447124a646205302905cf75903b84.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/font-dl3.8ed35f744cca7be7ef8c0930744b713a.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/font-dl3.8ed35f744cca7be7ef8c0930744b713a.png deleted file mode 100644 index 6889f5f8ea..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/font-dl3.8ed35f744cca7be7ef8c0930744b713a.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/font-dl4.713ea3fe6632dc78a7d943305efca977.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/font-dl4.713ea3fe6632dc78a7d943305efca977.png deleted file mode 100644 index 8ee473bfc8..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/font-dl4.713ea3fe6632dc78a7d943305efca977.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/font-dl5.89bddef8908a51a5f56890f0ad93c673.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/font-dl5.89bddef8908a51a5f56890f0ad93c673.png deleted file mode 100644 index 47e3e9fd4d..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/font-dl5.89bddef8908a51a5f56890f0ad93c673.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/font-size.ad6bf9de6369ea97531dfc845b92547a.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/font-size.ad6bf9de6369ea97531dfc845b92547a.png deleted file mode 100644 index b1dd620217..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/font-size.ad6bf9de6369ea97531dfc845b92547a.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/fonts.css b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/fonts.css deleted file mode 100644 index c72972eed5..0000000000 --- a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/fonts.css +++ /dev/null @@ -1,139 +0,0 @@ -@font-face { - font-family:GeezWeb; - font-style:normal; - font-weight:normal; - src:url('https://s.keyman.com/font/deploy/wookianos.ttf') format('truetype'); -} -@font-face { - font-family:MyanmarWeb; - font-style:normal; - font-weight:normal; - src:url('https://s.keyman.com/font/deploy/Padauk.ttf') format('truetype'); -} -/*@font-face { - font-family:LatinWeb; - font-style:normal; - font-weight:normal; - src:url('https://s.keyman.com/font/deploy/DejaVuSans.ttf') format('truetype'); -}*/ -@font-face { - font-family:OriyaWeb; - font-style:normal; - font-weight:normal; - src:url('https://s.keyman.com/font/deploy/utkalm.ttf') format('truetype'); -} -@font-face { - font-family:SinhalaWeb; - font-style:normal; - font-weight:normal; - src:url('https://s.keyman.com/font/deploy/kaputaunicode.ttf') format('truetype'); -} -@font-face { - font-family:TamilWeb; - font-style:normal; - font-weight:normal; - src:url('https://s.keyman.com/font/deploy/aava1.ttf') format('truetype'); -} -@font-face { - font-family:CherokeeWeb; - font-style:normal; - font-weight:normal; - src:url('https://s.keyman.com/font/deploy/digohweli_1_7.ttf') format('truetype'); -} -@font-face { - font-family: SindhiWeb; - font-style: normal; - font-weight: normal; - src: url('https://s.keyman.com/font/deploy/MBKhursheed10.6.ttf') format("truetype"); -} -@font-face { - font-family: TibetanWeb; - font-style: normal; - font-weight: normal; - src: url('https://s.keyman.com/font/deploy/CTRC-Uchen.ttf') format("truetype"); -} -@font-face { - font-family: LaoWeb; - font-style: normal; - font-weight: normal; - src: url('https://s.keyman.com/font/deploy/SAYSETT0.eot'); - src: url('https://s.keyman.com/font/deploy/SAYSETT0.eot?#iefix') format('embedded-opentype'), - url('https://s.keyman.com/font/deploy/saysettha_web.woff') format('woff'), - url('https://s.keyman.com/font/deploy/saysettha_OT.ttf') format('truetype'); -} -@font-face { - font-family: PashtoWeb; - font-style: normal; - font-weight: normal; - src: url('https://s.keyman.com/font/deploy/LateefRegOT.ttf') format("truetype"); -} - -@font-face { - font-family: "Noto Nastaliq Urdu Draft"; - src: url('https://s.keyman.com/font/deploy/NotoNastaliqUrduDraft.ttf') format("truetype"); -} - -/* Amharic */ -:lang(amh).lang-example { - font-family: GeezWeb; -} -/* Burmese */ -:lang(mya).lang-example { - font-family: MyanmarWeb; -} -/* Cherokee */ -:lang(chr).lang-example { - font-family: CherokeeWeb; -} -/* Lao */ -:lang(lao).lang-example { - font-family: LaoWeb; -} -/* Malayalam -:lang(mal).lang-example { - font-family: GeezWeb; -} */ - -/* Marathi -:lang(mar).lang-example { - font-family: GeezWeb; -} */ -/* Oriya */ -:lang(ori).lang-example { - font-family: OriyaWeb; -} -/* Sindhi */ -:lang(snd).lang-example { - font-family: SindhiWeb; -} -/* Sinhala */ -:lang(sin).lang-example { - font-family: SinhalaWeb; -} - -/* Tamil */ -:lang(tam).lang-example { - font-family: TamilWeb; -} -/* Tibetan */ -:lang(bod).lang-example { - font-family: TibetanWeb; -} -/* Tigrigna */ -:lang(tir).lang-example { - font-family: GeezWeb; -} - -:lang(egy).language, .hiero{ - font-family:EgyptianWeb !important; -} - -.lang2:lang(urd) { - font-family: "Noto Nastaliq Urdu Draft"; - font-weight: normal; -} - -#hiero{ - position: relative; - top: 2px; -} diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/get-started.148a309221b6ae085ccbc3892614c3b3.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/get-started.148a309221b6ae085ccbc3892614c3b3.png deleted file mode 100644 index cf9253b871..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/get-started.148a309221b6ae085ccbc3892614c3b3.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/globe.b98948bb94a60ffb1822a9f8c6b355e2.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/globe.b98948bb94a60ffb1822a9f8c6b355e2.png deleted file mode 100644 index 857e3db949..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/globe.b98948bb94a60ffb1822a9f8c6b355e2.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/headerbar.5b66d10475396d1a17cb0d687f794262.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/headerbar.5b66d10475396d1a17cb0d687f794262.png deleted file mode 100644 index f61db79b21..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/headerbar.5b66d10475396d1a17cb0d687f794262.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/helpIcon.e6531e8bf34d0f667dac699db8f7438f.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/helpIcon.e6531e8bf34d0f667dac699db8f7438f.png deleted file mode 100644 index 8178e4ff76..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/helpIcon.e6531e8bf34d0f667dac699db8f7438f.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/hide-keyboard.010579769b43952703da6147f8225501.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/hide-keyboard.010579769b43952703da6147f8225501.png deleted file mode 100644 index de814bd6d4..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/hide-keyboard.010579769b43952703da6147f8225501.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/in-app-picker-i.0a1e8e542953df06cc90590f16d6e52f.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/in-app-picker-i.0a1e8e542953df06cc90590f16d6e52f.png deleted file mode 100644 index af9aeb22d6..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/in-app-picker-i.0a1e8e542953df06cc90590f16d6e52f.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/index.php.html b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/index.php.html deleted file mode 100644 index ff5e90e9bf..0000000000 --- a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/index.php.html +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - Keyman for iPhone and iPad Help - - - - - - - - - - - - - - -
-
-
- -
- Header bottom - -

Keyman.com

-
-
-
-
-
-
-

Index

-
-
-
-
-
-

Getting Started

-

Keyman for iPhone and iPad

- -

- The Keyman App lets you type in over 600 languages. To get started, here are some helpful hints: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Keyboard Keys
(Keyboard Present)

Install or select another language/keyboard
Hide the keyboard
Backspace
Return
Shift key. Long press this key to access the CTRL, ALT and CTRL ALT keys (which can access additional - key layers)
Keys with a small dot in the top right corner indicate a long press key. Access further functionality - by long pressing the key

Toolbar Icons

Share your text via Mail, Text, Facebook or Twitter
Open the Keyman Browser
Open the menu for additional options
Adjust the font size
Delete all current text
Open the initial setup screen
Load this help page
-

- -

Help Index

- - -

Integrate Keyman with your App or Website

-

- If you are interested in learning how Keyman can be integrated into your own app or website, visit www.keyman.com/engine -

-

Further Help

-

- For more information on Keyman, visit www.keyman.com -

- -
-

Version History

-

Full version history

-
-
-
-
- - - \ No newline at end of file diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/index.php@embed=ios.html b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/index.php@embed=ios.html deleted file mode 100644 index ab3c169f7e..0000000000 --- a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/index.php@embed=ios.html +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - Keyman for iPhone and iPad Help - - - - - - - - - - - - - - -
-
-
- -
- Header bottom - -

Keyman.com

-
-
-
-
-
-
-

Index

-
-
-
-
-
-

Getting Started

-

Keyman for iPhone and iPad

- -

- The Keyman App lets you type in over 600 languages. To get started, here are some helpful hints: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Keyboard Keys
(Keyboard Present)

Install or select another language/keyboard
Hide the keyboard
Backspace
Return
Shift key. Long press this key to access the CTRL, ALT and CTRL ALT keys (which can access additional - key layers)
Keys with a small dot in the top right corner indicate a long press key. Access further functionality - by long pressing the key

Toolbar Icons

Share your text via Mail, Text, Facebook or Twitter
Open the Keyman Browser
Open the menu for additional options
Adjust the font size
Delete all current text
Open the initial setup screen
Load this help page
-

- -

Help Index

- - -

Integrate Keyman with your App or Website

-

- If you are interested in learning how Keyman can be integrated into your own app or website, visit www.keyman.com/engine -

-

Further Help

-

- For more information on Keyman, visit www.keyman.com -

- -
-

Version History

-

Full version history

-
-
-
-
- - - \ No newline at end of file diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/info.ac50440ebab389e55bad424d2aef4f3d.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/info.ac50440ebab389e55bad424d2aef4f3d.png deleted file mode 100644 index 48225689a0..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/info.ac50440ebab389e55bad424d2aef4f3d.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/installing-custom-keyboards.php.html b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/installing-custom-keyboards.php.html deleted file mode 100644 index 320ef4bff5..0000000000 --- a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/installing-custom-keyboards.php.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - - - Installing Custom Keyboards - Keyman for iPhone and iPad Help - - - - - - - - - - - - - -
-
-
- -
- Header bottom - -

Keyman.com

-
-
-
-
-
-
-

Index

-
-
-
-
-
-

Keyman for iPhone and iPad: Installing Custom Keyboards

- -

Download the File

-

- If downloading a custom keyboard from the internet, click the link to your custom keyboard package file. -

-

- For this example, we'll install a custom keyboard from a link in Safari. Our example keyboard is for the GFF Amharic 7 keyboard. -

-

- -

-

- Safari will display an option to open the KMP file with Keyman.
-

-

- -

-

- Click Open in "Keyman" to continue. -

-

Finding the File (iOS 11+ only)

-

- Installation is also possible from email clients and other sources. - Once you download the file and save it to your device, look for an - Open in "Keyman" option or use the - Install From File option in Keyman seen below. -

-

- -

-

- Once this option is selected, a file browser will appear. By default, it will show the most - recently downloaded files that can be installed. -

-

- -

-

- If you have difficulty finding the right file, consider using the Browse - option at the bottom-right. Once you select it, you should then be greeted with the screen shown in - the section below. -

- -

Installing the Package

-

- Either approach seen above will start the installation process. From there, Keyman - for iPhone and iPad will parse the metadata in the package. Some packages include - documentation that will be displayed at this time. -

-

- -

-

- Click the "Install" button at the top right. -

-

-The keyboard from the keyboard package will then be successfully installed! -

-

- -

-

- All the keyboards in the package are installed as a group. In this example, the package only has the "GFF Amharic 7" - keyboard, so it becomes the active keyboard. -

-

- -

- -

- To learn how to create a custom installable keyboard, click here. -

- -

Help Index

- - -
-
-
-
- - - \ No newline at end of file diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/installing-fonts.php.html b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/installing-fonts.php.html deleted file mode 100644 index dc4438b7e2..0000000000 --- a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/installing-fonts.php.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - Installing fonts - Keyman for iPhone and iPad Help - - - - - - - - - - - - - - -
-
-
- -
- Header bottom - -

Keyman.com

-
-
-
-
-
-
-

Index

-
-
-
-
-
-

Keyman for iPhone and iPad: Installing Fonts

- -

- Some keyboards require special fonts that do not come standard with your iPhone or iPad. For keyboards that use these fonts, the Keyman app will provide a download of the font to install onto your device, meaning all apps will be able to correctly display the font. To install the font, touch Install. -
- -

- You will then be taken to your device settings, and asked to install a profile for the font. Touch Install. -
- -

- Then Install again in the Consent page. -
- -

- Once the profile is installed, touch Done. -
- -

- And then Touch now to return to Keyman. -
- -

- The font is now successfully installed, and will display correctly throughout your device! -

- -

Help Index

- - -
-
-
-
- - - \ No newline at end of file diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/installing-keyboards.php.html b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/installing-keyboards.php.html deleted file mode 100644 index d37053ad7a..0000000000 --- a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/installing-keyboards.php.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - Adding keyboards - Keyman for iPhone and iPad Help - - - - - - - - - - - - - -
-
-
- -
- Header bottom - -

Keyman.com

-
-
-
-
-
-
-

Index

-
-
-
-
-
-

Keyman for iPhone and iPad: Adding Keyboards

- -

- To install resources for use with a new language, follow these steps. -

-

Access "Installed Languages"

-

First, open the "Settings" menu.

-

- -

-

- The "Installed Languages" menu found here manages your installed keyboards and dictionaries. -

-

- -

-

You should then see the following screen:

-

- -

- -

Finding Your Keyboard

-

Click the + at the top-right to open the keyboard catalog.

-

- -

-

From there, select the language and keyboard you want to install.

-

A list of all available languages will appear. Scroll through this list until you find the language you want to install. Some languages may have multiple keyboards - for example we have 10 different Tamil keyboards.

-

A popup will then ask for confirmation. Hit the Download button.

-

- -

-

The new keyboard will then be installed and available for use.

-

Help Index

- -
-
-
-
- - - \ No newline at end of file diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/installing-system-keyboard.php.html b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/installing-system-keyboard.php.html deleted file mode 100644 index be101586fb..0000000000 --- a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/installing-system-keyboard.php.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - Installing the Keyman System Keyboard - Keyman for iPhone and iPad Help - - - - - - - - - - - - - -
-
-
- -
- Header bottom - -

Keyman.com

-
-
-
-
-
-
-

Index

-
-
-
-
-
-

Keyman for iPhone and iPad: Installing the Keyman System Keyboard

- -

- Open the 'Settings' App and go to 'General' > 'Keyboard'. -

-

- -

-

- Touch 'Keyboards'. -

-

- -

-

Enabling Keyman

-

- To activate Keyman as a system keyboard, touch 'Add New Keyboard...' -

-

- -

-

- Touch 'Keyman' under THIRD-PARTY KEYBOARDS. -

-

- -

-

- Touch 'Keyman - Keyman'. -

-

- -

-

- Turn on the 'Allow Full Access' toggle and confirm. -

-

- -

-

- Your Keyman keyboards will now be available throughout your entire device. You can switch between Keyman keyboards and the default iOS keyboard layout by touching the globe key of the keyboard whenever you are typing. -

-

- -

-

On "Allow Full Access"

-

After opening the Keyman system keyboard for the first time in an app, you can turn off the "Allow Full Access" option -again. -

-

- You may need to temporarily switch this on again in the future for app updates and for some changes to keyboard preferences. -

-

- It may always be safely deactivated immediately after opening the system keyboard again in an app. -

-

Help Index

- -
-
-
-
- - - \ No newline at end of file diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyboard.f84ff11b7f61a4be1fa5437cf6ba17e0.css b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyboard.f84ff11b7f61a4be1fa5437cf6ba17e0.css deleted file mode 100644 index f8aeee7bca..0000000000 --- a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyboard.f84ff11b7f61a4be1fa5437cf6ba17e0.css +++ /dev/null @@ -1,95 +0,0 @@ -@import 'fonts.css'; - -#section2 h3, #section2 h2{ - color: #B92034; - margin-top: 10px; -} - -#section2 a{ - color: #B92034; -} - -#section2 h3{ - margin-top: 30px; -} - -#section2 h4{ - font-weight: bold; - margin: 10px 10px; -} - -#section2 img{ - margin: 0px; -} - -.lang2{ - line-height: 1.2; - font-size: 150% !important; -} - -#keymanExample{ - background: #E0E0FF; - border: solid 2px #69B7D2; - padding: 10px; -} - -#keymanExample tr td{ - padding: 0px 30px; -} - -#keymanExample tr th{ - font-weight: bold; -} - -#keymanExample img{ - margin: 5px 2px 0px 2px; - position: relative; - top: 3px; -} - -#osk .desktop.kmw-osk-inner-frame { - background: rgb(204,204,204); - padding: 4px 0; -} - -#osk .desktop.kmw-osk-inner-frame .kmw-key-square { - - border-bottom: solid 2px rgb(204,204,204); -} - -.highlightKeys .key-print { display: none } -.highlightKeys img { - vertical-align: baseline; - margin: 0 2px 0 0; - background-image: url('keys3.gif'); - height: 15px; width: 15px; - margin: 2px !important; -} - -.grid tr { - font-weight: normal; - height: 55px; - text-align: center; -} - -td samp { - font-size: 24pt; -} -samp { - color: #0000FF; - font-family: "Times New Roman"; -} -.grid td, .grid th { - border-bottom: 1px solid #DDDDDD; - padding: 2px 5px; -} - -.grid th{ - vertical-align: bottom; - font-weight: bold; -} - -.navheader{ - margin-top: 20px; -} - diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyman-settings.fa7bb95bf3f13c7777484dcdaab9dd0a.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyman-settings.fa7bb95bf3f13c7777484dcdaab9dd0a.png deleted file mode 100644 index 3e203ba627..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyman-settings.fa7bb95bf3f13c7777484dcdaab9dd0a.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyman-settings2.01cbeb0ac2121190250eadcdb38e9c27.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyman-settings2.01cbeb0ac2121190250eadcdb38e9c27.png deleted file mode 100644 index e2436103cf..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyman-settings2.01cbeb0ac2121190250eadcdb38e9c27.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyman-settings3.228f5978261f580be7b6ac285b59c995.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyman-settings3.228f5978261f580be7b6ac285b59c995.png deleted file mode 100644 index 98145546ac..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyman-settings3.228f5978261f580be7b6ac285b59c995.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyman-settings4.d6965eba9a73ea210512c32c69ec6981.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyman-settings4.d6965eba9a73ea210512c32c69ec6981.png deleted file mode 100644 index e7eb1d419f..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyman-settings4.d6965eba9a73ea210512c32c69ec6981.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyman-settings5.eb3048ad1e8bb9e24016134d6f1a9956.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyman-settings5.eb3048ad1e8bb9e24016134d6f1a9956.png deleted file mode 100644 index e78d306265..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyman-settings5.eb3048ad1e8bb9e24016134d6f1a9956.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyman-settings6.72000b5e1174fb6898febb017a63eb6d.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyman-settings6.72000b5e1174fb6898febb017a63eb6d.png deleted file mode 100644 index 5b097f933c..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyman-settings6.72000b5e1174fb6898febb017a63eb6d.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyrenderer.e17ddbf43da5e1a6cc9ba8d723c98ec6.js b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyrenderer.e17ddbf43da5e1a6cc9ba8d723c98ec6.js deleted file mode 100644 index 7b1b1e79ab..0000000000 --- a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keyrenderer.e17ddbf43da5e1a6cc9ba8d723c98ec6.js +++ /dev/null @@ -1,250 +0,0 @@ -if(typeof KeyRenderer == 'undefined') -{ - var KeyRenderer = new function() - { - var site = '/cdn/dev'; - - this.render = function(s) - { - return "" + this.renderInternal(s, true) + ""; - } - - this.renderInternal = function(s, includePrintable) - { - var i = 0, r = ''; - var spkey = {PgUp:'pgup',PgDn:'pgdn',Left:'left',Right:'right',Up:'up',Down:'down',Ins:'ins',Del:'del',Home:'home',End:'end', - Enter:'enter',Tab:'tab',Esc:'esc',Caps:'caps',Shift:'shift2',Ctrl:'ctrl2',Alt:'alt2',Bksp:'bksp'}; - while(i < s.length) - { - var endspan = false; - var ch = s.charAt(i); - if(ch == '[' && i < s.length-1) - { - i++; ch = s.charAt(i); - if(ch != '[') - { - /* Ctrl+Shift+Alt+key */ - var t = ''; - while(s.charAt(i) != ']' && i < s.length) - { - t += s.charAt(i); - i++; - } - var n = t.indexOf('&'),t1=t; - if(n >= 0) - { - ch = t.substr(n,t.length-n); - t = t.substr(0,n); - } - else - { - ch = t.charAt(t.length-1); - t = t.substr(0, t.length-1); - } - r += ""; - - var x = t1.indexOf('!'),u='',ks,kn; - if(x >= 0) - { - ks = t1.substr(x+1,t1.length-x-1); - kn = spkey[ks]; - if(kn) - { - u = ""+ks+""; - t = t.substr(0,x); ch = '*'; - } - } - - if(t.indexOf('C') >= 0) r += "Ctrl"; - if(t.indexOf('S') >= 0) r += "Shift"; - if(t.indexOf('A') >= 0) r += "Alt"; - - r += u; - endspan = true; - } - } - if(!endspan || ch != '*') - { - if(ch.substr(0,1) == '&') - { - if(ch == '&') - { - ch = ''; - while(s.charAt(i) != ';' && i < s.length) - { - ch += s.charAt(i); - i++; - } - ch += ';'; - } - if(ch == '<') ch = '<'; - else if(ch == '>') ch = '>'; - else if(ch == '&') ch = '&'; - else if(ch == '"') ch = '"'; - } - chv = ch.charCodeAt(0); - r += ""+this.encodeEntities(ch)+""; - } - if(endspan) r += ""; - i++; - } - - if(includePrintable) - { - r += ""; - i = 0; - while(i < s.length) - { - endspan = false; - ch = s.charAt(i); - if(ch == '[' && i < s.length-1) - { - i++; ch = s.charAt(i); - if(ch != '[') - { - /* Ctrl+Shift+Alt+key */ - t = ''; - while(s.charAt(i) != ']' && i < s.length) - { - t += s.charAt(i); - i++; - } - var t1 = t; - ch = t.charAt(t.length-1); - t = t.substr(0, t.length-1); - r += ""; - - var x = t1.indexOf('!'),u='',ks,kn; - if(x >= 0) - { - ks = t1.substr(x+1,t1.length-x-1); - kn = spkey[ks]; - if(kn) - { - u = ks; - t = t.substr(0,x); ch = '*'; - } - } - - if(t.indexOf('C') >= 0) r += "Ctrl+"; - if(t.indexOf('S') >= 0) r += "Shift+"; - if(t.indexOf('A') >= 0) r += "Alt+"; - endspan = true; - - r += u; - } - } - if(!endspan || ch != '*') - if(ch == ' ') r += "Space"; else r += this.encodeEntities(ch); - if(endspan) r += ""; - i++; - } - r += ""; - } - - return r; - } - - this.encodeEntities = function(s) - { - return s.replace('&', '&').replace('<', '<').replace('>', '>').replace('"', '"').replace("'", '''); - } - - this.getElementsByClassName = function(className, tag, elm) - { - if (document.getElementsByClassName) { - getElementsByClassName = function (className, tag, elm) { - elm = elm || document; - var elements = elm.getElementsByClassName(className), - nodeName = (tag)? new RegExp("\\b" + tag + "\\b", "i") : null, - returnElements = [], - current; - for(var i=0, il=elements.length; idocument.writeln(KeyRenderer.render('hf')); - } - - } - - if(window.attachEvent) - { - window.attachEvent('onload', KeyRenderer.renderAll); - } - else if(window.addEventListener) - { - window.addEventListener('load', KeyRenderer.renderAll, false); - } -} \ No newline at end of file diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keys.298336161ce24cc84fd19fc4ecb6f7ae.css b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keys.298336161ce24cc84fd19fc4ecb6f7ae.css deleted file mode 100644 index cc4193f1c0..0000000000 --- a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keys.298336161ce24cc84fd19fc4ecb6f7ae.css +++ /dev/null @@ -1,126 +0,0 @@ -/* example and key images */ - -.highlightExample {color: blue; font-weight: bold; } -.highlightKeys {color: blue; font-weight: bold;} - -.highlightKeys .key-print { display: none } -.highlightKeys img { margin: 0 2px 0 0; background-image: url('keys2.gif'); height: 15px; width: 15px; } -.highlightKeys .key-grp { margin: 0 4px; } -.highlightKeys .key-shift { width: 41px !important; margin-right: 0px !important; background-position: 0 -45px; } -.highlightKeys .key-ctrl { width: 33px !important; margin-right: 0px !important; background-position: -41px -45px; } -.highlightKeys .key-alt { width: 32px !important; margin-right: 0px !important; background-position: -74px -45px; } -.highlightKeys .key-32 { width: 37px !important; } - -.key-33 { background-position: -37px 0px; } -.key-34 { background-position: -52px 0px; } -.key-35 { background-position: -67px 0px; } -.key-36 { background-position: -82px 0px; } -.key-37 { background-position: -97px 0px; } -.key-38 { background-position: -112px 0px; } -.key-39 { background-position: -127px 0px; } -.key-40 { background-position: -142px 0px; } -.key-41 { background-position: -157px 0px; } -.key-42 { background-position: -172px 0px; } -.key-43 { background-position: -187px 0px; } -.key-44 { background-position: -202px 0px; } -.key-45 { background-position: -217px 0px; } -.key-46 { background-position: -232px 0px; } -.key-47 { background-position: -247px 0px; } -.key-48 { background-position: -262px 0px; } -.key-49 { background-position: -277px 0px; } -.key-50 { background-position: -292px 0px; } -.key-51 { background-position: -307px 0px; } -.key-52 { background-position: -322px 0px; } -.key-53 { background-position: -337px 0px; } -.key-54 { background-position: -352px 0px; } -.key-55 { background-position: -367px 0px; } -.key-56 { background-position: -382px 0px; } -.key-57 { background-position: -397px 0px; } -.key-58 { background-position: -412px 0px; } -.key-59 { background-position: -427px 0px; } -.key-60 { background-position: -442px 0px; } -.key-61 { background-position: -457px 0px; } -.key-62 { background-position: -472px 0px; } -.key-63 { background-position: -487px 0px; } -.key-64 { background-position: 0px -15px; } -.key-65 { background-position: -15px -15px; } -.key-66 { background-position: -30px -15px; } -.key-67 { background-position: -45px -15px; } -.key-68 { background-position: -60px -15px; } -.key-69 { background-position: -75px -15px; } -.key-70 { background-position: -90px -15px; } -.key-71 { background-position: -105px -15px; } -.key-72 { background-position: -120px -15px; } -.key-73 { background-position: -135px -15px; } -.key-74 { background-position: -150px -15px; } -.key-75 { background-position: -165px -15px; } -.key-76 { background-position: -180px -15px; } -.key-77 { background-position: -195px -15px; } -.key-78 { background-position: -210px -15px; } -.key-79 { background-position: -225px -15px; } -.key-80 { background-position: -240px -15px; } -.key-81 { background-position: -255px -15px; } -.key-82 { background-position: -270px -15px; } -.key-83 { background-position: -285px -15px; } -.key-84 { background-position: -300px -15px; } -.key-85 { background-position: -315px -15px; } -.key-86 { background-position: -330px -15px; } -.key-87 { background-position: -345px -15px; } -.key-88 { background-position: -360px -15px; } -.key-89 { background-position: -375px -15px; } -.key-90 { background-position: -390px -15px; } -.key-91 { background-position: -405px -15px; } -.key-92 { background-position: -420px -15px; } -.key-93 { background-position: -435px -15px; } -.key-94 { background-position: -450px -15px; } -.key-95 { background-position: -465px -15px; } -.key-96 { background-position: 0px -30px; } -.key-97 { background-position: -15px -30px; } -.key-98 { background-position: -30px -30px; } -.key-99 { background-position: -45px -30px; } -.key-100 { background-position: -60px -30px; } -.key-101 { background-position: -75px -30px; } -.key-102 { background-position: -90px -30px; } -.key-103 { background-position: -105px -30px; } -.key-104 { background-position: -120px -30px; } -.key-105 { background-position: -135px -30px; } -.key-106 { background-position: -150px -30px; } -.key-107 { background-position: -165px -30px; } -.key-108 { background-position: -180px -30px; } -.key-109 { background-position: -195px -30px; } -.key-110 { background-position: -210px -30px; } -.key-111 { background-position: -225px -30px; } -.key-112 { background-position: -240px -30px; } -.key-113 { background-position: -255px -30px; } -.key-114 { background-position: -270px -30px; } -.key-115 { background-position: -285px -30px; } -.key-116 { background-position: -300px -30px; } -.key-117 { background-position: -315px -30px; } -.key-118 { background-position: -330px -30px; } -.key-119 { background-position: -345px -30px; } -.key-120 { background-position: -360px -30px; } -.key-121 { background-position: -375px -30px; } -.key-122 { background-position: -390px -30px; } -.key-123 { background-position: -405px -30px; } -.key-124 { background-position: -420px -30px; } -.key-125 { background-position: -435px -30px; } -.key-126 { background-position: -450px -30px; } - -.highlightKeys .key-shift2 { width: 30px !important; margin-right: -2px !important; background-position: 0 -45px; } -.highlightKeys .key-ctrl2 { width: 22px !important; margin-right: -2px !important; background-position: -41px -45px; } -.highlightKeys .key-alt2 { width: 20px !important; margin-right: -2px !important; background-position: -74px -45px; } -.highlightKeys .key-pgup { width: 28px !important; margin-right: -2px !important; background-position: -236px -45px; } -.highlightKeys .key-pgdn { width: 28px !important; margin-right: -2px !important; background-position: -208px -45px; } -.highlightKeys .key-up { width: 15px !important; margin-right: -2px !important; background-position: -309px -45px; } -.highlightKeys .key-down { width: 15px !important; margin-right: -2px !important; background-position: -294px -45px; } -.highlightKeys .key-left { width: 15px !important; margin-right: -2px !important; background-position: -279px -45px; } -.highlightKeys .key-right { width: 15px !important; margin-right: -2px !important; background-position: -264px -45px; } -.highlightKeys .key-ins { width: 20px !important; margin-right: -2px !important; background-position: -147px -45px; } -.highlightKeys .key-del { width: 20px !important; margin-right: -2px !important; background-position: -167px -45px; } -.highlightKeys .key-home { width: 32px !important; margin-right: -2px !important; background-position: -324px -45px; } -.highlightKeys .key-end { width: 21px !important; margin-right: -2px !important; background-position: -187px -45px; } -.highlightKeys .key-enter { width: 30px !important; margin-right: -2px !important; background-position: -356px -45px; } -.highlightKeys .key-esc { width: 20px !important; margin-right: -2px !important; background-position: -106px -45px; } -.highlightKeys .key-tab { width: 21px !important; margin-right: -2px !important; background-position: -126px -45px; } -.highlightKeys .key-caps { width: 28px !important; margin-right: -2px !important; background-position: -386px -45px; } -.highlightKeys .key-bksp { width: 29px !important; margin-right: -2px !important; background-position: -414px -45px; } diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keys2.gif b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keys2.gif deleted file mode 100644 index 58b560cfaf..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keys2.gif and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keys3.gif b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keys3.gif deleted file mode 100644 index 713efa4219..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/keys3.gif and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/logo2.d8805a27a5c0399d234f1f84aca74cae.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/logo2.d8805a27a5c0399d234f1f84aca74cae.png deleted file mode 100644 index 4ae5da5a2b..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/logo2.d8805a27a5c0399d234f1f84aca74cae.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/menu-icon.3ba89748b61f4ad9d363b9d0000c21cd.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/menu-icon.3ba89748b61f4ad9d363b9d0000c21cd.png deleted file mode 100644 index 50bcd6f16d..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/menu-icon.3ba89748b61f4ad9d363b9d0000c21cd.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/qr-code-share-1i.712a0fe2abd4897b44a7b16ada1eaeda.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/qr-code-share-1i.712a0fe2abd4897b44a7b16ada1eaeda.png deleted file mode 100644 index d4dd3106ca..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/qr-code-share-1i.712a0fe2abd4897b44a7b16ada1eaeda.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/qr-code-share-2i.fdd13bba60d1e46353290256e00f663a.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/qr-code-share-2i.fdd13bba60d1e46353290256e00f663a.png deleted file mode 100644 index 9ede20e314..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/qr-code-share-2i.fdd13bba60d1e46353290256e00f663a.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/qr-code-share-3i.7391cc9a2f049740cb6512d1e74273ff.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/qr-code-share-3i.7391cc9a2f049740cb6512d1e74273ff.png deleted file mode 100644 index ff4cf5abd6..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/qr-code-share-3i.7391cc9a2f049740cb6512d1e74273ff.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/qr-code-share-4i.b7bd5f4cea227ffa9e72bfb3554f2fb0.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/qr-code-share-4i.b7bd5f4cea227ffa9e72bfb3554f2fb0.png deleted file mode 100644 index 1e0fdcaf1d..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/qr-code-share-4i.b7bd5f4cea227ffa9e72bfb3554f2fb0.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/return.bdf81704b5532f32581ad2b7533a46a9.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/return.bdf81704b5532f32581ad2b7533a46a9.png deleted file mode 100644 index 84e5a37a0b..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/return.bdf81704b5532f32581ad2b7533a46a9.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/robots.txt.html b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/robots.txt.html deleted file mode 100644 index 63f46b7023..0000000000 --- a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/robots.txt.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - Page not found - - - - - - - - - - - - -
-
- - - Header bottom -

Keyman.com

-
-
- -
-
-
-
-

Index

-
-
-
-
-

On this page

-
-
-
-
-

Page not found

- -

Sorry, we couldn't find the page /robots.txt.

- -

Please use the blue Support tab at the bottom of this page to tell us about this problem.

- -

Search Keyman Help

- - -
-
-
-
- - - -
- - - - \ No newline at end of file diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/search-icon.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/search-icon.png deleted file mode 100644 index f72be105f3..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/search-icon.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/share.a6c8dd88ab8dbb2614442fcce23f4f27.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/share.a6c8dd88ab8dbb2614442fcce23f4f27.png deleted file mode 100644 index 3175063c97..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/share.a6c8dd88ab8dbb2614442fcce23f4f27.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/sharing-keyboards.php.html b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/sharing-keyboards.php.html deleted file mode 100644 index 16ffc3a7c9..0000000000 --- a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/sharing-keyboards.php.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - Sharing Keyboards - Keyman for iPhone and iPad Help - - - - - - - - - - - - - -
-
-
- -
- Header bottom - -

Keyman.com

-
-
-
-
-
-
-

Index

-
-
-
-
-
-

Keyman for iPhone and iPad: Sharing Keyboards

- -

Sharing the File

-

- If you have installed a custom keyboard or dictionary from a file, Keyman keeps a copy - of that file on your device. You can find these copies in the iOS Files app. -

-

- -

-

- Simply select the "Keyman" folder to view these files. -

-

- -

-

- From here, longpress the file for the keyboard or dictionary you wish to share, then - click Share to view sharing options. -

-

Sharing via QR code

-

- For keyboards and dictionaries downloaded directly through the app, - you can provide friends with a scannable QR code. First, find the resource - through the Settings menu under Installed Languages. -

-

- -

-

- -

-

- -

-

- When you select the keyboard, a page like the following should appear: -

-

- -

-

- Note that QR codes are only provided for certain keyboards and dictionaries - at this time. -

-

Installing from QR code

-

- To install from QR code, simply launch your device's Camera app and point - it at the code, as seen below. -

-

- -

-

- Selecting the notification seen at the top will lead you to the following page: -

-

- -

-

- Select the big Install on iPhone (or - Install on iPad) option will then download - the file for easy installation. (Refer to - Installing custom keyboards as necessary.) -

- -

Help Index

- - -
-
-
-
- - - \ No newline at end of file diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/shift.2cab323b121fe156b13ad0d6262f7852.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/shift.2cab323b121fe156b13ad0d6262f7852.png deleted file mode 100644 index e03926637d..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/shift.2cab323b121fe156b13ad0d6262f7852.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/sil-logo-blue-2017_1.7742a0bfa005af55e62b98d27f8b033c.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/sil-logo-blue-2017_1.7742a0bfa005af55e62b98d27f8b033c.png deleted file mode 100644 index 4f862a9617..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/sil-logo-blue-2017_1.7742a0bfa005af55e62b98d27f8b033c.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/social-logos.ttf b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/social-logos.ttf deleted file mode 100644 index e8013681b9..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/social-logos.ttf and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/switching-between-keyboards.php.html b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/switching-between-keyboards.php.html deleted file mode 100644 index 0f4dac8d5a..0000000000 --- a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/switching-between-keyboards.php.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - Switching between keyboards - Keyman for iPhone and iPad Help - - - - - - - - - - - - - -
-
-
- -
- Header bottom - -

Keyman.com

-
-
-
-
-
-
-

Index

-
-
-
-
-
-

Keyman for iPhone and iPad: Switching between Keyboards

- -

- Keyboard switching is always activated by using the following key: -

-

- -

-

- This will bring up a list of all currently installed languages (the default is English USA). If you have already downloaded additional languages, they will appear here. Simply select them and the keyboard will re-appear with the new language. -

-

The In-App Menu

-

- -

-

Simply select any keyboard to activate it and return to the previous screen.

-

The System Keyboard Menu

-

- -

-

This menu only displays when the 'globe' key is touched and held.

-

The "Close Keyman" option will activate the next available non-Keyman system keyboard.

-

A quick tap on the "globe" key will instead transition to the next available installed keyboard - without displaying the menu.

- -

Help Index

- -
-
-
-
- - - \ No newline at end of file diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/system-picker-i.7d584a3ef7e6ff7826353b2e112af3ae.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/system-picker-i.7d584a3ef7e6ff7826353b2e112af3ae.png deleted file mode 100644 index b7e1d7696f..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/system-picker-i.7d584a3ef7e6ff7826353b2e112af3ae.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/template.5f4056fcb922f05667eb19e3809c64db.css b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/template.5f4056fcb922f05667eb19e3809c64db.css deleted file mode 100644 index 9c17521cfd..0000000000 --- a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/template.5f4056fcb922f05667eb19e3809c64db.css +++ /dev/null @@ -1,1852 +0,0 @@ -/************************************** - * CSS RESET - * ***********************************/ - -/* http://meyerweb.com/eric/tools/css/reset/ - v2.0 | 20110126 - License: none (public domain) -*/ - -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td, -article, aside, canvas, details, embed, -figure, figcaption, footer, header, hgroup, -menu, nav, output, ruby, section, summary, -time, mark, audio, video { - margin: 0; - padding: 0; - border: 0; - font-size: 100%; - font: inherit; - vertical-align: baseline; -} -/* HTML5 display-role reset for older browsers */ -article, aside, details, figcaption, figure, -footer, header, hgroup, menu, nav, section { - display: block; -} -body { - line-height: 1; -} -ol, ul { - list-style: none; - padding-left: 10px; -} -blockquote, q { - quotes: none; -} -blockquote:before, blockquote:after, -q:before, q:after { - content: ''; - content: none; -} -table { - border-collapse: collapse; -} - -tbody { - display: table-row-group; - vertical-align: middle; -} - -table td{ - padding: 4px; -} - -html{ - font-family: 'Cabin', sans-serif; - color: #333; -} - -html p, -html dd, -html li { - font-family: 'Calibri', sans-serif; - font-size: 14pt; -} - -body { - line-height: inherit; -} - -/************************************** - * Language Section CSS - * ***********************************/ - -@import 'fonts.css'; - -/************************************** - * Page Layout CSS - * ***********************************/ - -html{ - cursor: default; - background: #fff; -} - -.wrapper { - margin-left: auto; - margin-right: auto; -} - -#section2 .wrapper { - overflow-x: auto; /* fixes content too wide leading to content dropping below index, but not ideal, temp fix better than previous */ - margin-left: 220px; - margin-right: 316px; /* leave space for the short menu */ -} - -:not(div.interface-hierarchy) blockquote { - margin-left: 32px; - margin-bottom: 16px; - background: rgba(242,242,242,0.9); - padding: 4px; - border-radius: 4px; -} - -div.interface-hierarchy { - padding: 0px 10px 10px 10px; - line-height: 1.4; - font-size: 14pt; -} - -div.interface-hierarchy blockquote { - padding-left: 20px; -} - -.no-toc #section2 .wrapper { - margin-right: auto; -} - -.no-index #section2 .wrapper { - margin-left: auto; -} - -@media only screen and (min-width: 1440px) { - body #section2 { - float: none; - max-width: 1400px; - margin-left: auto; - margin-right: auto; - display: block; - } -} - -@media only screen and (min-width: 1640px) { - body #section2 { - float: none; - max-width: 1600px; - margin-left: auto; - margin-right: auto; - display: block; - } - - body #index { - width: 256px; - } - - #section2 .wrapper { - margin-left: 316px; - } -} - -@media only screen and (min-width: 1024px) and (max-width: 1279px) { - #section2 .wrapper { - margin-right: 20px; - } -} - -.menu-wrapper { - width: 960px; - margin-left: auto; - margin-right: auto; -} - -.button{ - float: left; - width: 200px; - height: 40px; - line-height: 40px; - border-radius: 6px; - text-align: center; - margin: 20px; - cursor: pointer; - box-shadow: 1px 1px 2px #3e3e3e; -} - -.button a{ - text-decoration: none; -} - -.button h2{ - color: #fff; -} - -#container{ - min-height: 100%; - width: 100%; -} - -.main{ - float: left; - width: 100%; -} - -.valign-outer{ - height: 100%; - width: 100%; - overflow: hidden; - display: table; - position: static; -} - -.valign-middle{ - display: table-cell; - vertical-align: middle; - width: 100%; - position: static; -} - -.center{ - text-align: center; -} - -.command{ - font-weight: 400; - color: #69B7D2; -} - -.inline{ - text-align: center; -} - -.red{ - color: #B92034; -} - -.underline{ - border-bottom: 1px solid #B92034; - margin-bottom: 15px; - padding-bottom: 0px !important; -} - -.caption{ - text-align: center; - font-size: 11pt; - font-weight: 600; - margin-top: -15px; - padding: 0px 10px; -} - -.people-text{ - font-size: 12pt !important; -} - -.testimonial{ - display: block; - margin: 20px; - background: #fff; - border-radius: 14px; - padding: 30px 20px; - box-shadow: 1px 1px 4px #000; - font-style: italic; - color: #6e6e6e; -} - -.caption a{ - text-decoration: underline; - color: #B92034; -} - -.contact-social{ - position: relative; - top: 12px; -} - -/********************************** - * HEADER CSS - *********************************/ - -.header{ - float: left; - width: 100%; - background: #f2f2f2; - display: block; - z-index: 5; -} - -#show-phone-menu{ - display: none; -} - -#logo{ - margin-left: 30px; - float: left; -} - -#no-menu-spacer{ - float: left; - width: 100%; - height: 20px; - display: block; -} - -#header-bottom{ - width: 100%; - height: 8px; - display: block; -} - -#help{ - width: 160px; - position: absolute; - top: 35px; - left: 100%; - margin-left: -160px; - text-decoration: none; -} - -#help p{ - float: left; - font-size: 14pt; - color: #000; - vertical-align: top; - text-decoration: underline; -} - -#help img{ - float: left; - margin-left: 10px; -} - -#breadcrumbTrail{ - float: left; - margin: 10px 10px 20px 40px; - background: #f2f2f2; - padding: 10px; - border-radius: 4px; - font-size: 10pt; -} - -#breadcrumbTrail a{ - color: #B92034; -} - -/* Version Selector */ - -#version-selector { - float: right; - margin: 10px 312px 20px 10px; - background: #f2f2f2; - padding: 10px; - border-radius: 4px; - font-size: 10pt; -} - -#version-selector div { - display: none; -} - -#version-selector:hover div { - display: block; - position: absolute; - margin-top: 10px; - margin-left: -10px; - box-shadow: 0px 0px 4px rgba(0,0,0,0.4); - border-radius: 2px; - z-index: 2; - background: #f2f2f2; - padding: 10px; -} - -#version-selector div span { - display: block; - padding: 4px 10px; -} - -#version-selector div a { - display: block; - color: #b92034; - padding: 4px 10px; -} - -#version-selector div a:hover { - color: #b92034; - background: rgba(224,224,224,0.9); -} - -/************************************** - * TOP MENU 1 CSS - * ***********************************/ - -#top-menu1{ - float: left; - width: 100%; - height: 50px; - background: #f2f2f2; - position: absolute; - z-index: 2; - top: 66px; - padding-top: 12px; -} - -#top-menu-bg{ - position:relative; - top:-8px; - width:100%; - padding-top: 12px; - height:50px; - float: left; - background:white; -} - -#top-menu1.faded-menu { - position: fixed; - top: 0; - background: rgba(242,242,242,0.9); -} - -#top-menu-icon{ - float: left; - position: absolute; - top: 13px; - left: 30px; - display: none; -} - -#top-menu-icon2{ - float: left; - position: absolute; - top: 25px; - left: 100%; - margin-left: -57px; - display: none; -} - -#top-menu1 .menu-item{ - float: left; - width: 240px; - height: 50px; - text-align: center; - line-height: 50px; - overflow-y: visible; -} - -#top-menu1 .menu-item:hover, #top-menu1 .menu-item img:hover, #top-menu1 .menu-item h3:hover, #top-menu1 .menu-item h3:hover a{ - color: #B92034; -} - -#top-menu1 .menu-item:nth-child(odd):hover{ - background: #f2f2f2; - box-shadow: 1px 1px 4px #000; - position: relative; - z-index: 2; -} - -#top-menu1 .menu-item:hover .menu-item-dropdown{ - display: block !important; -} - -#top-menu1 .menu-item:hover .header-triangle img{ - background: url('triangle.png') 17px 0; -} - -#top-menu1 .menu-item a{ - color: #000; - text-decoration: none; -} - -#top-menu1 .menu-item h3 a:hover{ - color: #B92034; -} - -#top-menu1 .menu-item h3{ - font-weight: 600; - color: #000; -} - -.header-triangle img{ - margin-left: 5px; - height: 9px; - width: 17px; - background: url('triangle.png') 0 0; -} - -#top-menu1 .menu-item .menu-item-sub{ - float: right; -} - -#top-menu-bottom{ - width: 100%; - height: 8px; - display: block; -} - -.menu-item-dropdown{ - width: 240px; - position: relative; - left: -5px; - z-index: 3; - display: none; - text-align: left; - padding: 0px 5px 5px 5px; - overflow: hidden; -} - -.menu-dropdown-inner{ - width: 240px; - background: #f2f2f2; - margin-bottom: 10px; - padding-bottom: 10px; - box-shadow: 1px 1px 4px #000; -} - -.menu-item-dropdown h4{ - color: #000; - border-bottom: 1px solid #000; - margin: 0px 10px; - padding-top: 10px; - font-weight: 600; - line-height: 1.5em; -} - -.menu-item-dropdown h4:first-child{ - border-top: none; -} - -.menu-item-dropdown form{ - width: 100%; - height: 30px; - padding: 10px 0px; -} - -#language-search{ - float: left; - width: 139px; - height: 28px; - border-radius: 0px; - border: solid 1px gray; - margin-left: 10px; - padding-left: 10px; -} - -#search-submit{ - float: left; - position: relative; - left: -1px; -} - -.menu-item-dropdown ul{ - padding-top: 10px; -} - -.menu-item-dropdown ul li{ - padding: 0px; - text-align: left; - line-height: 1.8em; - width: 220px; - margin: 0px 10px; -} - -.menu-item-dropdown ul li a{ - color: #B92034 !important; - font-weight: 500; - font-size: 11pt; - display: inline-block; - width: 100%; - height: 100%; - padding: 0px 10px; -} - -.menu-item-dropdown ul li:hover a{ - text-decoration: underline !important; -} - -.menu-item-dropdown ul li:hover{ - background: #e2e2e2; -} - -.beta{ - display: inline-block; - font-size:8pt; - color:#000; - position:relative; - top:-6px;left:3px -} - -#phone-menu{ - display: none; -} - -#phone-header-spacer{ - display: none; -} - -/* Search Box */ - -.search-wrap { - right: 0; - top: 0; - position: absolute; - margin: 21px 32px 21px 21px; -} - -input[type="search"] { - -webkit-appearance: textfield; - appearance: textfield; - -moz-appearance: textfield; -} - -.search-wrap input { - width: 22px; - -moz-transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - transition: all 0.3s ease-out; - padding: 4px 22px 4px 4px; - background-color: #6D6C6F; - border-radius: 6px; - border: none; - background-image: url('search-icon.png'); - background-repeat: no-repeat; - background-position: right 4px; - color: white; -} -.search-wrap input:focus { - width: 200px; - -moz-transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - transition: all 0.3s ease-out; -} - -.search-wrap .offscreen { - border: 0; - clip: rect(0 0 0 0); - height: 1px; - margin: -1px; - overflow: hidden; - padding: 0; - position: absolute; - width: 1px; -} - - -/********************************** - * FOOTER CSS - *********************************/ - -.footer{ - float: left; - width: 100%; - text-align: center; - background: #A4A8AB; -} - -.footer .wrapper { - width: auto; - display: inline-block; - margin: 0; - text-align: left; -} - -.footer-third{ - float: left; - width: 320px; - margin-left: 4px; - margin-right: 4px; -} - -.footer-third-title{ - margin-top: 30px; - text-align: center; - font-size: 18pt; - color: #fff; - margin-bottom: 25px; -} - -.footer-third form{ - width: 320px; -} - -.footer-third form input{ - -webkit-appearance: none; - padding: 0px; - float: left; - height: 38px; - width: 200px; - padding-left: 10px; - font-size: 14pt; - border-radius: 6px; - border-bottom-right-radius: 0px; - border-top-right-radius: 0px; - box-shadow: none; - border: 1px solid #FFFFFF; - margin-left: 10px; -} - -.footer-third form input:focus{ - outline: 0; -} - -.subscribe{ - width: 90px; - margin: 0px; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - background: #666666; - box-shadow: none; -} - -.subscribe h2{ - font-size: 16px; - margin: 0px; - padding: 0px; - font-weight: normal; -} - -.subscribe:hover{ - background: #888888; -} - -#footer-mailchimp br { - clear: both; -} - -/* - social-logos font from https://github.com/Automattic/social-logos, GPLv2 - */ -@font-face { - font-family: "social-logos"; - src: url("social-logos.ttf"); - font-weight: normal; - font-style: normal; -} - -/* - Noto Sans Regular Ascii font is the ASCII portion of NotoSans-Regular - from https://www.google.com/get/noto/, SIL Open Font License v1.1 - Generated with: pyftsubset ../fonts/Noto_Sans/NotoSans-Regular.ttf --unicodes=U+0020-007F - */ -@font-face { - font-family: "NotoSans-Regular-Ascii"; - src: url("NotoSans-Regular-Ascii.ttf"); - font-weight: normal; - font-style: normal; -} - -[data-icon]:before { - font-family: "social-logos" !important; - content: attr(data-icon); - font-style: normal !important; - font-weight: normal !important; - font-variant: normal !important; - text-transform: none !important; - line-height: 1; - padding-right: 4px; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; } - -#footer-social { - text-align: center; -} - -#footer-social a { - display: block; - text-decoration: none; - color: #666666; - font-size: 14pt; - padding: 4px; -} - -#footer-social a:hover { - color: #444444; -} - -#privacy-policy { - text-align: center; - margin-top: 32px; - display: block; -} - -#privacy-policy a { - display: block; - text-decoration: none; - color: white; - font-size: 12pt; -} - -#privacy-policy a:hover { - color: #444444; -} - -#footer-social div { - display: inline-block; - text-align: left; - margin-bottom: 24px; -} - -#footer-social a#footer-community { - padding-left: 27px; -} - -.sil-logo a, .sil-logo a:visited { - color: white; - text-decoration: none; -} - -.sil-logo a:hover { - color: white; - text-decoration: underline; -} - -.sil-logo{ - text-align: center; - margin-top: 20px; -} - -.sil-logo p{ - color: #fff; - font-size: 12pt; - margin-top: 10px; -} - -/********************************** - * SECTION 2 CSS - *********************************/ - -#section2{ - display: inline; -} - -#section2 h1{ - text-align: left; - font-size: 28pt; - padding: 40px 10px 10px 10px; -} - -#section2 h2{ - font-size: 20pt; - line-height: 1.4; - padding: 32px 10px 10px 10px; -} - -#section2 h3{ - font-size: 16pt; - font-weight: 600; - padding: 16px 10px 10px 10px; -} - -#section2 h4{ - font-size: 14pt; - font-weight: 600; - padding: 4px 10px 4px 10px; -} - -#section2 p, #section2 dl, #section2 .itemizedlist { - padding: 0px 10px 10px 10px; - line-height: 1.4; - font-size: 14pt; -} - -#section2 p a{ - color: #B92034; - text-decoration: underline; - cursor: pointer; - font-weight: 600; - line-height: 1.4; -} - -#section2 li{ - margin-left: 30px; - list-style: disc; - list-style-position: outside; - line-height: 1.4; - font-size: 14pt; -} - -#section2 p.context-main-image { - text-align: center; - margin-left: -12px; -} - -#section2 p.context-main-image img, -#section2 img.context-main-image { - box-shadow: 0px 4px 12px rgba(0,0,0,0.75); - border-radius: 4px; -} - -/*#section2 img{ - margin: 10px; -}*/ - -#section2 img.center{ - margin-left: auto; - margin-right: auto; - display: block; -} - -#section2 img.inline { - margin: 0; -} - -#section2 .itemizedlist li{ - list-style-position: outside; -} - -#section2 li { - margin-bottom: 12px; -} - -/* TODO: deprecate this since prismjs handles it. This also conflicts with the line-numbers plugin */ -#section2 pre[class*="language-"] { - margin-left: 9px; - margin-right: 9px; - padding: 9px; - line-height: 1.4; -} - -#section2 pre[class*="language-"] code[class*="language-"] { - line-height: 1.4; -} - -.product-index { - text-align: center; -} - -.product{ - margin-bottom: 10px; - margin-top: 20px; - background: #e3e3e3; - text-align: center; - max-height: 362px; - display: inline-block; - vertical-align: top; - width: 300px; - min-height: 295px; - padding: 0px 5px 10px 5px; - margin-left: 5px; - margin-right: 5px; -} - -.product:hover { - background: #D6D6D6; - cursor: pointer; -} - -.product a{ - text-decoration: none; - color: #000; - display: inline-block; -} - -.product h3{ - margin-bottom: 6px; - font-size: 16pt; - color: #B92034; - text-align: center; -} - -.product p{ - padding: 0 8px; - line-height: 1.3; - color: #333; -} - -.product p{ - text-align: left; - font-size: 12pt !important; - height: 130px; -} - -#engine-support-list{ - margin-bottom: 20px; - columns: 2; - -webkit-columns: 2; - -moz-columns: 2; -} - -#keyboard-support-list{ - margin-bottom: 20px; - columns: 4; - -webkit-columns: 4; - -moz-columns: 4; -} - -#product-support-list{ - columns: 3; - -webkit-columns: 3; - -moz-columns: 3; - text-align: center; -} - -#version-history{ - text-align: center; -} - -#keyboard-support-list li, #product-support-list li, #engine-support-list li, #version-history li{ - list-style: none !important; -} - -#keyboard-support-list li a, #product-support-list li a, #engine-support-list li a, #version-history li a{ - color: #B92034; - text-decoration: underline; -} - -/* Font styling limited to Ascii characters */ -kbd { - background: none repeat scroll 0 0 #CCCCD0; - border: 1px solid #808080; - border-radius: 4px; - color: #000000; - font-family: "NotoSans-Regular-Ascii"; - font-size: 13px; - font-weight: bold; - margin: 0 1px; - padding: 0px 0px 0px; - min-width: 1.5em; - text-align: center; - vertical-align: bottom; - display: inline-block; -} - -/* Make the element look like an iOS key. */ -kbd.ios { - background-color: #fafafa; /* faaa fa fa fa fa faaaa far better... */ - border: 0; - box-shadow: /* Hard shadow */ 0 1px rgba(0,0,0,0.4), - /* Diffuse shadow */ 0 1px 4px rgba(0,0,0,0.2), - /* Highlight */ inset 0 1px white; - border-radius: 4px; - font-weight: 500; -} - -#section2 aside { - margin: 12px; - background: #e3e5e6; - border-radius: 6px; - padding: 1px 0; -} - -#section2 aside h2, -#section2 aside h3 { - padding-top: 8px; -} - -.list-of-tables { - display: none; -} - -.bold{ - font-weight: bold; -} - -.programlisting{ - font-family: -moz-fixed; - font-family: "Courier New", Courier, monospace; - background: #f2f2f2; - padding: 5px; - line-height: 1.3; - margin: 10px; - overflow-x: auto; -} - -.navheader, .navfooter{ - width: auto; - margin: 0px 10px; -} - -ol li a{ - color: #B92034; -} - -.tip{ - background: #f2f2f2; - border-radius: 6px; - padding: 20px; - margin: 10px 30px; -} - -.tip .title{ - margin-top: 0px !important; -} - -.informaltable table{ - background: #f2f2f2; - margin: 10px; -} - -.informaltable td, .informaltable th{ - border: 1px solid gray; - padding: 5px; -} - -.note{ - border: 1px solid #F3E5DE; -} - -.note .title{ - margin-top: 0px !important; - padding-top: 5px; - background-color: #F3E5DE; -} - -.display{ - background: #f2f2f2; -} - -.display td, .display th{ - border: solid 1px gray; - padding: 5px; -} - -.display th{ - font-weight: bold; -} - -table.display { - margin-bottom: 12px; -} - -table.platform { - margin-left: 10px; - margin-bottom: 12px; -} - -.platform th { - background: #f2f2f2; - font-weight: bold; -} - -.platform td, .platform th { - border: solid 1px gray; - padding: 5px; - text-align: center; -} - -#osk, -#osk-phone, -#osk-tablet{ - position: relative; - z-index: -2; -} - -#osk .kmw-osk-inner-frame{ - height: 320px !important; - font-size: 2em !important; - padding: 4px 0 4px 4px; -} - -#osk-phone .kmw-osk-inner-frame{ - padding-top: 6px !important; - height: 256px !important; - width: 528px !important; - font-size: 1.5em !important; -} - -#osk-tablet .kmw-osk-inner-frame{ - padding-top: 6px !important; - width: 726px !important; - height: 372px !important; - font-size: 1.5em !important; -} - -#osk-container, -#osk-phone-container, -#osk-tablet-container { - display: none; -} - -body[data-device='Windows'] #osk-container, -body[data-device='Windows'] #osk-phone-container, -body[data-device='Windows'] #osk-tablet-container { - display: block; -} - -body[data-device='iPhone'] #osk-phone-container, -body[data-device='Android'] #osk-phone-container { - display: block; -} - -body[data-device='iPad'] #osk-tablet-container, -body[data-device='Android'] #osk-tablet-container { - display: block; -} - -body[data-device='Unknown'] #osk-container, -body[data-device='Unknown'] #osk-phone-container, -body[data-device='Unknown'] #osk-tablet-container { - display: block; -} - -/********************************** - * PHONE MENU CSS - *********************************/ - -#show-phone-menu{ - display: none; - float: left; - margin: 10px; - position: relative; - z-index: 6; -} -#phone-menu{ - position: fixed; - top: 49px; - left: 0px; - z-index: 6; - width: 80%; - height: 100%; -} -#phone-menu-inner{ - width: 100%; - height: 100%; - overflow-y: scroll; - padding-bottom: 40%; - -webkit-overflow-scrolling:touch; - border-right: solid 4px #C1C1C1; - background: #fff; -} -.phone-menu-item{ - float: left; - width: 100%; - height: auto; - padding: 10px 0px; - background: #f2f2f2; -} -.phone-menu-item:last-child{ - margin-bottom: 60px; -} -.phone-menu-item h3{ - font-size: 14pt; - font-weight: bold; - margin: 0px 10px; - border-bottom: solid 1px #000; -} -.phone-menu-item form{ - margin-top: 10px; -} -#language-search2{ - float: left; - width: 144px; - height: 30px; - margin-left: 10px; - border-radius: 0px; - border: solid 1px gray; - padding: 0px; - padding-left: 10px; - font-size: 12pt; -} -#search-submit2{ - float: left; - position: relative; - left: -1px; - border-radius: 0px; -} -.phone-menu-item ul{ - padding: 10px; -} -.phone-menu-item ul li{ - line-height: 1.8em; -} -.phone-menu-item ul li a{ - text-decoration: underline; - color: #B92034; -} -#show-phone-menu-spacer{ - display: none; - float: left; -} - - /************************************** - * FOOTER TABS - * ***********************************/ - -.footer-tab-holder{ - width: 70px; - height: 20px; - padding: 9px; - position: fixed; - top: 100%; - left: 100%; - z-index: 4; -} - -#footer-tab-support { - margin-left: -340px; -} - -#footer-tab-edit { - margin-left: -260px; -} - -.footer-tab{ - float: right; - position: relative; - font-size: 10pt; - top: -34px; - right: -10px; - background: #69B7D2; - height: 20px; - padding: 5px 0px; - text-align: center; - border-top-left-radius: 7px; - border-top-right-radius: 7px; - width: 70px; - margin-left: 210px; - cursor: pointer; - border-top: solid 1px #444; - border-left: solid 1px #444; - border-right: solid 1px #444; -} - -.footer-tab a{ - color: #444; - text-decoration: none; -} - -/************************************** - * TABLET CSS - * ***********************************/ - -@media only screen and (min-width: 768px) and (max-width: 1024px){ - .wrapper, #section2 .wrapper{ - width: 740px; - margin-left: auto; - margin-right: auto; - } - /* Header */ - .header{ - position: fixed; - } - #top-menu1 .menu-item{ - width: 148px; - } - #top-menu1 .menu-item h3{ - font-size: 10pt; - } - #logo{ - margin-bottom: 15px; - } - #phone-header-spacer{ - display: block; - height: 80px; - } - /* Footer */ - .footer { - height: auto; - } - .footer-third{ - float: none; - clear: both; - width: 370px; - margin: 20px 0px 0px 0px; - } - /* Section 1 */ - #sect1-title h1{ - font-size: 36pt; - } - #sect1-image img{ - max-width: 90%; - } - /* Phone Menu */ - #top-menu1{ - display: none; - } - #top-menu-bg{ - display: none; - } - #show-phone-menu{ - display: block; - margin-top: 28px; - } - #phone-menu{ - top: 81px; - width: 40%; - } - #osk .kmw-osk-inner-frame{ - height: 280px; - font-size: 1.8em !important; - } - .footer-tab-holder{ - display: none; - } -} - -@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){ - #sect1-title h1{ - text-align: center; - font-size: 28pt; - } -} - -/* 7 inch */ -@media all and (min-width: 600px) and (max-width: 768px){ - .wrapper, #section2 .wrapper{ - width: 580px; - margin-left: auto; - margin-right: auto; - } - /* Header */ - #top-menu-bg{ - display: none; - } - #top-menu1 .menu-item{ - width: auto; - padding: 0 16px; - } - #top-menu1 .menu-item h3{ - font-size: 8pt; - } - /* Footer */ - .footer-third{ - width: 290px; - margin-left: 0px; - margin-right: 0px; - } - .footer-third form{ - width: 290px; - } - .footer-third form input{ - width: 170px; - } - #facebook{ - margin-left: 20px; - } - /* Section 1 */ - #sect1-title h1{ - font-size: 28pt; - text-align: center; - } - #sect1-image img{ - max-width: 90%; - } - /* Phone Menu */ - #show-phone-menu{ - display: block; - } - #osk .kmw-osk-inner-frame{ - height: 220px; - font-size: 1.5em !important; - } - .footer-tab-holder{ - display: none; - } -} - - - - -/************************************** - * PHONE CSS - * ***********************************/ - -@media all and (min-width: 10px) and (max-width: 600px){ - .wrapper, #section2 .wrapper{ - width: 320px; - margin-left: auto; - margin-right: auto; - } - /* Header */ - #top-menu-bg{ - display: none; - } - .header{ - position: fixed; - } - #top-menu1{ - display: none; - } - #help{ - display: none; - } - .header{ - height: 49px !important; - } - #logo{ - margin-top: 3px; - width: 185px; - position: fixed; - left: 50%; - margin-left: -92px; - } - #phone-header-spacer{ - display: block; - height: 57px; - } - /* Products */ - - .product{ - display: inline-block; - vertical-align: top; - width: auto; - min-height: auto; - } - - .product img { - z-index: 1; - position: absolute; - width: 150px; - left: 50%; - margin-left: -75px; - opacity: 0.2; - } - - .product h3{ - z-index: 2; - } - - .product p{ - height: 60px; - z-index: 2; - } - - - - /* Footer */ - .footer{ - height: auto; - } - .footer-third{ - margin-left: 0px; - margin-right: 0px; - height: auto; - } - .sil-logo{ - float: left; - margin-top: 40px; - margin-bottom: 20px; - } - /* Section 1 */ - .section1{ - height: auto; - background-size: auto 100%; - } - #sect1-image{ - width: 100%; - height: auto; - } - #sect1-image img{ - max-width: 80%; - height: auto; - padding-bottom: 10px; - } - #sect1-title{ - width: 100%; - height: auto; - } - #sect1-title h1{ - font-size: 24pt; - text-align: center; - padding: 20px 10px 0px 10px; - } - #sect1-title a{ - display: none; - } - /* Phone Menu */ - #show-phone-menu{ - display: block; - } - #show-phone-menu-spacer{ - display: block; - width: 40px; - height: 29px; - } - /* Section 2 */ - #section2 img{ - max-width: 80%; - } - #section2 h2{ - margin: 10px 10px 15px 10px; - text-align: center; - } - #keyboard-support-list{ - columns: 2; - -webkit-columns: 2; - -moz-columns: 2; - margin-bottom: 20px; - } - #product-support-list { - padding: 0px 30px; - font-size: 14pt; - columns: 1; - -webkit-columns: 1; - -moz-columns: 1; - margin-bottom: 20px; - } - #osk .kmw-osk-inner-frame{ - height: 140px; - font-size: 1em !important; - } - #keymanExample{ - overflow-x: scroll; - overflow-y: hidden; - height: 100px; - } - #keymanExample table{ - width: 1000px; - } - .footer-tab-holder{ - display: none; - } -} - -#KeymanWebControl{ - display: none; -} - -/* Landscape mode */ -@media all and (min-width: 480px) and (max-width: 600px) and (orientation: landscape){ - .wrapper, #section2 .wrapper{ - width: 460px; - margin-left: auto; - margin-right: auto; - } - /* Header */ - /* Footer */ - .footer-third{ - margin-left: 70px; - margin-right: 70px; - } - .sil-logo{ - margin-left: 70px; - } - /* Section 1 */ -} - -/************************************** - * WEB DEVELOPER HELP CSS - * ***********************************/ - -div.webhelp { - clear: both; -} - -div.webhelp h3 { - margin: 16px 0 0 0; - padding: 0; -} - -div.webhelp h4 { - margin: 0 0 16px 0; - padding:0; -} -img.webhelp, div.webhelp img {margin:16px 0 !important;border: 1px solid grey;} - - -code { - font-family: Consolas, Courier, "Courier New", mono; - font-size: 10.5pt; -} - -strong, b { - font-weight: bold; -} - -i, cite, em, var, address, dfn { -font-style: italic; -} - -dt { - margin-top: 16px; -} - -dt:first-child { - margin-top: 0; -} - -dd { - margin-left: 32pt; -} - -table.standard-table td, -table.standard-table th { - border: solid #e0e0dc; - border-width: 0 1px 1px 0; - padding: 6px; - text-align: left; -} -table.standard-table th { - border: 2px solid #fff; - border-bottom: 2px solid #d4dde4; - background: #eaeff2; - background: rgba(212,221,228,.5); - font-family: 'Open Sans Light',sans-serif; - font-size: 14px; - padding: 2px 8px 4px; - font-weight: 700; -} - -table.standard-table td { - background-color: #f9fafb; - background-color: rgba(212,221,228,.15); - border: 2px solid #fff; - box-shadow: inset 0 -1px 0 0 #eaeff2; - box-shadow: inset 0 -1px 0 0 rgba(212,221,228,.5); -} - -article dl dt span.readonly { - background-color: #666769; - font-size: 13px; - color: white; - padding: 1px 6px 3px; - border-radius: 6px; -} - -article dl dd span.optional { - background-color: #9c9c9c; - font-size: 13px; - font-style: italic; - font-weight: lighter; - color: white; - padding: 1px 6px 3px; - border-radius: 6px; -} - -/** - Table of contents -- developer section only -*/ - -.column-right { - display: none; - float: right; -} - -.column-left { - display: none; - float: left; -} - -.column-left.show-index { - display: block; -} - -.column-right.show-toc { - display: block; -} - -/* TOC on narrow displays should be shown at top */ - -@media all and (max-width: 1279px){ - .column-right { - display: none !important; - float: none; - } - #toc.fixed { - position: static !important; - } - - #version-selector { - margin-right: 40px; - } -} - -@media all and (max-width: 1023px){ - .column-left { - display: none !important; - float: none; - } -} - -#toc.fixed { - position: fixed; - top: 102px; -} - -#toc { - top: 172px; - position: absolute; - right: 20px; - margin-right: 10px; - max-width: 256px; - padding-right: 10px; - background: rgba(242,242,242,0.9); - overflow: auto; - border-radius: 4px; -} - -#index { - margin-left: 10px; - width: 200px; - overflow: auto; -} - -#section2 #toc h3 { - padding: 8px 12px; - margin-top: 0px; - color: black; -} - -#section2 h3, #section2 h2 { - color: #B92034; - margin-top: 10px; -} - -#section2 a { - color: #B92034; -} - -#section2 #toc a { - color: black; -} - -#toc ul, -#index ul { - margin: 0; - padding: 0 0 8px 0; - list-style: none; -} - -#index li { - margin-left: 16px; -} - -#toc li { - list-style: none; - margin-left: 12px; -} - -#toc li, -#index li { - font-family: 'Calibri', sans-serif; - font-size: 11pt; - margin-bottom: 2px; -} - -#toc a, -#toc a:visited, -#index a, -#index a:visited { - color: black; - text-decoration: none; - display: block; -} - -#toc a:hover, -#index a:hover { - background: rgba(224,224,224,0.9); -} - -#index .current { - background: rgba(242,242,242,0.9); -} - -#toc .toc-h2 { - padding-left: 10px; -} - -#toc .toc-h3 { - padding-left: 20px; -} - -#toc .toc-h4 { - padding-left: 30px; -} - -#toc .toc-active a { - color: #69B7D2; -} diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/touch-hold.42dd80d1666945835f79a9c3f5d05d55.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/touch-hold.42dd80d1666945835f79a9c3f5d05d55.png deleted file mode 100644 index 22909e5594..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/touch-hold.42dd80d1666945835f79a9c3f5d05d55.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/triangle.png b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/triangle.png deleted file mode 100644 index b0a200c11b..0000000000 Binary files a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/triangle.png and /dev/null differ diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/uninstalling-keyboards.php.html b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/uninstalling-keyboards.php.html deleted file mode 100644 index bf0d4f77cd..0000000000 --- a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/uninstalling-keyboards.php.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - Uninstalling Keyboards - Keyman for iPhone and iPad Help - - - - - - - - - - - - - -
-
-
- -
- Header bottom - -

Keyman.com

-
-
-
-
-
-
-

Index

-
-
-
-
-
-

Keyman for iPhone and iPad: Uninstalling Keyboards

- -

- To uninstall a keyboard, follow these steps. -

-

Access "Installed Languages"

-

First, open the "Settings" menu.

-

- -

-

- The "Installed Languages" menu found here manages your installed keyboards and dictionaries. -

-

- -

-

You should then see the following screen:

-

- -

- -

Removing the Keyboard

-

Start by selecting the language for the keyboard you wish to uninstall.

-

- -

-

- Swipe left on the keyboard you want to remove. You'll see a button to Delete. -

-

- -

-

- Click the Delete button to uninstall the keyboard. -

- -

Help Index

- -
-
-
-
- - - \ No newline at end of file diff --git a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/using-keyman-browser.php.html b/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/using-keyman-browser.php.html deleted file mode 100644 index 9bf49f3a53..0000000000 --- a/ios/keyman/Keyman/resources/OfflineHelp.bundle/Contents/Resources/using-keyman-browser.php.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - Using the Keyman Browser - Keyman for iPhone and iPad Help - - - - - - - - - - - - - -
-
-
- -
- Header bottom - -

Keyman.com

-
-
-
-
-
-
-

Index

-
-
-
-
-
-

Keyman for iPhone and iPad: Using the Keyman Browser

- -

- Step 1) Click the Keyman Browser button in the Keyman app -
- Step 2) Enter the URL of a website to visit into the address bar, for example google.com Keyman Browser will load - the page and detect your language if it is present, and reformat it to show your language instead of square boxes. -
- Step 3) Use the bookmark button to save the current page for browsing later. -
- Step 4) Use the Globe icon to swap between languages. -

- -

Help Index

- -
-
-
-
- - - \ No newline at end of file