LBMM

所属分类:系统编程
开发工具:TypeScript
文件大小:0KB
下载次数:0
上传日期:2022-08-01 17:17:58
上 传 者sh-1993
说明:  用于无边界全屏问题的LittleBigMouse管理器,
(LittleBigMouse manager for borderless fullscreen issues,)

文件列表:
.eslintignore (33, 2022-08-01)
.eslintrc.js (1162, 2022-08-01)
.nvmrc (9, 2022-08-01)
.prettierrc (107, 2022-08-01)
LBMM_run.vbs (48, 2022-08-01)
LBMM_stop.vbs (64, 2022-08-01)
assets/ (0, 2022-08-01)
assets/iconset.ico (99678, 2022-08-01)
assets/image.png (84267, 2022-08-01)
client/ (0, 2022-08-01)
client/src/ (0, 2022-08-01)
client/src/components/ (0, 2022-08-01)
client/src/components/App/ (0, 2022-08-01)
client/src/components/App/App.tsx (2846, 2022-08-01)
client/src/components/App/styles.ts (595, 2022-08-01)
client/src/components/Debugger/ (0, 2022-08-01)
client/src/components/Debugger/Debugger.tsx (1255, 2022-08-01)
client/src/components/Debugger/constants.ts (172, 2022-08-01)
client/src/components/Debugger/styles.ts (388, 2022-08-01)
client/src/index.tsx (333, 2022-08-01)
client/src/managers/ (0, 2022-08-01)
client/src/managers/SocketHandler.ts (1454, 2022-08-01)
client/src/utils/ (0, 2022-08-01)
client/src/utils/HTMLUtils.tsx (2189, 2022-08-01)
client/src/utils/ReactUtils.tsx (350, 2022-08-01)
client/tsconfig.json (138, 2022-08-01)
client/webpack.config.ts (1652, 2022-08-01)
locales/ (0, 2022-08-01)
locales/en-US.json (643, 2022-08-01)
package-lock.json (380144, 2022-08-01)
package.json (3964, 2022-08-01)
patches/ (0, 2022-08-01)
patches/windows-shortcuts+0.1.6.patch (1964, 2022-08-01)
public/ (0, 2022-08-01)
public/icons/ (0, 2022-08-01)
public/icons/apple-icon-180.png (10556, 2022-08-01)
public/icons/favicon-196.png (11664, 2022-08-01)
public/icons/manifest-icon-192.maskable.png (11577, 2022-08-01)
... ...

# drawing LittleBigMouse Manager This is a third-party tool for [LittleBigMouse](https://github.com/mgth/LittleBigMouse) (LBM) that gives the possibility to enable or disable the daemon depending on the active window. With LittleBigMouse enabled you may be facing issues while using borderless fullscreen applications/games that will sometimes force you to Alt+Tab to disable it. If your mouse is behaving weirdly when on the side of the screen (the mouse cursor is stuck when playing Fortnite, moving camera in League of Legends is glitchy, right-click is stuck in Guild Wars 2), you may try this tool. ## Installation ### Basic - Go to the [releases](https://github.com/VinceBT/LBMM/releases) page and download the latest release's `LBMM.zip` and extract it to your desired location - Double-click the `LBMM_run.vbs` script, now you should have a new icon inside taskbar notification area - When focusing a window that is blacklisted in the settings, the LBM icon should turn grey (after the debounce delay). When focusing a non-blacklisted, it should turn back to green (after the debounce delay as well), like this ![eZmF3Np9Co](https://user-images.githubusercontent.com/1362505/151820434-05772094-632d-4884-8828-8f4b275ebee4.gif) You can edit the `settings.json` to add a program of your choice in the blacklist (you just need to specify the game executable), or to adjust some other settings. Every change will apply instantly. ### Automatic The first time you will run the program, it will create a shortcut inside `%AppData%\Microsoft\Windows\Start Menu\Programs\Startup\` so it can launch itself automatically at startup. You can disable that feature in the settings. ## Settings All these settings can be changed inside `settings.json`, which will be applied instantly: - `daemon`: The location of `LittleBigMouse_Daemon.exe` in your file system - `interval`: The interval in milliseconds between each time the process will check the name of your current focused window, default is `1000ms` - `debounce`: The debounced time before turning on/off LBM when launching or Alt+Tab-ing a blacklisted application, default is `10000ms` - `startup`: If this program should launch at Windows startup, default is `true` - `blacklist`: The list of programs that should turn OFF LBM, feel free to add your own ## Dependencies You must have [LittleBigMouse](https://github.com/mgth/LittleBigMouse) installed https://github.com/mgth/LittleBigMouse ## Development Feel free to submit a pull-request, I know this program is not optimal and could be improved: - Have NVM installed and type `nvm use` or just install Node 14 - Install dependencies with `npm install` - Run in development mode with `npm run dev` ## Supports Windows 10 and Windows 11 (may work on previous versions as well) ## Donation Feel free to buy me a coffee :) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate/?hosted_button_id=KKDV8JRNNRDAN)

近期下载者

相关文件


收藏者