[open-ils-commits] r7729 -
branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/main
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Aug 28 16:52:16 EDT 2007
Author: phasefx
Date: 2007-08-28 16:46:29 -0400 (Tue, 28 Aug 2007)
New Revision: 7729
Modified:
branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul
Log:
hotkey for reprint last receipt
Modified: branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul 2007-08-28 17:48:58 UTC (rev 7728)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul 2007-08-28 20:46:29 UTC (rev 7729)
@@ -77,6 +77,7 @@
<key id="close-window-key" modifiers="accel" key="Q" command="cmd_close_window"/>
<key id="circ-checkout-key" keycode="VK_F1" command="cmd_circ_checkout"/>
<key id="circ-checkin-key" keycode="VK_F2" command="cmd_circ_checkin"/>
+ <key id="reprint-receipt-key" keycode="VK_F9" command="cmd_reprint"/>
<key id="search-opac-key" keycode="VK_F3" command="cmd_search_opac"/>
<key id="search-tcn-key" keycode="VK_F3" modifiers="shift" command="cmd_search_tcn"/>
<key id="patron-search-key" keycode="VK_F4" command="cmd_patron_search"/>
@@ -132,7 +133,7 @@
<menuitem label="Replace Barcode" command="cmd_replace_barcode"/>
<menuitem label="Record In-House Use" accesskey="I" key="circ-in-house-use-key" command="cmd_in_house_use"/>
<menuseparator />
- <menuitem label="Re-Print Last" accesskey="L" command="cmd_reprint"/>
+ <menuitem label="Re-Print Last" key="reprint-receipt-key" accesskey="L" command="cmd_reprint"/>
<menuitem label="Enter Offline Interface" command="cmd_standalone" accesskey="f"/>
</menupopup>
</menu>
More information about the open-ils-commits
mailing list