Пример #1
0
 public void SetSystemShorcut(SystemShortcut shortcut)
 {
     (var modifier, var key) = KeyMapper.ResolveSystemShortcut(shortcut);
     SetShortcut(modifier, key);
 }