ui.tools: enable touchbar commands.
parent
d2162da88e
commit
fb9c3920ae
|
@ -225,6 +225,12 @@ browser-gadget "multi-touch" f {
|
||||||
{ right-action com-forward }
|
{ right-action com-forward }
|
||||||
} define-command-map
|
} define-command-map
|
||||||
|
|
||||||
|
browser-gadget "touchbar" f {
|
||||||
|
{ f com-home }
|
||||||
|
{ f browser-help }
|
||||||
|
{ f glossary }
|
||||||
|
} define-command-map
|
||||||
|
|
||||||
browser-gadget "scrolling"
|
browser-gadget "scrolling"
|
||||||
"The browser's scroller can be scrolled from the keyboard."
|
"The browser's scroller can be scrolled from the keyboard."
|
||||||
{
|
{
|
||||||
|
|
|
@ -466,6 +466,12 @@ listener-gadget "multi-touch" f {
|
||||||
{ up-action refresh-all }
|
{ up-action refresh-all }
|
||||||
} define-command-map
|
} define-command-map
|
||||||
|
|
||||||
|
listener-gadget "touchbar" f {
|
||||||
|
{ f refresh-all }
|
||||||
|
{ f com-auto-use }
|
||||||
|
{ f com-help }
|
||||||
|
} define-command-map
|
||||||
|
|
||||||
M: listener-gadget graft*
|
M: listener-gadget graft*
|
||||||
[ call-next-method ] [ restart-listener ] bi ;
|
[ call-next-method ] [ restart-listener ] bi ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue