Skip to content

Instantly share code, notes, and snippets.

@junho85
Last active August 2, 2022 15:29
Show Gist options
  • Save junho85/db33a4badb995187967b338ba516f84a to your computer and use it in GitHub Desktop.
Save junho85/db33a4badb995187967b338ba516f84a to your computer and use it in GitHub Desktop.
{
"title": "한글키보드",
"maintainers": [
"junho85"
],
"rules": [
{
"description": "한자키",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "lang2"
},
"to": [
{
"key_code": "return_or_enter",
"modifiers": [
"left_option"
]
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment