Summary: A note for my Macbook setup.
1. Lists
- KakaoTalk
- Spectacle https://www.spectacleapp.com/
- Run Cat
- Slack
- Obsidian
- VSCode
2. Issue: In Hangul Typing, ₩ is out when pressing \(`\)
- Add
KeyBindings
folder in~/Library
- Make
DefaultkeyBinding.dict
in~/Library/KeyBindings
- Add the following codes in the file
{ "₩" = ("insertText:", "`");
}
{ /* Remap Home / End to be correct :-) */
"\UF729" = "moveToBeginningOfLine:"; /* Home */
"\UF72B" = "moveToEndOfLine:"; /* End */
"$\UF729" = "moveToBeginningOfLineAndModifySelection:"; /* Shift + Home */
"$\UF72B" = "moveToEndOfLineAndModifySelection:"; /* Shift + End */
}
3. Hangul/English Change Delay
- Install Karabiner-Elements
- Keyboard –> Input Source –> disable
Change Using CapsLock
- Keyboard –> Shortcut –> Input source,
Previous Input Source
asF18
- In the Karabiner Set Followings
(For MacOs Layout Keyboards)
3.1. Wireless Keyboards
3.2. Other Useful Options
Home/End/PgUp/PgDn Setting
3.3. Dotfiles Setting
4. IguanaTexMac (power point equation)
https://github.com/tsung-ju/IguanaTexMac
Method 1: Install with Homebrew
brew tap tsung-ju/iguanatexmac
brew install --cask --no-quarantine iguanatexmac
5. Jupyter @ VSCODE
When ipykernel cannot be loaded:
pip install ipykernel