migueldeicaza/TermKit

Label - support for linking to a target

migueldeicaza opened this issue · 0 comments

Labels should support hotkeys, and also a way of linking to a target

This:

var username = TextField ()
var login = Label ("_Login", target: username)

Would make it so that the "Login" has the "L" highlighted and treated like a hotkey, but when activated, it activates the target.