Skip to content

Instantly share code, notes, and snippets.

@mikumogit
mikumogit / hhkb_underscore2question.json
Last active August 3, 2019 09:31
日本語配列のHHKB使用時、Shift+_で?を入力するためのKarabiner-Elements用JSONファイル
{
"title": "Exchange underscore to question for hhkb",
"rules": [
{
"description": "Shift+アンダースコアでquestionを入力",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "international1",
@mikumogit
mikumogit / hhkb_ctrl+tab2caps.json
Created January 12, 2021 04:58
ControlとTABでCapsLockを代替するためのKarabiner-Elements用JSONファイル
{
"title": "Ctrl+TAB to CapsLock for hhkb",
"rules": [
{
"description": "Ctrl+TABでCapsLockを入力",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "tab",
@mikumogit
mikumogit / keymap.rb
Created May 16, 2022 03:02
Sample keymap for shotgun CherryPie
kbd = Keyboard.new
kbd.init_pins(
[ 9, 10, 11, 12, 14 ], # row0, row1,... respectively
[ 5, 4, 2, 3 ] # col0, col1,... respectively
)
kbd.add_layer :default, %i[
KC_NO KC_RABK NEXT KC_L
KC_NO KC_LABK KC_END KC_RIGHT
@mikumogit
mikumogit / UpArrow2Question.json
Created July 6, 2024 12:31
Shift+↑で?を入力するためのKarabiner-Elements用JSON
{
"title": "Exchange up arrow to question for O51Go",
"rules": [
{
"description": "Shift+↑でquestionを入力",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "up_arrow",
@mikumogit
mikumogit / unicode_brackets_for_ATOK.json
Created December 9, 2024 09:50
⌥8,⌥9 で【,】を入力するためのATOK用karabiner-elements設定ファイル
{
"title": "Option + () to 【】",
"rules": [
{
"description": "Option + 8 to 【",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "8",