Skip to content

Instantly share code, notes, and snippets.

View saragiotto's full-sized avatar

Leonardo Saragiotto saragiotto

  • PicPay SA
  • São Paulo, Brasil
View GitHub Profile
@saragiotto
saragiotto / customCK62MacOSx.json
Last active February 7, 2021 13:53
If you facing some troubles using your brand new MotoSpeed CK62 on a Mac OS X, you can use Karabiner app together with this custom key bindings to make your life easier!
{
"title": "Motospeed CK62 layer fix",
"maintainers": ["Leonardo Saragiotto"],
"homepage": "https://gist.github.com/saragiotto/48d173d9bf4895e0d25389d5a5d7b75e",
"import_url": "karabiner://karabiner/assets/complex_modifications/import?url=https://gist.githubusercontent.com/saragiotto/48d173d9bf4895e0d25389d5a5d7b75e/raw/1a46faaaf0c4f66079e4efecc14a9ef793fc4dff/customCK62MacOSx.json",
"rules": [
{
"description": "Fix ? key, forward delete and alt tab for windows and tilde accent",
"manipulators": [
{
import FirebaseFirestore
private struct Property {
let label: String
let value: Any
}
struct FirestoreModelData {
let snapshot: DocumentSnapshot