Skip to content

Commit bceb571

Browse files
authored
Merge pull request #20 from gy-mate/windows
➕ add support for Windows by adding keyboard shortcuts
2 parents 261660c + 61224d4 commit bceb571

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/moodle_to_vikwikiquiz/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def get_article_instructions(
8080
wiki_modifier_keys = {
8181
"Darwin": "Control-Option",
8282
"Linux": "Alt-Shift",
83+
"Windows": "Alt-Shift",
8384
}
8485
wiki_editor_keys = {"Show preview": "P", "Publish page": "S"}
8586
if operating_system == "Darwin" or operating_system == "Linux":
@@ -92,6 +93,7 @@ def get_article_instructions(
9293
go_to_folder_keyboard_shortcuts = {
9394
"Darwin": "Command-Shift-G",
9495
"Linux": "Ctrl-L",
96+
"Windows": "Ctrl-L",
9597
}
9698
print(
9799
f"""The batch upload page of the wiki will now be opened. After that, please...

0 commit comments

Comments
 (0)