diff --git a/print.html b/print.html index f26c773..7e4b81d 100644 --- a/print.html +++ b/print.html @@ -1525,7 +1525,7 @@

Map Voting
  • Open MapVoteHistory.ini, find maps that require CustomSpawnFix and fill U= fields like in this example:
  • -
    H=(M="KF-SaarV7",P=9,S=5,G=,U="CustomSpawnFix.CustomSpawnFixMut")
    +
    H=(M="KF-SaarV7",P=9,S=5,G=,U="CustomSpawnFix.CustomSpawnFixMut")
     
    • If some of the maps are missing from MapVoteHistory.ini - either play on them first or add them here manually.
    • diff --git a/searcher.js b/searcher.js index d2b0aee..dc03e0a 100644 --- a/searcher.js +++ b/searcher.js @@ -316,7 +316,7 @@ window.search = window.search || {}; // Eventhandler for keyevents on `document` function globalKeyHandler(e) { - if (e.altKey || e.ctrlKey || e.metaKey || e.shiftKey || e.target.type === 'textarea' || e.target.type === 'text') { return; } + if (e.altKey || e.ctrlKey || e.metaKey || e.shiftKey || e.target.type === 'textarea' || e.target.type === 'text' || !hasFocus() && /^(?:input|select|textarea)$/i.test(e.target.nodeName)) { return; } if (e.keyCode === ESCAPE_KEYCODE) { e.preventDefault(); diff --git a/sitemap.xml b/sitemap.xml index 27432a0..b777fbe 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,58 +2,58 @@ https://insultingpros.github.io/KFStory/Aliens.html - 2023-10-02T10:37:24.017Z + 2024-04-21T11:12:19.538Z https://insultingpros.github.io/KFStory/DeadSpace.html - 2023-10-02T10:37:24.021Z + 2024-04-21T11:12:19.538Z https://insultingpros.github.io/KFStory/Doom.html - 2023-10-02T10:37:24.021Z + 2024-04-21T11:12:19.538Z https://insultingpros.github.io/KFStory/GlassHouse.html - 2023-10-02T10:37:24.021Z + 2024-04-21T11:12:19.538Z https://insultingpros.github.io/KFStory/GunGame.html - 2023-10-02T10:37:24.025Z + 2024-04-21T11:12:19.538Z https://insultingpros.github.io/KFStory/KFMode.html - 2023-10-02T10:37:24.025Z + 2024-04-21T11:12:19.538Z https://insultingpros.github.io/KFStory/KFObjective.html - 2023-10-02T10:37:24.029Z + 2024-04-21T11:12:19.538Z https://insultingpros.github.io/KFStory/TestingMode.html - 2023-10-02T10:37:24.029Z + 2024-04-21T11:12:19.542Z https://insultingpros.github.io/KFStory/ToyMaster.html - 2023-10-02T10:37:24.029Z + 2024-04-21T11:12:19.542Z https://insultingpros.github.io/KFStory/Trials.html - 2023-10-02T10:37:24.033Z + 2024-04-21T11:12:19.542Z https://insultingpros.github.io/KFStory/index.html - 2023-10-02T10:37:24.017Z + 2024-04-21T11:12:19.534Z https://insultingpros.github.io/KFStory/tech/Credits.html - 2023-10-02T10:37:24.037Z + 2024-04-21T11:12:19.542Z https://insultingpros.github.io/KFStory/tech/Links.html - 2023-10-02T10:37:24.033Z + 2024-04-21T11:12:19.542Z https://insultingpros.github.io/KFStory/tech/ServerSetup.html - 2023-10-02T10:37:24.037Z + 2024-04-21T11:12:19.542Z diff --git a/tech/ServerSetup.html b/tech/ServerSetup.html index cb6926d..5d93349 100644 --- a/tech/ServerSetup.html +++ b/tech/ServerSetup.html @@ -205,7 +205,7 @@

      Map Voting
    • Open MapVoteHistory.ini, find maps that require CustomSpawnFix and fill U= fields like in this example:
    -
    H=(M="KF-SaarV7",P=9,S=5,G=,U="CustomSpawnFix.CustomSpawnFixMut")
    +
    H=(M="KF-SaarV7",P=9,S=5,G=,U="CustomSpawnFix.CustomSpawnFixMut")
     
    • If some of the maps are missing from MapVoteHistory.ini - either play on them first or add them here manually.