REBOL [
    Title: "A Button with Shortcut Key"
    File: %button-key.r
    Date: 1-Jun-2000
    Purpose: {Shows how to easily add a shortcut key to a button.}
    Category: [view VID 1]
]

view layout [button "Quit" #"q" [quit]]
