View Single Post
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: 8,860
Karma: 6120478
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, 626 views)
File Type: zip shortcut_list.csv.zip (2.6 KB, 596 views)

Last edited by KevinH; 05-13-2019 at 12:39 PM.
KevinH is offline   Reply With Quote