Eason Huang

Results 15 comments of Eason Huang

Confirmed that the latest version of `lcd`(version 20210102.853) works well on emacs 28.0.50 now, thanks @vzaliva

@gonewest818 Thanks for your advice, I will try the `dimmer-prevent-dimming-predicates` when I have time. > It’s certainly possible there’s something deeper I need to do about child frames Actually, I...

@Walheimat Thanks for sharing your solution. I works for me too.

其实可以通过 karabiner 软件绑定,在 Emacs 中映射 Shift或者 Capslock 键为 C-\\, 这样就可以和系统中的鼠须管一样通过Capslock或者Shift切换输入法。 我个人采用 Capslock 切换输入法,保持和系统一致。 这是我的个人配置: https://github.com/Eason0210/karabiner-config Windows 系统也可以通过 AHK 实现一样的按键绑定。 https://github.com/Eason0210/emacs.ahk Linux 下也有对应的方法,可以自行搜索。

这个主题很好看,和Win10 的差不多了,多谢分享。

确实有这个问题。我是在 Windows 上玩风暴英雄的时候会遇到。 按 Shift 切换中英文或者按 Capslock 切换大小写都会导致全屏的游戏最小化。 我的`default.custom.yaml `配置如下: ```yaml patch: ascii_composer: # 设置caps、shift、control等键的作用 good_old_caps_lock: true # 若为true,caps只切换大小写 switch_key: Shift_L: commit_code Shift_R: inline_ascii Control_L: noop Control_R: noop Caps_Lock: clear...

我也有同样的问题,Win10 msys2

Thanks @kubukoz , your solution works for me on latest MacOS big sur.

Hope to support 2560x1440 resolution in the future.

I have same issue. Is there any work around to make it work? ``` ➜ rustprj git:(master) ✗ rustup show Default host: x86_64-apple-darwin nightly-x86_64-apple-darwin (default) rustc 1.60.0-nightly (5d8767cb2 2022-02-12) ```