ferris, skeletyl: fix combo syntax
This commit is contained in:
parent
c9dd3d7f76
commit
bb9e940f12
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ enum combos {
|
|||
C_KK,
|
||||
C_ESC,
|
||||
C_MED,
|
||||
C_SV // Strg + S
|
||||
C_SV, // Strg + S
|
||||
C_WE // Windows Explorer
|
||||
};
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ enum combos {
|
|||
C_KK,
|
||||
C_ESC,
|
||||
C_MED,
|
||||
C_SV // Strg + S
|
||||
C_SV, // Strg + S
|
||||
C_WE // Windows Explorer
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue