ZR Han
ZR Han
### 描述bug(必填) 函数注释无法识别指针的指针 **注释设置(必填):** VsCode设置: ```json // 与设置无关,空的配置文件也是这样 "fileheader.configObj": { "autoAdd": true, // 检测文件没有头部注释,自动添加文件头部注释 "autoAddLine": 100, // 文件超过多少行数 不再自动添加头部注释 "autoAlready": true, // 只添加插件支持的语言以及用户通过`language`选项自定义的注释 "beforeAnnotation": { "py": "#!/usr/bin/env python\n# coding=UTF-8" },...
**Describe the bug** Cannot replace character with 'j' or 'k' in replace mode. **To Reproduce** Steps to reproduce the behavior: 1. Press `esc` to enter normal mode 2. Press `r`...
复现过程: 点进一个板块 - 点进一个主题 - 手动杀后台(或者等待被iPadOS系统杀后台) - 重新打开mnga 此时由于我们之前点进了一个主题,因此进去的页面左上角显示的是板块的名称,如图所示  这时从左侧屏幕边缘向右滑动以返回到板块列表,就会100%闪退,闪退1到2次后,左上角不再显示板块名称,而是显示“返回”二字,这时候才能正常返回,如图所示  TestFlight和AppStore版本都是如此,也卸载重装过多次没用
# About Bug When win-vind starts up with Windows, the following error shows  A part of log is as follows ``` ========== System Infomation ========== [Windows] Edition: Windows 10...
**Question** Hello. I'd like to use `ctrl-w` to close tab so I need to unmap all commands start with `` in GUI normal modes, including too many commands. So I...
How can I use keyboard shortcuts in Windows in GUI normal mode? Such as `ctrl-w` to close active window, `alt-d` to select the directory bar, and other default hotkeys in...
Hi, on my Windows PC the setting "Enable GGML Interface" is gray. Any prerequisites to enable this option? I've downloaded [ggml-model-whisper-tiny.bin](https://ggml.buzz.chidiwilliams.com/ggml-model-whisper-tiny.bin) and put it in `C:\Users\\AppData\Local\Buzz\Buzz\Cache`. What should I do...
Hi. I want to resize my main window by clicking a button, but it doesn't work with `qtmodern.windows.ModernWindow`. A minimum working example is as follows ```py import sys from PyQt5.QtWidgets...
Simple code could be: ```python import keyboard import mouse def click(): mouse.click('left') keyboard.add_hotkey('0', click, suppress=True) ``` after that, press `win+L` to lock the system and then enter the system again,...
```python keyboard.add_hotkey('ctrl, s', lambda: print('ctrl, s pressed')) keyboard.wait() ``` I press `ctrl`, release, press `s` and release but nothing happens. Win10 Pro 21H1 19043.2364, Python 3.10.8, keyboard 0.13.5 and the...