Not that I am aware of. I have setup a hotkey ctrl+4 to toggle
single/double view and that works quite nicely as it is quick. I now
have four hotkeys for changing register views quickly:

ctrl+1: basic view
ctrl+2: auto-split view (all splits for current transaction)
ctrl+3: transaction journal view (all splits for all transactions)
ctrl+4: toggle double line view (to see transaction notes)

You can use ctrl+4 with any of the other three. This is done by
editing the file accelerator-map and uncommenting and completing the
following lines:

(gtk_accel_path
"<Actions>/GncPluginPageRegisterActions/ViewStyleDoubleLineAction"
"<Primary>4")
(gtk_accel_path
"<Actions>/GncPluginPageRegisterActions/ViewStyleJournalAction"
"<Primary>3")
(gtk_accel_path
"<Actions>/GncPluginPageRegisterActions/ViewStyleAutoSplitAction"
"<Primary>2")
(gtk_accel_path
"<Actions>/GncPluginPageRegisterActions/ViewStyleBasicAction"
"<Primary>1")

This file is in ~/.local/share/gnucash on linux and I think it is in
C:\Users\{account name}\AppData\Roaming\GnuCash on Windows (not sure
about Mac). <Primary> means ctrl and you'll need to add that plus the
number.

David

On Fri, 21 Aug 2020 at 11:02, ToddAndMargo via gnucash-user
<gnucash-user@gnucash.org> wrote:
>
> >> On Fri, 21 Aug 2020 at 18:44, ToddAndMargo via gnucash-user
> >> <gnucash-user@gnucash.org <mailto:gnucash-user@gnucash.org>> wrote:
> >>
> >>     Hi All,
> >>
> >>     gnucash-4.1-1.fc32.x86_64
> >>
> >>     I see I can View->Sort by "Notes"
> >>
> >>     How do I add a "notes" column to my accounts:
> >>
> >>
> >>     Many thanks,
> >>     -T
>
> On 2020-08-21 02:04, David H wrote:
> > Turn on Double line mode on the View menu and you'll see it shows up on
> > line 2 for each register transaction.
> >
> > Cheers David H.
>
> Any way to get it in single line mode?
> _______________________________________________
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -----
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.



-- 
David Whiting
_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Reply via email to