惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
J
Java Code Geeks
IT之家
IT之家
Last Week in AI
Last Week in AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog RSS Feed
P
Proofpoint News Feed
博客园 - Franky
MongoDB | Blog
MongoDB | Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 【当耐特】
Microsoft Security Blog
Microsoft Security Blog
I
InfoQ
B
Blog
Stack Overflow Blog
Stack Overflow Blog
Martin Fowler
Martin Fowler
博客园 - 聂微东
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
大猫的无限游戏
大猫的无限游戏
U
Unit 42
aimingoo的专栏
aimingoo的专栏

jdhao's digital space

Conversion between base64 and OpenCV or PIL Image 腾讯云对象存储博客图床开启 CDN 加速(不需要购买额外域名) Search and Replace in Multiple Files in Vim/Neovim Change Table Column Width in LaTeX Image or Table Side by Side in LaTeX LaTeX 并排显示图像或表格 Firenvim: Neovim inside Your Browser Content inside HTML tags missing in Latest Hugo? Creating Markdown Front Matter with Ultisnips Labelme JSON 标注格式转 voc XML 格式 Nifty Nvim Techniques That Make My Life Easier -- Series 6 macOS 下如何为视频制作字幕 Running Command Asynchronously inside Neovim Resolving Merge Conflict after Git Stash Pop Pylint: command not found? A Hands-on Experience with Neovim's Built-in LSP Support How to Convert PDF to Images with Imagemagick 互联网上常用缩略语集锦 File Backup in Neovim Converting PDF Pages to Images with Poppler Nifty Nvim Techniques That Make My Life Easier -- Series 5 Neovim Configuration for System-wide Use How to sort a list of tuple or list in Python -- lambda or itemgetter? Building A Vim Statusline from Scratch 人类第一颗原子弹爆炸始末 Distributed Training in PyTorch with Horovod Learning Expect Programming Essential Knowledge about SSH Nifty LaTeX Techniques -- Series 1 更改 Adsense 邮寄地址,重新寄送 PIN
Set Up German Version macOS
2023-04-22 · via jdhao's digital space

I got a Macbook with a German keyboard layout, and I am not accustomed to it. This post summarizes some tweaks made to the German version of Macbook to make it work for me.

Add an input source for US keyboard#

Luckily I have also got a magic keyboard with US keyboard layout. To use it, we need to add a new input source for it, go to keyboard section in system settings. In Text Input --> Input Sources, click edit and then click + in the bottom left corner to add new keyboard. Choose English, and then select a keyboard layout. For example, we can use ABC or US, they are more or less the same.

How to type special German characters easily#

In the US keyboard, we can not type special German chars directly, but there are some shortcuts to input them.

  • To type umlaut character, i.e., äöü. Press option key and u together, release now, and then press the un-umlauted character to get its umlaut char.
  • To type ß, simply press Option and s at the same time.

Unicode character viewer#

You can press the shortcut COMMAND + CTRL + SPACE to call the Unicode character viewer, then find the character you want to input.

references:

Switch the Fn and function keys in macOS#

When I press functions keys on my macOS, they perform the functions printed on the keyboard, for example, if I press F12, the system volume is turned up, instead Fn + F12 works as real F12. I do not like this behavior, and would like to switch the behavior. How to do this?

Open system settings, open keyboard settings pane, click Keyboard shortcuts.... In the opened page, click Function Keys and turn on the option Use F1, F2, etc. keys as standard function keys.

references: