Skip to content

Commit a2765bf

Browse files
authored
Add missing SS_LOPT and SS_ROPT defines (#18175)
1 parent 2472040 commit a2765bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

quantum/send_string/send_string_keycodes.h

+2
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@
419419
#define SS_LSFT(string) SS_DOWN(X_LSFT) string SS_UP(X_LSFT)
420420
#define SS_LALT(string) SS_DOWN(X_LALT) string SS_UP(X_LALT)
421421
#define SS_LGUI(string) SS_DOWN(X_LGUI) string SS_UP(X_LGUI)
422+
#define SS_LOPT(string) SS_LALT(string)
422423
#define SS_LCMD(string) SS_LGUI(string)
423424
#define SS_LWIN(string) SS_LGUI(string)
424425

@@ -427,6 +428,7 @@
427428
#define SS_RALT(string) SS_DOWN(X_RALT) string SS_UP(X_RALT)
428429
#define SS_RGUI(string) SS_DOWN(X_RGUI) string SS_UP(X_RGUI)
429430
#define SS_ALGR(string) SS_RALT(string)
431+
#define SS_ROPT(string) SS_RALT(string)
430432
#define SS_RCMD(string) SS_RGUI(string)
431433
#define SS_RWIN(string) SS_RGUI(string)
432434

0 commit comments

Comments
 (0)