Thread: Possible bug?
View Single Post
Old 09-14-2021, 03:13 PM   #81
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 876
Karma: 3501146
Join Date: Jan 2017
Location: Poland
Device: Various
I also see a checkbox in the Keyboard Shortcuts tab.
To this add a simple condition that the checkbox is displayed only on Windows.

Code:
#if !defined(Q_OS_WIN32)
    ui.EnableAltGr->setVisible(false);
#endif
I checked on Linux Arch and there is no problem with AltGr.
Attached Thumbnails
Click image for larger version

Name:	sigil-preferences-shortcuts-altgr-checkbox.png
Views:	256
Size:	42.7 KB
ID:	189245  
BeckyEbook is offline   Reply With Quote