mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-26 09:13:56 +00:00
key: add TODO's for media keys
Add TODO comments in places where we need to add media keys.
This commit is contained in:
@@ -357,6 +357,8 @@ pub const Key = enum(c_int) {
|
||||
kp_delete,
|
||||
kp_begin,
|
||||
|
||||
// TODO: media keys
|
||||
|
||||
// modifiers
|
||||
left_shift,
|
||||
left_control,
|
||||
|
||||
@@ -117,6 +117,8 @@ const raw_entries: []const RawEntry = &.{
|
||||
.{ .kp_delete, 57426, 'u', false },
|
||||
.{ .kp_begin, 57427, 'u', false },
|
||||
|
||||
// TODO: media keys
|
||||
|
||||
.{ .left_shift, 57441, 'u', true },
|
||||
.{ .right_shift, 57447, 'u', true },
|
||||
.{ .left_control, 57442, 'u', true },
|
||||
|
||||
Reference in New Issue
Block a user