Shortcuts: Mute shortcut is now from "toggle mute" instead of "mute"
Change-Id: I62ded761ac096d5ae29d7c82e0d562995a2c3811 Reviewed-on: https://review.haiku-os.org/c/haiku/+/8347 Reviewed-by: Axel Dörfler <[email protected]>
This commit is contained in:
@@ -218,7 +218,7 @@ ShortcutsWindow::ShortcutsWindow()
|
||||
PostMessage(&message);
|
||||
// tell ourselves to load this file if it exists
|
||||
} else {
|
||||
_AddNewSpec("/bin/setvolume -m", (B_HID_USAGE_PAGE_CONSUMER << 16) | B_HID_UID_CON_MUTE);
|
||||
_AddNewSpec("/bin/setvolume -t", (B_HID_USAGE_PAGE_CONSUMER << 16) | B_HID_UID_CON_MUTE);
|
||||
_AddNewSpec("/bin/setvolume -i", (B_HID_USAGE_PAGE_CONSUMER << 16) | B_HID_UID_CON_VOLUME_INCREMENT);
|
||||
_AddNewSpec("/bin/setvolume -d", (B_HID_USAGE_PAGE_CONSUMER << 16) | B_HID_UID_CON_VOLUME_DECREMENT);
|
||||
fLastSaved = BEntry(&keySetRef);
|
||||
|
||||
Reference in New Issue
Block a user