Ejemplo n.º 1
0
 internal static void SetSystemKeyboardShortcuts()
 {
     if (Shell.IsCairoUserShell)
     {
         SystemHotKeys.RegisterSystemHotkeys();
     }
 }
 internal static void SetSystemKeyboardShortcuts()
 {
     if (Shell.IsCairoConfiguredAsShell)
     {
         // Commenting out as per comments on PR #274
         SystemHotKeys.RegisterSystemHotkeys();
     }
 }