Global hotkey not working in Chrome or Intellij

Apps can enable/disable shortcuts as their developers see fit. In fact, they can completely override system defaults and choose to ignore any custom shortcuts you may have defined.

Chrome is notorious for this.

In Apple's Human Interface Guidelines, it specifically tells devs to "respect standard shortcuts."

Respect standard keyboard shortcuts and create app-specific shortcuts for frequently used commands. Keyboard shortcuts let people activate menu items and actions by pressing specific key combination.

Apple advises devs not to remap the standard shortcuts but we know that they do it with their custom method of closing the browser. Press and hold ⌘ CommandW to close the selected Tab.

In general, don’t override standard keyboard shortcuts. Users may become confused if the shortcuts they know work differently in your app. Only in very rare cases does it make sense to redefine a common shortcut. For example, if people spend a significant amount of time in your app, it might make sense to redefine a standard shortcut that isn’t applicable to your app. Another option might be to let the user choose their own keyboard shortcuts.

So, while Apple obviously frowns upon redefining shortcuts - you still can.

So, why doesn't your key combo work? Chrome (and I suspect IntelliJ as well) have configured the application to ignore or rewrite certain system user defined key combinations.