prevent storing preset when clicking an empty slot with shift+ctrl
This commit is contained in:
@@ -1780,7 +1780,9 @@ function onclick(x,y,but,cmd,shift,capslock,option,ctrl)
|
||||
output = "select";
|
||||
}
|
||||
if (shift) {
|
||||
if (!option && !ctrl) {
|
||||
output = "store";
|
||||
}
|
||||
if (option && slots[last_hovered].filled) {
|
||||
output = "delete";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user