Skip to content

Commit 2b62de0

Browse files
media keys
1 parent 29dcfa1 commit 2b62de0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

config/corne.keymap

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,21 @@
205205
bindings = <&tog 5>;
206206
key-positions = <0 12 24>;
207207
};
208+
209+
play {
210+
bindings = <&kp C_PLAY_PAUSE>;
211+
key-positions = <7 8 9>;
212+
};
213+
214+
rewind {
215+
bindings = <&kp C_REWIND>;
216+
key-positions = <6 7 8>;
217+
};
218+
219+
fast-forward {
220+
bindings = <&kp C_FAST_FORWARD>;
221+
key-positions = <8 9 10>;
222+
};
208223
};
209224

210225
keymap {

0 commit comments

Comments
 (0)