Add run this in intellij

This commit is contained in:
Przemysław Grondek 2021-01-20 10:59:25 +01:00
parent 09106641d6
commit 9ebb2bebf8
2 changed files with 20 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 805 B

View File

@ -70,10 +70,11 @@
"command": "" "command": ""
}, },
"1": { "1": {
"keys": "Ctrl+F2", "keys": "Ctrl+Shift+F10",
"text": "STOP", "write": "",
"icon": "/home/pgrondek/src/streamdeck/intellij/png/suspend_dark.png", "text": "RUN THIS",
"write": "" "command": "",
"icon": "/home/pgrondek/src/streamdeck/intellij/png/runAll_dark.png"
}, },
"2": { "2": {
"keys": "Ctrl+F5", "keys": "Ctrl+F5",
@ -81,16 +82,22 @@
"icon": "/home/pgrondek/src/streamdeck/intellij/png/restart_dark.png" "icon": "/home/pgrondek/src/streamdeck/intellij/png/restart_dark.png"
}, },
"3": { "3": {
"keys": "Ctrl+F2",
"text": "STOP",
"icon": "/home/pgrondek/src/streamdeck/intellij/png/suspend_dark.png",
"write": ""
},
"4": {
"icon": "/home/pgrondek/src/streamdeck/intellij/png/startDebugger_dark.png", "icon": "/home/pgrondek/src/streamdeck/intellij/png/startDebugger_dark.png",
"keys": "Shift+F9", "keys": "Shift+F9",
"text": "DEBUG" "text": "DEBUG"
}, },
"4": {},
"5": { "5": {
"keys": "Ctrl+k", "keys": "Ctrl+k",
"write": "", "write": "",
"text": "COMMIT", "text": "COMMIT",
"icon": "/home/pgrondek/src/streamdeck/intellij/png/commit_dark.png" "icon": "/home/pgrondek/src/streamdeck/intellij/png/commit_dark.png",
"command": ""
}, },
"6": { "6": {
"keys": "Ctrl+Shift+k", "keys": "Ctrl+Shift+k",
@ -117,11 +124,16 @@
"keys": "Ctrl+Shift+`" "keys": "Ctrl+Shift+`"
}, },
"10": { "10": {
"keys": "Alt+p",
"write": "",
"text": "PROJECTS",
"command": ""
},
"11": {
"keys": "", "keys": "",
"write": "", "write": "",
"text": "" "text": ""
}, },
"11": {},
"12": {}, "12": {},
"13": {}, "13": {},
"14": { "14": {
@ -419,7 +431,7 @@
} }
}, },
"brightness": 45, "brightness": 45,
"page": 9 "page": 1
} }
} }
} }