Skip to content

Commit

Permalink
Merge pull request #20 from gy-mate/windows
Browse files Browse the repository at this point in the history
➕ add support for Windows by adding keyboard shortcuts
  • Loading branch information
gy-mate authored Dec 18, 2024
2 parents 261660c + 61224d4 commit bceb571
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/moodle_to_vikwikiquiz/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def get_article_instructions(
wiki_modifier_keys = {
"Darwin": "Control-Option",
"Linux": "Alt-Shift",
"Windows": "Alt-Shift",
}
wiki_editor_keys = {"Show preview": "P", "Publish page": "S"}
if operating_system == "Darwin" or operating_system == "Linux":
Expand All @@ -92,6 +93,7 @@ def get_article_instructions(
go_to_folder_keyboard_shortcuts = {
"Darwin": "Command-Shift-G",
"Linux": "Ctrl-L",
"Windows": "Ctrl-L",
}
print(
f"""The batch upload page of the wiki will now be opened. After that, please...
Expand Down

0 comments on commit bceb571

Please sign in to comment.