Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump url-parse from 1.4.7 to 1.5.10 in /_yarn/.yarn #19

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ brew "fzf"
brew "gdb"
brew "gdk-pixbuf"
brew "geckodriver"
brew "gh"
brew "highlight"
brew "[email protected]"
brew "openexr"
Expand Down Expand Up @@ -81,6 +82,7 @@ cask "firefox"
cask "font-cascadia"
cask "font-d2coding"
cask "free-ruler"
cask "github"
cask "gitter"
cask "google-chrome"
cask "grammarly"
Expand All @@ -104,7 +106,9 @@ cask "visual-studio-code"
cask "zoom"
mas "Allkdic", id: 1033453958
mas "Be Focused", id: 973134470
mas "Claquette", id: 587748131
mas "com.alice.mac.GetPlainText", id: 508368068
mas "EasyRes", id: 688211836
mas "Elmedia Video Player", id: 1044549675
mas "Filmage Screen", id: 1475049179
mas "Friendly Streaming", id: 553245401
Expand Down
5 changes: 5 additions & 0 deletions _git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,8 @@
}; f"
alias = "!git config --list | egrep '^alias.+' | sed -e 's/^alias\\.//' | sed -e 's/^[^=]*=/\\'$'\\033[31m&\\033[(B\\033[m/'"
al = alias
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
Original file line number Diff line number Diff line change
@@ -0,0 +1,197 @@
{
"title": "애플키보드 한영전환/한자키 지정",
"rules": [
{
"description": "맥북키보드 R_Command를 한영키로 사용",
"manipulators": [
{
"type": "basic",
"conditions": [
{
"type": "frontmost_application_if",
"bundle_identifiers": [
"com.parallels.desktop",
"com.parallels.vm",
"com.parallels.desktop.console",
"com.parallels.winapp.",
"com.microsoft.rdc.macos"
]
},
{
"type": "device_if",
"identifiers": [ { "vendor_id": 1452 }]
}
],
"from": {
"key_code": "right_command",
"modifiers": { "optional": [ "caps_lock" ] }
},
"to": [ { "key_code": "right_option" } ]
},
{
"type": "basic",
"conditions": [
{
"type": "frontmost_application_unless",
"bundle_identifiers": [
"com.parallels.desktop",
"com.parallels.vm",
"com.parallels.desktop.console",
"com.parallels.winapp.",
"com.microsoft.rdc.macos"
]
},
{
"type": "device_if",
"identifiers": [ { "vendor_id": 1452 }]
}
],
"from": {
"key_code": "right_command",
"modifiers": { "optional": [ "caps_lock" ] }
},
"to": [
{
"key_code": "spacebar",
"modifiers": [
"left_control",
"left_option"
]
}
]
}
]
},

{
"description": "맥북키보드 R_Option을 한자/특수문자 키로 사용",
"manipulators": [
{
"type": "basic",
"conditions": [
{
"type": "frontmost_application_if",
"bundle_identifiers": [
"com.parallels.desktop",
"com.parallels.vm",
"com.parallels.desktop.console",
"com.parallels.winapp.",
"com.microsoft.rdc.macos",
"com.google.Chrome"
]
},
{
"type": "device_if",
"identifiers": [ { "vendor_id": 1452 }]
}
],
"from": { "key_code": "right_option",
"modifiers": { "optional": [ "caps_lock" ] }
},
"to": [ { "key_code": "right_control" } ]
},
{
"type": "basic",
"conditions": [
{
"type": "frontmost_application_unless",
"bundle_identifiers": [
"com.parallels.desktop",
"com.parallels.vm",
"com.parallels.desktop.console",
"com.parallels.winapp.",
"com.microsoft.rdc.macos",
"com.google.Chrome"
]
},
{
"type": "device_if",
"identifiers": [ { "vendor_id": 1452 }]
},
{
"type": "input_source_if",
"input_sources": [ { "language": "en" } ]
}
],
"parameters": {
"basic.to_if_held_down_threshold_milliseconds": 300
},
"from": {
"key_code": "right_option",
"modifiers": { "optional": [ "caps_lock" ] }
},
"to": [
{
"key_code": "right_option",
"lazy": true
}
],
"to_if_held_down": [
{
"key_code": "spacebar",
"modifiers": [
"left_control",
"left_command"
]
}
]
},
{
"type": "basic",
"conditions": [
{
"type": "frontmost_application_unless",
"bundle_identifiers": [
"com.parallels.desktop",
"com.parallels.vm",
"com.parallels.desktop.console",
"com.parallels.winapp.",
"com.microsoft.rdc.macos",
"com.google.Chrome"
]
},
{
"type": "device_if",
"identifiers": [ { "vendor_id": 1452 }]
},
{
"type": "input_source_if",
"input_sources": [ { "language": "ko" } ]
}
],
"parameters": {
"basic.to_if_alone_timeout_milliseconds": 300,
"basic.to_if_held_down_threshold_milliseconds": 300
},
"from": {
"key_code": "right_option",
"modifiers": { "optional": [ "caps_lock" ] }
},
"to": [
{
"key_code": "right_option",
"lazy": true
}
],
"to_if_alone": [
{
"key_code": "return_or_enter",
"modifiers": [ "right_option" ]
}
],
"to_if_held_down": [
{
"key_code": "spacebar",
"modifiers": [
"left_control",
"left_command"
]
}
]
}
]
}

]
}

Loading