mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 14:00:29 +00:00
hook up keybindings for copy/paste and arrow keys
This commit is contained in:
@@ -49,6 +49,12 @@ pub const Key = enum {
|
||||
y,
|
||||
z,
|
||||
|
||||
// control
|
||||
up,
|
||||
down,
|
||||
right,
|
||||
left,
|
||||
|
||||
// To support more keys (there are obviously more!) add them here
|
||||
// and ensure the mapping is up to date in the Window key handler.
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user