• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョンa9c81b93a7eea86d72004f150227077e80c25750 (tree)
日時2023-05-08 05:21:18
作者Markus <markus.prepens@gmai...>
コミッターGitHub

ログメッセージ

W32 specific key assignments

変更サマリ

差分

--- a/init.el
+++ b/init.el
@@ -110,6 +110,14 @@ forward-slashes."
110110 (menu-bar-mode -1)
111111 (blink-cursor-mode -1)))
112112
113+(when (eq system-type 'windows-nt)
114+ (setq w32-pass-lwindow-to-system nil)
115+ (setq w32-lwindow-modifier 'super) ; Left Windows key
116+ (w32-register-hot-key [s-]) ; disable all Windows shortcuts while Emacs has focus
117+ (setq w32-pass-rwindow-to-system nil)
118+ (setq w32-rwindow-modifier 'super) ; Right Windows key
119+ (setq w32-apps-modifier 'hyper)) ; Menu/App key
120+
113121 ;;;;;;;;;;
114122 ;; The history mode
115123 (setq savehist-additional-variables ;; also save ...