mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 05:08:26 +02:00
6.0
This commit is contained in:
25
src/enums/shortcut-actions.ts
Executable file
25
src/enums/shortcut-actions.ts
Executable file
@@ -0,0 +1,25 @@
|
||||
export const enum ShortcutAction {
|
||||
BETTER_XCLOUD_SETTINGS_SHOW = 'bx.settings.show',
|
||||
|
||||
STREAM_VIDEO_TOGGLE = 'stream.video.toggle',
|
||||
STREAM_SCREENSHOT_CAPTURE = 'stream.screenshot.capture',
|
||||
|
||||
STREAM_MENU_SHOW = 'stream.menu.show',
|
||||
STREAM_STATS_TOGGLE = 'stream.stats.toggle',
|
||||
STREAM_SOUND_TOGGLE = 'stream.sound.toggle',
|
||||
STREAM_MICROPHONE_TOGGLE = 'stream.microphone.toggle',
|
||||
|
||||
STREAM_VOLUME_INC = 'stream.volume.inc',
|
||||
STREAM_VOLUME_DEC = 'stream.volume.dec',
|
||||
|
||||
DEVICE_SOUND_TOGGLE = 'device.sound.toggle',
|
||||
DEVICE_VOLUME_INC = 'device.volume.inc',
|
||||
DEVICE_VOLUME_DEC = 'device.volume.dec',
|
||||
|
||||
DEVICE_BRIGHTNESS_INC = 'device.brightness.inc',
|
||||
DEVICE_BRIGHTNESS_DEC = 'device.brightness.dec',
|
||||
|
||||
MKB_TOGGLE = 'mkb.toggle',
|
||||
|
||||
TRUE_ACHIEVEMENTS_OPEN = 'ta.open',
|
||||
};
|
Reference in New Issue
Block a user