5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-05 07:31:15 +08:00
wails/v3/examples/keybindings
Lea Anthony 7795a2a46f
Fix modifier processing on windows.
Move info logs to debug.
2023-10-15 13:53:31 +11:00
..
main.go Fix modifier processing on windows. 2023-10-15 13:53:31 +11:00
README.md Fix windows icon for about box. 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:

go run main.go

Status

Platform Status
Mac
Windows Mostly Working
Linux

Known Issues