5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-08 12:00:43 +08:00
wails/v3/examples/keybindings
2025-04-25 20:51:34 +10:00
..
main.go Initial Windows testing completed. 7 issues. 2025-04-25 20:51:34 +10:00
README.md Initial Windows testing completed. 7 issues. 2025-04-25 20:51:34 +10: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:

go run .