You have a typo in your second line (missing > after Primary). I don't
know whether that screws up the import of the file, or if the typo is
only in your email, but that could be the reason it's not working?
Jean
On 3/7/2024 5:02 PM, Lincoln A Baxter wrote:
Thanks Jean...
I tried this as fol
Thanks Jean...
I tried this as follows (while GC was not running):
; control-shift-c for csv import:
(gtk_accel_path "/gnc-plugin-csv-import-
actions/CsvImportTransAction" "c")
; control-shift-o for Ofx import:
(gtk_accel_path "/gnc-plugin-ofx-actions/OfxImportAction"
"o")
T
As shown in
https://wiki.gnucash.org/wiki/Keyboard_Shortcuts#Modifying_Keyboard_Shortcuts
You need to find and edit the file accelerator-map
Then uncomment the line
(gtk_accel_path "/gnc-plugin-ofx-actions/OfxImportAction" "")
And modify to this (for example, for Ctrl-shift-o to import ofx).
Hi
I've just spent 45 minutes searching the web, and GC docs for how to a
new keyboard shortcut.
The shortcut I want define would be to File->Import->Import OFX/QFX
Can someone provide me with enough information so that I can do this?
I have no problem editing text configuration files.
I would