Files

22 lines
403 B
Markdown
Raw Permalink Normal View History

2023-10-09 20:56:19 +11:00
# Keybindings Example
This simple example demonstrates how to use keybindings in your application.
Run the example and press `Ctrl/CMD+Shift+C` to center the focused window.
## Running the example
To run the example, simply run the following command:
```bash
2023-10-17 20:25:36 +11:00
go run .
2023-10-09 20:56:19 +11:00
```
# Status
2023-10-17 20:25:36 +11:00
| Platform | Status |
|----------|---------|
| Mac | Working |
| Windows | Working |
| Linux | |
2023-10-09 20:56:19 +11:00