4

Is there a way to use CommandOptionControlShift, as hotkey?

The same modifier keys (CommandOptionControlShift) work fine with letters, but I can't seem to make it do anything when using the , key.

Is it a system hotkey that needs to be removed from a plist somewhere? Or is it something deeper that can't be reassigned at all?

Allan
  • 101,432

2 Answers2

3

Command-Option-Shift-Control-, starts a system diagnose process. I'm not really sure about the specifics, but try it and you'll get a zip archive with some information in it.

donk
  • 41
  • 4
1

I was able to hotkey CommandOptionControlShift, in Spectacle and XCode by inputting CommandOptionControlShift+/+, where /+, are input as separate keystrokes.

In Spectacle it listed the binding as ,.

In XCode it listed the binding as <.

To trigger the hotkey, you must input CommandOptionControlShift+/+,

wyu
  • 263