mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-27 02:56:28 +00:00
Imgui (#20)
* vendor/cimgui * Add a "dev mode" window which for now is just imgui demo
This commit is contained in:
committed by
GitHub
parent
ddfb1dec4b
commit
f29393bca6
@@ -140,6 +140,9 @@ pub const Action = union(enum) {
|
||||
/// Copy and paste.
|
||||
copy_to_clipboard: Void,
|
||||
paste_from_clipboard: Void,
|
||||
|
||||
/// Dev mode
|
||||
toggle_dev_mode: Void,
|
||||
};
|
||||
|
||||
/// Trigger is the associated key state that can trigger an action.
|
||||
|
||||
@@ -49,6 +49,9 @@ pub const Key = enum {
|
||||
y,
|
||||
z,
|
||||
|
||||
// other
|
||||
grave_accent, // `
|
||||
|
||||
// control
|
||||
up,
|
||||
down,
|
||||
|
||||
Reference in New Issue
Block a user