mirror of
https://github.com/vale981/boon
synced 2025-03-05 09:31:43 -05:00
more symbols
This commit is contained in:
parent
6ce0c0f8b5
commit
abb0b6fe76
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
"Swap the control 'bit' in EVENT, if that is a good choice."
|
||||
(interactive (list (read-key)))
|
||||
(cond
|
||||
((memq event '(9 13 ?{ ?} ?[ ?] ?$ ?< ?> ?: ?\;)) event)
|
||||
((memq event '(9 13 ?{ ?} ?[ ?] ?$ ?< ?> ?: ?\; ?/ ??)) event)
|
||||
((<= event 27) (+ 96 event))
|
||||
((not (eq 0 (logand (lsh 1 26) event))) (logxor (lsh 1 26) event))
|
||||
(t (list 'control event))))
|
||||
|
|
Loading…
Add table
Reference in a new issue