{"id":18583409,"url":"https://github.com/epinter/better-alttab","last_synced_at":"2026-03-04T01:12:52.397Z","repository":{"id":243303528,"uuid":"812055386","full_name":"epinter/better-alttab","owner":"epinter","description":"Better AltTab for Skyrim SE","archived":false,"fork":false,"pushed_at":"2024-08-13T14:46:57.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-09T23:22:38.216Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.nexusmods.com/skyrimspecialedition/mods/121342","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/epinter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-07T21:27:32.000Z","updated_at":"2024-12-17T06:05:13.000Z","dependencies_parsed_at":"2024-06-07T22:44:37.164Z","dependency_job_id":"e0cb7715-3637-4dec-b83c-31b32c679901","html_url":"https://github.com/epinter/better-alttab","commit_stats":null,"previous_names":["epinter/better-alttab"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epinter%2Fbetter-alttab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epinter%2Fbetter-alttab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epinter%2Fbetter-alttab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epinter%2Fbetter-alttab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epinter","download_url":"https://codeload.github.com/epinter/better-alttab/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240958401,"owners_count":19884906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T00:22:30.776Z","updated_at":"2026-03-04T01:12:47.355Z","avatar_url":"https://github.com/epinter.png","language":"C++","readme":"# ***Better AltTab for Skyrim SE***\n[![C++20](https://img.shields.io/static/v1?label=standard\u0026message=C%2B%2B20\u0026color=blue\u0026logo=c%2B%2B\u0026\u0026logoColor=white\u0026style=flat)](https://en.cppreference.com/w/cpp/compiler_support)\n[![Latest Release](https://img.shields.io/github/release/epinter/better-alttab.svg)](https://github.com/epinter/better-alttab/releases/latest)\n[![Downloads](https://img.shields.io/github/downloads/epinter/better-alttab/total.svg)](https://github.com/epinter/better-alttab/releases/latest)\n[![Release Date](https://img.shields.io/github/release-date/epinter/better-alttab.svg)](https://github.com/epinter/better-alttab/releases/latest)\n[![License](https://img.shields.io/github/license/epinter/better-alttab.svg)](https://github.com/epinter/better-alttab/blob/main/LICENSE)\n[![Site](https://img.shields.io/static/v1?label=site\u0026message=NexusMods\u0026color=blue)](https://www.nexusmods.com/skyrimspecialedition/mods/121342)\n\nA simple mod to mute audio when game is running background, and show cursor when mouse is over the windowed game.\n\n## ***Runtime requirements***\n\n- [Skyrim Script Extender (SKSE)](https://skse.silverlock.org/)\n- [Address Library for SKSE Plugins](https://www.nexusmods.com/skyrimspecialedition/mods/32444)\n- [Latest VC++ Redist](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist)\n\n## ***Build requirements***\n\n- [CMake](https://cmake.org/)\n- [vcpkg](https://vcpkg.io/en/)\n- [Visual Studio Community 2022](https://visualstudio.microsoft.com/vs/community/)\n- [CommonLibSSE-NG](https://github.com/CharmedBaryon/CommonLibSSE-NG)\n\n## ***Configuration***\nThe BetterAltTab.ini has the following options:\n\n~~~\n[General]\nDebug = false\nCursorVisibility = true\nAudioToggle = true\n~~~\n\n- CursorVisibility: Shows the cursor when mouse is over game window in background (with borderless fullscreen, when alt+tab is pressed). Set to false to disable the feature. This feature is automatically disabled in fullscreen mode.\n- AudioToggle: This feature stops the audio when game loses focus, and starts again when game gains focus. Set to false to disable the feature.\n- Debug: logs debug messages\n\n## ***Building***\n\nIn `Developer PowerShell for VS`, run:\n\n~~~\ngit clone https://github.com/epinter/better-alttab.git\ncd better-alttab\n~~~\n\nthen\n\n~~~\n.\\cmake\\build.ps1\n~~~\n\nor\n\n~~~\n.\\cmake\\build.ps1 -buildPreset default\n~~~\n\nor\n\n~~~\n.\\cmake\\build.ps1 -buildPreset debug -configPreset default -toolset v143\n~~~\n\nThen get the .dll in build/bin/Release, or the .zip (ready to install using mod manager) in build.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepinter%2Fbetter-alttab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepinter%2Fbetter-alttab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepinter%2Fbetter-alttab/lists"}