Skip to content

Commit 7ada3ab

Browse files
committed
change hotkey
1 parent e760f94 commit 7ada3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platune-tray/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fn main() -> Result<(), BoxedError> {
5959
let (manager_tx, manager_rx) = mpsc::channel(32);
6060

6161
let hotkeys_manager = GlobalHotKeyManager::new().unwrap();
62-
let hotkey = HotKey::new(Some(Modifiers::ALT), Code::KeyP);
62+
let hotkey = HotKey::new(Some(Modifiers::SUPER | Modifiers::SHIFT), Code::KeyP);
6363
let toggle_id = hotkey.id();
6464
hotkeys_manager.register(hotkey).unwrap();
6565
let global_hotkey_channel = GlobalHotKeyEvent::receiver();

0 commit comments

Comments
 (0)