ferris, skeletyl: fix combo syntax

This commit is contained in:
Michael Grote 2024-03-20 18:08:17 +01:00
parent c9dd3d7f76
commit bb9e940f12
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ enum combos {
C_KK, C_KK,
C_ESC, C_ESC,
C_MED, C_MED,
C_SV // Strg + S C_SV, // Strg + S
C_WE // Windows Explorer C_WE // Windows Explorer
}; };

View file

@ -11,7 +11,7 @@ enum combos {
C_KK, C_KK,
C_ESC, C_ESC,
C_MED, C_MED,
C_SV // Strg + S C_SV, // Strg + S
C_WE // Windows Explorer C_WE // Windows Explorer
}; };