Skip to content

Instantly share code, notes, and snippets.

View Kcrong's full-sized avatar
🇰🇷
Smile

Henry Kim Kcrong

🇰🇷
Smile
View GitHub Profile
<h4>Multiple Select</h4>
<!-- Select tag
has 4 common attributes:
* Multple : Allows the user to select more than one option
: Can be either multiple="multiple" or simply multiple
* Size : If multiple is set, we set the height of the box containing the options.
* Name : is the key with which we will identify the value of the select tag.
* id : Will be used for labels.
-->
<div>
@redism
redism / kr_won_to_backquote.sh
Created April 26, 2017 16:20
macOS Sierra에서 원화(₩) 대신 백 쿼트(`) 입력하기
#!/bin/bash
if [ -f ~/Library/KeyBindings/DefaultkeyBinding.dict ]; then
echo "~/Library/KeyBindings/DefaultkeyBinding.dict already exists"
exit -1
fi
mkdir -p ~/Library/KeyBindings
cat << EOF > ~/Library/KeyBindings/DefaultkeyBinding.dict
{
"₩" = ("insertText:", "\`");