Add hotkeyapps for bigbox
This commit is contained in:
84
bigbox-random/hotkeyapps.json
Normal file
84
bigbox-random/hotkeyapps.json
Normal file
@@ -0,0 +1,84 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"Path": "C:/Users/Administrator/scoop/apps/cursor/current/Cursor.exe",
|
||||||
|
"findFirst": true,
|
||||||
|
"process": "Cursor.exe",
|
||||||
|
"processClass": "Chrome_WidgetWin_1",
|
||||||
|
"hotkey": "Shift+Alt+F",
|
||||||
|
"runArgs": "--profile Default"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "C:/Users/Administrator/scoop/apps/cursor/current/Cursor.exe",
|
||||||
|
"findFirst": false,
|
||||||
|
"process": "Cursor.exe",
|
||||||
|
"processClass": "Chrome_WidgetWin_1",
|
||||||
|
"hotkey": "Shift+Alt+W",
|
||||||
|
"runArgs": "--profile Default"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "C:/Users/Administrator/Seafile/My Library/programs/KLogg/klogg_portable.exe",
|
||||||
|
"findFirst": true,
|
||||||
|
"process": "klogg_portable.exe",
|
||||||
|
"processClass": "Qt651QWindowIcon",
|
||||||
|
"hotkey": "Shift+Alt+L"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "C:/Users/Administrator/Seafile/Projects-Other/Projects/journaler/src-tauri/target/release/journaler.exe",
|
||||||
|
"process": "journaler.exe",
|
||||||
|
"findFirst": true,
|
||||||
|
"runOnly": true,
|
||||||
|
"hotkey": "Shift+Alt+T"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "C:/Users/Administrator/scoop/apps/systeminformer-nightly/current/SystemInformer.exe",
|
||||||
|
"findFirst": true,
|
||||||
|
"process": "SystemInformer.exe",
|
||||||
|
"hotkey": "Shift+Alt+P"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "C:/Users/Administrator/scoop/apps/sublime-text/current/sublime_text.exe",
|
||||||
|
"findFirst": true,
|
||||||
|
"process": "sublime_text.exe",
|
||||||
|
"hotkey": "Shift+Alt+E"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "C:/Users/Administrator/scoop/shims/alacritty.exe",
|
||||||
|
"findFirst": false,
|
||||||
|
"process": "alacritty.exe",
|
||||||
|
"processClass": "Window Class",
|
||||||
|
"hotkey": "Win+W",
|
||||||
|
"runArgs": "--working-directory C:\\Users\\Administrator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "C:/Users/Administrator/scoop/shims/alacritty.exe",
|
||||||
|
"findFirst": true,
|
||||||
|
"process": "alacritty.exe",
|
||||||
|
"processClass": "Window Class",
|
||||||
|
"hotkey": "Win+Shift+W",
|
||||||
|
"runArgs": "--working-directory C:\\Users\\Administrator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "C:/Users/Administrator/scoop/apps/pyfa/current/pyfa.exe",
|
||||||
|
"findFirst": true,
|
||||||
|
"process": "pyfa.exe",
|
||||||
|
"hotkey": "Win+Shift+Q"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "C:/Users/Administrator/scoop/apps/dbgate/current/DbGate.exe",
|
||||||
|
"findFirst": true,
|
||||||
|
"process": "DbGate.exe",
|
||||||
|
"hotkey": "Shift+Alt+C"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "C:/Users/Administrator/scoop/apps/libreoffice/current/LibreOffice/program/scalc.exe",
|
||||||
|
"findFirst": true,
|
||||||
|
"process": "soffice.bin",
|
||||||
|
"hotkey": "Ctrl+Shift+H"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "C:/Users/Administrator/scoop/apps/zulip/Zulip.exe",
|
||||||
|
"findFirst": true,
|
||||||
|
"process": "Zulip.exe",
|
||||||
|
"hotkey": "Alt+Shift+Y"
|
||||||
|
}
|
||||||
|
]
|
@@ -14,3 +14,6 @@
|
|||||||
- source: RTSS
|
- source: RTSS
|
||||||
target: ~/scoop/apps/rtss/current/Profiles
|
target: ~/scoop/apps/rtss/current/Profiles
|
||||||
delete: true
|
delete: true
|
||||||
|
- source: hotkeyapps.json
|
||||||
|
target: ~/AppData/Roaming/Administrator/.config/hotkeyapps.json
|
||||||
|
delete: true
|
Reference in New Issue
Block a user