mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-08 18:43:05 +08:00
24 lines
584 B
Markdown
24 lines
584 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 main.go
|
|
```
|
|
|
|
# Status
|
|
|
|
| Platform | Status |
|
|
|----------|----------------|
|
|
| Mac | |
|
|
| Windows | Mostly Working |
|
|
| Linux | |
|
|
|
|
## Known Issues
|
|
|
|
- [Some Keybindings not working on Windows](https://github.com/orgs/wailsapp/projects/6/views/1?pane=issue&itemId=40962823) |