ui.tools: enable touchbar commands.
parent
d2162da88e
commit
fb9c3920ae
|
@ -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."
|
||||
{
|
||||
|
|
|
@ -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 ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue