AutoKey Dependencies Need To Be Sorted Out #978
Replies: 4 comments 1 reply
-
I got the fie to work, but it is delimited by semicolons and CSV implies comma separated values. The different delimiter works, but needs to be specified. With quoted fields, comma delimiters should work even if some fields contain embedded commas. That is a big table! |
Beta Was this translation helpful? Give feedback.
-
I specified it, unless you mean it has to be specified each time the file is loaded (which it does). Either way, it's a text file, so you could edit it and do a search-and-replace on the semicolons. Does the data make any sense to you? It's a jumbled mess from where I sit. |
Beta Was this translation helpful? Give feedback.
-
I missed the fine print, LOL. Sorry. At a glance, it looked fine, but there was enough of it to make me skip actually trying to understand it. If you are working on it, I can put in the effort to actually try to parse it in detail... Once I got it to read successfully, I saved it in spreadsheet (.ods) format in Libreoffice, so it opens correctly by default. |
Beta Was this translation helpful? Give feedback.
-
That's a good idea. In a spreadsheet, you can turn the top row into a clickable header-row so that the data can be sorted in a variety of ways. My motive for creating this discussion is to get help in understanding the data so that we can make solid decisions about where future things ought to be and not be. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that AutoKey's dependencies are in a bit of disarray. I suspect that this may be the cause of some issues. Rather than putting them into this post, because the information is too bulky, I put them into a semicolon-separated CSV file that gives a somewhat-dramatic visual of what's under the hood of AutoKey:
AutoKeyDependencyLocations.csv
It shows:
Beta Was this translation helpful? Give feedback.
All reactions