1

If you have a fediverse account, you can reply to this note from your own instance. Search https://hackers.pub/ap/notes/0195c829-fa5e-7366-a236-797ec97f9439 on your instance and reply to it.

우하하 shift+space로 언어 전환도 쉽게 된다. system.defaults.CustomUserPreferences."com.apple.symbolichotkeys".AppleSymbolicHotKeys.60을 아래처럼 설정하면 된다

{
  enabled = true;
  value = {
    parameters = [32 49 131072];
    type = "standard";
  };
}