We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 261660c + 61224d4 commit bceb571Copy full SHA for bceb571
src/moodle_to_vikwikiquiz/main.py
@@ -80,6 +80,7 @@ def get_article_instructions(
80
wiki_modifier_keys = {
81
"Darwin": "Control-Option",
82
"Linux": "Alt-Shift",
83
+ "Windows": "Alt-Shift",
84
}
85
wiki_editor_keys = {"Show preview": "P", "Publish page": "S"}
86
if operating_system == "Darwin" or operating_system == "Linux":
@@ -92,6 +93,7 @@ def get_article_instructions(
92
93
go_to_folder_keyboard_shortcuts = {
94
"Darwin": "Command-Shift-G",
95
"Linux": "Ctrl-L",
96
+ "Windows": "Ctrl-L",
97
98
print(
99
f"""The batch upload page of the wiki will now be opened. After that, please...
0 commit comments