Skip to content

Commit 1d5af53

Browse files
committed
Removed Windows key support. Use of Option key only.
1 parent a813f20 commit 1d5af53

File tree

3 files changed

+29
-28
lines changed

3 files changed

+29
-28
lines changed

init.org

+16-15
Original file line numberDiff line numberDiff line change
@@ -5137,11 +5137,11 @@ For *Psimacs* own functions and goodies separate key prefix maps are defined:
51375137

51385138
| Prefix command | Description |
51395139
|-----------------+---------------------------|
5140-
| =H-SPC= =s-SPC= | Hydras |
5141-
| =H-h= =s-h= | Help |
5142-
| =H-c= =s-c= | common user commands |
5143-
| =H-x= =s-x= | common execution commands |
5144-
| =H-m= =H-,= =s-m= =s-,= | special user commands |
5140+
| =H-SPC= | Hydras |
5141+
| =H-h= | Help |
5142+
| =H-c= | common user commands |
5143+
| =H-x= | common execution commands |
5144+
| =H-m= | special user commands |
51455145
|-----------------+---------------------------|
51465146

51475147

@@ -5160,15 +5160,15 @@ For *Psimacs* own functions and goodies separate key prefix maps are defined:
51605160
(global-set-key (kbd "H-c" ) psimacs/config/global-key-map/common)
51615161
(global-set-key (kbd "H-x" ) psimacs/config/global-key-map/execute)
51625162

5163-
(global-set-key (kbd "s-SPC") psimacs/config/global-key-map/hydra)
5164-
(global-set-key (kbd "s-h" ) psimacs/config/global-key-map/help)
5165-
(global-set-key (kbd "s-c" ) psimacs/config/global-key-map/common)
5166-
(global-set-key (kbd "s-x" ) psimacs/config/global-key-map/execute)
5163+
;(global-set-key (kbd "s-SPC") psimacs/config/global-key-map/hydra)
5164+
;(global-set-key (kbd "s-h" ) psimacs/config/global-key-map/help)
5165+
;(global-set-key (kbd "s-c" ) psimacs/config/global-key-map/common)
5166+
;(global-set-key (kbd "s-x" ) psimacs/config/global-key-map/execute)
51675167

51685168
(global-set-key (kbd "H-m" ) psimacs/config/global-key-map/special)
5169-
(global-set-key (kbd "H-," ) psimacs/config/global-key-map/special)
5170-
(global-set-key (kbd "s-m" ) psimacs/config/global-key-map/special)
5171-
(global-set-key (kbd "s-," ) psimacs/config/global-key-map/special)
5169+
;(global-set-key (kbd "H-," ) psimacs/config/global-key-map/special)
5170+
;(global-set-key (kbd "s-m" ) psimacs/config/global-key-map/special)
5171+
;(global-set-key (kbd "s-," ) psimacs/config/global-key-map/special)
51725172

51735173
(defun psimacs/config/greetings ()
51745174
"Print hello to message buffer."
@@ -14611,9 +14611,10 @@ See also:
1461114611
;)
1461214612
)
1461314613

14614-
:hook (
14615-
(dap-stopped . (lambda (arg) (call-interactively #'dap-hydra)))
14616-
)
14614+
;; currently I do not like that the hydra is always shown
14615+
;:hook (
14616+
; (dap-stopped . (lambda (arg) (call-interactively #'dap-hydra)))
14617+
; )
1461714618
:bind (:map dap-mode-map
1461814619
("<f5>" . dap-debug)
1461914620
("M-<f5>" . dap-debug-last)

keybindings.org

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ by the various packages nor by *Emacs* itself.
1919

2020
| Prefix command | Description |
2121
|-----------------+---------------------------|
22-
| =H-SPC= =s-SPC= | Hydras |
23-
| =H-h= =s-h= | Help |
24-
| =H-c= =s-c= | common user commands |
25-
| =H-x= =s-x= | common execution commands |
26-
| =H-m= =H-,= =s-m= =s-,= | special user commands |
22+
| =H-SPC= | Hydras |
23+
| =H-h= | Help |
24+
| =H-c= | common user commands |
25+
| =H-x= | common execution commands |
26+
| =H-m= | special user commands |
2727
|-----------------+---------------------------|
2828

2929
#+attr_html: :class styledtable

sortedKeyBindings.org

+8-8
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ The major help commands and their key bindings.
102102

103103
** Prefixes
104104

105-
| Prefix command | Description |
106-
|-----------------+----------------------------|
107-
| =H-SPC= =s-SPC= | Hydras |
108-
| =H-h= =s-h= | Help |
109-
| =H-c= =s-c= | Common user commands. |
110-
| =H-x= =s-x= | Common execution commands. |
111-
| =H-m= =H-,= =s-m= =s-,= | Special user commands. |
112-
|-----------------+----------------------------|
105+
| Prefix command | Description |
106+
|-----------------+---------------------------|
107+
| =H-SPC= | Hydras |
108+
| =H-h= | Help |
109+
| =H-c= | common user commands |
110+
| =H-x= | common execution commands |
111+
| =H-m= | special user commands |
112+
|-----------------+---------------------------|
113113

114114
** Hydras
115115

0 commit comments

Comments
 (0)