This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 使用单个快捷键依次执行指令 | |
// input.conf | |
// KEY script-message cycle-cmd "CMD1" "CMD2" | |
// Created by https://github.com/avih | |
var registry = {}; | |
mp.register_script_message("cycle-cmd", function() { | |
var key = JSON.stringify(arguments); | |
if (!(registry[key] >= 0)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
// 适用版本 Magpie release v0.9.1 | |
// 关于子选项数值的具体含义请阅读 https://github.com/Blinue/Magpie/wiki/自定义缩放配置 | |
// 调用单项着色器的示例 | |
{"name":"ACNet","effects":[ | |
{"effect":"ACNet"}, | |
]}, |
NewerOlder