Skip to content

Commit

Permalink
Change the short cut and icon for register 'Blank'
Browse files Browse the repository at this point in the history
Change the short cut from CTRL+Page_Down to CTRL+b and change the
toolbar icon to 'go-jump'.
  • Loading branch information
Bob-IT committed Mar 9, 2023
1 parent 7d5154c commit 8d5cc0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnucash/ui/gnc-plugin-page-register.ui
Expand Up @@ -268,7 +268,7 @@
<item>
<attribute name="label" translatable="yes">_Blank Transaction</attribute>
<attribute name="action">GncPluginPageRegisterActions.BlankTransactionAction</attribute>
<attribute name="accel">&lt;Primary&gt;Page_Down</attribute>
<attribute name="accel">&lt;Primary&gt;b</attribute>
<attribute name="tooltip" translatable="yes">Move to the blank transaction at the bottom of the register</attribute>
<attribute name="temp" translatable="no">yes</attribute>
</item>
Expand Down Expand Up @@ -613,7 +613,7 @@
<property name="action-name">GncPluginPageRegisterActions.BlankTransactionAction</property>
<property name="tooltip-text" translatable="yes">Move to the blank transaction at the bottom of the register</property>
<property name="use-underline">True</property>
<property name="icon-name">go-bottom</property>
<property name="icon-name">go-jump</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down

2 comments on commit 8d5cc0e

@christopherlam
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is Control-B an intuitive shortcut to jump to blank transaction? I'd instinctively think of Ctrl-Enter or Ctrl-Alt-Enter.

@Bob-IT
Copy link
Contributor Author

@Bob-IT Bob-IT commented on 8d5cc0e Mar 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a preference setting linked to using enter to move to blank so wanted to stay away from that but I may be wrong.

Please sign in to comment.