Last active
July 23, 2023 22:38
-
-
Save msuksong/ccf75af037118db0a0fa3e8ec136dccd to your computer and use it in GitHub Desktop.
Revisions
-
msuksong renamed this gist
Jul 26, 2022 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,6 @@ KEY=AppleSymbolicHotKeys.61.value.parameters.2 # Shift-space VALUE=131072 plutil -replace "$KEY" -integer "$VALUE" -o /tmp/hangul_shiftspace.plist ~/Library/Preferences/com.apple.symbolichotkeys.plist cp ~/Library/Preferences/com.apple.symbolichotkeys.plist{,.backup} cp /tmp/hangul_shiftspace.plist ~/Library/Preferences/com.apple.symbolichotkeys.plist -
msuksong created this gist
Jul 26, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ #!/bin/sh # Select next source in Input menu KEY=AppleSymbolicHotKeys.61.value.parameters.2 # Shift-space VALUE=131072 plutil -replace "$KEY" -integer "$VALUE" -o /tmp/hangle_shiftspace.plist ~/Library/Preferences/com.apple.symbolichotkeys.plist cp ~/Library/Preferences/com.apple.symbolichotkeys.plist{,.backup} cp /tmp/hangle_shiftspace.plist ~/Library/Preferences/com.apple.symbolichotkeys.plist