使用 Keyboard Maestro 制作带有 shift 修饰符按住选项的大写字母

Making a capital letter with a shift modifier press and hold option with Keyboard Maestro

多年来我一直在使用 Autoit,我刚刚发现了适用于 Mac 的 Keyboard Maestro,它太棒了!

这是我的问题。我需要模拟按下 SHIFT + 1 键。以下是步骤

  1. 按住 Shift 键
  2. 按下并释放 1 键
  3. 松开 Shift 键

非常简单,但由于某种原因它无法正常工作。我正在用字母 "a" 而不是 1 对其进行测试,因为如果它有效,那么它将创建大写字母 "A".

如何使用 Shift 修饰符使其生成大写字母 A?

这是我的宏的截图

在"Simulate Keystroke"中,只需按住 Shift+1。它将把它作为击键组合,而不是!符号。

Shift-1 example