ui.tools: enable touchbar commands.

factor-shell
John Benediktsson 2018-01-01 15:06:20 -08:00
parent d2162da88e
commit fb9c3920ae
2 changed files with 12 additions and 0 deletions

View File

@ -225,6 +225,12 @@ browser-gadget "multi-touch" f {
{ right-action com-forward }
} define-command-map
browser-gadget "touchbar" f {
{ f com-home }
{ f browser-help }
{ f glossary }
} define-command-map
browser-gadget "scrolling"
"The browser's scroller can be scrolled from the keyboard."
{

View File

@ -466,6 +466,12 @@ listener-gadget "multi-touch" f {
{ up-action refresh-all }
} define-command-map
listener-gadget "touchbar" f {
{ f refresh-all }
{ f com-auto-use }
{ f com-help }
} define-command-map
M: listener-gadget graft*
[ call-next-method ] [ restart-listener ] bi ;