Accept Super as shortcut modifier
In addition to (left) Alt, also accept (left) Super. This is especially convenient for macOS users (Super is the Cmd key).
This commit is contained in:
@@ -95,8 +95,8 @@ struct scrcpy_options {
|
||||
.last = DEFAULT_LOCAL_PORT_RANGE_LAST, \
|
||||
}, \
|
||||
.shortcut_mods = { \
|
||||
.data = {SC_MOD_LALT}, \
|
||||
.count = 1, \
|
||||
.data = {SC_MOD_LALT, SC_MOD_LSUPER}, \
|
||||
.count = 2, \
|
||||
}, \
|
||||
.max_size = DEFAULT_MAX_SIZE, \
|
||||
.bit_rate = DEFAULT_BIT_RATE, \
|
||||
|
||||
Reference in New Issue
Block a user