mirror of
https://github.com/morgant/mlvwmrc.git
synced 2025-04-20 21:37:27 +00:00
17 lines
693 B
Plaintext
17 lines
693 B
Plaintext
################################################################################
|
|
# Gromit-MPX Menu Extra
|
|
################################################################################
|
|
|
|
Menu MenuExtra-Gromit-MPX, Icon pencil.xpm, Right, Stick
|
|
"Activate" Action Exec "gromit-mpx" exec gromit-mpx -a
|
|
"" NonSelect
|
|
"Toggle Drawing" Action Exec "gromit-mpx" exec gromit-mpx -t
|
|
"Toggle Visibilty" Action Exec "gromit-mpx" exec gromit-mpx -v
|
|
"" NonSelect
|
|
"Undo Stroke" Action Exec "gromit-mpx" exec gromit-mpx -z
|
|
"Redo Stroke" Action Exec "gromit-mpx" exec gromit-mpx -y
|
|
"Clear Drawing" Action Exec "gromit-mpx" exec gromit-mpx -c
|
|
"" NonSelect
|
|
"Quit" Action Exec "gromit-mpx" exec gromit-mpx -q
|
|
END
|