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

推荐订阅源

阮一峰的网络日志
阮一峰的网络日志
The GitHub Blog
The GitHub Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
雷峰网
雷峰网
U
Unit 42
Y
Y Combinator Blog
I
InfoQ
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
量子位
Microsoft Security Blog
Microsoft Security Blog
B
Blog
The Cloudflare Blog
F
Fortinet All Blogs
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
C
Check Point Blog
S
SegmentFault 最新的问题
爱范儿
爱范儿
博客园 - 叶小钗
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Hugging Face - Blog
Hugging Face - Blog
罗磊的独立博客
T
Tailwind CSS Blog

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: