essential-actions

Clone or download

Added support for windows media keys

Modified Files

Name
M DemoCustomNormalAction/DemoCustomNormalAction.iml +4 −4 Go to diff View file
M DemoCustomNormalAction/pom.xml +4 −10 Go to diff View file
M DemoCustomNormalAction/src/main/java/com/stream_pi/democustomnormalaction/DemoCustomNormalAction.java +4 −4 Go to diff View file
M DemoCustomNormalAction/src/main/java/module-info.java +2 −5 Go to diff View file
M PreBuiltPlugins/hotkeyaction.jar Binary file Go to diff View file
M PreBuiltPlugins/mediakeyaction.jar Binary file Go to diff View file
M PreBuiltPlugins/obssuite_motheraction.jar Binary file Go to diff View file
M PreBuiltPlugins/obssuite_setcurrentprofileaction.jar Binary file Go to diff View file
M PreBuiltPlugins/obssuite_setcurrentsceneaction.jar Binary file Go to diff View file
M PreBuiltPlugins/obssuite_setcurrenttransitionaction.jar Binary file Go to diff View file
M PreBuiltPlugins/obssuite_setmuteaction.jar Binary file Go to diff View file
M PreBuiltPlugins/obssuite_setpreviewsceneaction.jar Binary file Go to diff View file
M PreBuiltPlugins/obssuite_setrecordingaction.jar Binary file Go to diff View file
M PreBuiltPlugins/obssuite_setreplaybufferaction.jar Binary file Go to diff View file
M PreBuiltPlugins/obssuite_setstreamingaction.jar Binary file Go to diff View file
M PreBuiltPlugins/obssuite_setstudiomodeaction.jar Binary file Go to diff View file
M PreBuiltPlugins/obssuite_setvolumeaction.jar Binary file Go to diff View file
M PreBuiltPlugins/playaudioclipaction.jar Binary file Go to diff View file
M PreBuiltPlugins/runcommandaction.jar Binary file Go to diff View file
M PreBuiltPlugins/textblockaction.jar Binary file Go to diff View file
M PreBuiltPlugins/twitteraction.jar Binary file Go to diff View file
M PreBuiltPlugins/websiteaction.jar Binary file Go to diff View file
M hotkeyaction/src/main/java/com/stream_pi/hotkeyaction/HotkeyAction.java +6 −4 Go to diff View file
M mediakeyaction/src/main/java/com/stream_pi/mediakeyaction/MediaKeyAction.java +60 −4 Go to diff View file
A mediakeyaction/src/main/java/com/stream_pi/mediakeyaction/key.c +61 −0 Go to diff View file
A mediakeyaction/src/main/resources/com/stream_pi/mediakeyaction/key.exe Binary file Go to diff View file
M obssuite/mother/OBSSuite-MotherAction.iml +8 −8 Go to diff View file
M obssuite/mother/pom.xml +0 −1 Go to diff View file
M obssuite/mother/src/main/java/module-info.java +0 −1 Go to diff View file
M obssuite/setvolume/.gitignore +1 −1 Go to diff View file
M obssuite/setvolume/OBSSuite-SetVolumeAction.iml +5 −5 Go to diff View file