Commit 27318e572116ea55f5626110a97d43345c440437

Authored by Perry Werneck
1 parent 319796e7

Adding toggle options on the popup menu.

Showing 1 changed file with 18 additions and 0 deletions   Show diff stats
ui/window.xml
... ... @@ -300,6 +300,24 @@
300 300 <section>
301 301  
302 302 <item>
  303 + <attribute name="label" translatable="yes">Cross hair cursor</attribute>
  304 + <attribute name="action">win.crosshair</attribute>
  305 + </item>
  306 +
  307 + <item>
  308 + <attribute name="label" translatable="yes">Resize on alternate screen</attribute>
  309 + <attribute name="action">win.altscreen</attribute>
  310 + </item>
  311 +
  312 + <item>
  313 + <attribute name="label" translatable="yes">Alert sound</attribute>
  314 + <attribute name="action">win.beep</attribute>
  315 + </item>
  316 + </section>
  317 +
  318 + <section>
  319 +
  320 + <item>
303 321 <attribute name="label" translatable="yes">Select by rectangles</attribute>
304 322 <attribute name="action">win.rectselect</attribute>
305 323 </item>
... ...