Re: [GNC] Defining Keyboard shortcuts for Menu Functions

2024-03-07 Thread Jean L
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

Re: [GNC] Defining Keyboard shortcuts for Menu Functions

2024-03-07 Thread Lincoln A Baxter
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")

Re: [GNC] Defining Keyboard shortcuts for Menu Functions

2024-03-06 Thread Jean Laroche
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).

[GNC] Defining Keyboard shortcuts for Menu Functions

2024-03-06 Thread Lincoln A Baxter
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