summaryrefslogtreecommitdiffstatshomepage
path: root/keyboard.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add Alt+Ctrl to modifiers2string, thanks Stephan VerbeeckAlexander Neumann2019-03-181-0/+1
* Add build tags to allow this library to be included in a cross platform program. This allows for several things:Joseph Watson2015-09-151-0/+2
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-143/+143
* Some changes to keyboard constantsAlexander Neumann2013-07-241-180/+180
* Preparations for action shortcut supportAlexander Neumann2013-05-091-2/+65
* Add KeyAlt as alternative to KeyMenuAlexander Neumann2013-05-091-2/+3
* Add AltDown, ControlDown and ShiftDown funcsAlexander Neumann2013-05-091-0/+12
* Make key codes be of type Key and implement fmt.Stringer for itAlexander Neumann2013-05-091-0/+363