Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 05-12-2019, 05:32 PM   #196
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,570
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
I went looking for a list of keyboard shortcut defaults, couldn't find one in the Manual - maybe it could be put in the Wiki - along with Environment Variables ;-)

BR
BetterRed is offline   Reply With Quote
Old 05-12-2019, 06:28 PM   #197
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,644
Karma: 5433388
Join Date: Nov 2009
Device: many
I will build up a list of QActions and ShortCut keys as assigned in main.ui and MainWindow.cpp.
KevinH is offline   Reply With Quote
Old 05-12-2019, 07:52 PM   #198
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,644
Karma: 5433388
Join Date: Nov 2009
Device: many
Actually, you can just temporarily move your Sigil.ini away and fire up Sigil and go to the Preferences keyboard shortcut Dialog and hit default, and it will show all of the original default shortcut keys and actions that can be managed by the user.

There are other key sequences but they are in specific dialogs and not user configurable.

If I get some time, I will try to create a list of all keyboard shortcuts by parsing all the main .ui files, and .cpp files and we can add it to the users guide at some point.
KevinH is offline   Reply With Quote
Old 05-12-2019, 10:57 PM   #199
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,570
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by KevinH View Post
Actually, you can just temporarily move your Sigil.ini away and fire up Sigil and go to the Preferences keyboard shortcut Dialog and hit default, and it will show all of the original default shortcut keys and actions that can be managed by the user.
I done that - but its not very readable.

If the shortcut editor in preferences had a default value column, and an option to save the table as a CSV - then there'd be no need to maintain a document.

BR
BetterRed is offline   Reply With Quote
Old 05-13-2019, 08:21 AM   #200
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,549
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
And if someone stomped on my gut every few seconds, I'd have no reason to breathe on my own.
DiapDealer is offline   Reply With Quote
Old 05-13-2019, 12:31 PM   #201
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,644
Karma: 5433388
Join Date: Nov 2009
Device: many
Using grep and a python script to process .ui files, I built up the following set of key shortcuts.


Key for understanding the file:

Window - the window the key sequence will work in
Action - name of the QAction pointer
Usr - if yes then this sequence is user configurable, otherwise no
Text - Description of Action
Shortcut - Key Sequence

The text file is attached: shortcut_list.zip

A CSV file is also attached: shortcut_list.csv.zip
Attached Files
File Type: zip shortcut_list.zip (3.2 KB, 140 views)
File Type: zip shortcut_list.csv.zip (2.6 KB, 134 views)

Last edited by KevinH; 05-13-2019 at 12:39 PM.
KevinH is offline   Reply With Quote
Old 05-13-2019, 06:13 PM   #202
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,570
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Thanks If/when I lose shortcuts with the next version, that should help in figuring out when/what 'went wrong' - but Sod's Law says it won't happen again

BR


Quote:
Originally Posted by KevinH View Post
Using grep and a python script to process .ui files, I built up the following set of key shortcuts.


Key for understanding the file:

Window - the window the key sequence will work in
Action - name of the QAction pointer
Usr - if yes then this sequence is user configurable, otherwise no
Text - Description of Action
Shortcut - Key Sequence

The text file is attached: shortcut_list.zip

A CSV file is also attached: shortcut_list.csv.zip
BetterRed is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sigil-0.9.5 Released KevinH Sigil 68 04-09-2016 06:30 AM
Sigil-0.9.1 Released KevinH Sigil 36 12-04-2015 03:00 PM
Sigil-0.8.900 released for testing - Wait for Sigil-0.8.901 KevinH Sigil 106 10-04-2015 10:41 AM
Sigil 0.8.3 Released user_none Sigil 10 02-02-2015 04:32 PM


All times are GMT -4. The time now is 09:35 PM.


MobileRead.com is a privately owned, operated and funded community.