5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-07 21:59:42 +08:00
wails/v3/examples/keybindings/README.md
2023-10-17 20:25:36 +11:00

22 lines
403 B
Markdown

# 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
go run .
```
# Status
| Platform | Status |
|----------|---------|
| Mac | Working |
| Windows | Working |
| Linux | |