// Refresh shortcut: Cmd+R (Mac) / Ctrl+R (Windows/Linux) class RefreshShortcut { constructor(options = {}) this.options = preventDefault: true, // Prevent browser's native refresh showNotification: false, // Show visual feedback notificationDuration: 2000, onRefresh: null, // Custom refresh callback ...options ; this.init();

If you prefer using (the Windows standard), you can manually reassign it in your system settings:

Many productivity and communication apps have their own built-in refresh commands to sync data with their servers.