A ui toolkit for building gpui apps
rust gpui
at main 25 lines 504 B view raw
1[ 2 { 3 "context": "Global", 4 "bindings": { 5 "cmd-q": "app::Quit", 6 "ctrl-q": "app::Quit", 7 "cmd-w": "window::Close", 8 "ctrl-w": "window::Close" 9 } 10 }, 11 { 12 "context": "Core", 13 "bindings": { 14 "up": "core::Previous", 15 "down": "core::Next", 16 "tab": "core:Next", 17 "enter": "core::Confirm", 18 "escape": "core::Cancel", 19 "home": "core::First", 20 "end": "core::Last", 21 "pageup": "core::First", 22 "pagedown": "core::Last" 23 } 24 } 25]