View Single Post
Old 05-13-2019, 01: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: 9,410
Karma: 6733754
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, 639 views)
File Type: zip shortcut_list.csv.zip (2.6 KB, 604 views)

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