Skip to content

Instantly share code, notes, and snippets.

@einaralex
Created April 22, 2015 18:45
Show Gist options
  • Save einaralex/24c8c4fd9d34aa5101bb to your computer and use it in GitHub Desktop.
Save einaralex/24c8c4fd9d34aa5101bb to your computer and use it in GitHub Desktop.
SwiftKey-Icelandic-iOS-8
Icelandic keyboard as default for SwiftKey (for iOS)
Edit name of original file for backup and add this one at:
/var/mobile/Containers/Bundle/Application/ < uuid > /SwiftKeyApp.app/Frameworks/SKKit.framework
(in iFile, go to settings and turn on 'Application Names' to replace the uuid with 'SwiftKey'.)
charactermap_base_accents.json
-----
{"comment":"","charmap":{"a":[["á",1.0],["æ",1.0]],"A":[["Á",1.0],["Æ",1.0]],"d":[["ð",1.0]],"D":[["Ð",1.0]],"e":[["é",1.0]],"E":[["É",1.0]],"i":[["í",1.0]],"I":[["Í",1.0]],"o":[["ó",1.0],["ö",1.0]],"O":[["Ó",1.0],["Ö",1.0]],"t":[["þ",1.0]],"T":[["Þ",1.0]],"u":[["ú",1.0]],"U":[["Ú",1.0]],"y":[["ý",1.0]],"Y":[["Ý",1.0]]},"name":"International","variant":["alphabetic","all"],"version":[0,3]}
-----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment