public void SetSystemShorcut(SystemShortcut shortcut) { (var modifier, var key) = KeyMapper.ResolveSystemShortcut(shortcut); SetShortcut(modifier, key); }