Skip to main content

Questions tagged [modifier-key]

4 votes
1 answer
136 views

Let's say I want to bind C-Z in a keymap like this: (define-key d-emacs-mode-map (kbd "C-Z") #'d-emacs-test) Oh no, now I've rebound the lowercase-variant C-z as well! I guess what I have ...
Alexander Praehauser's user avatar
0 votes
1 answer
191 views

I currently have (setq ns-function-modifier 'hyper) and it works perfectly fine on my GUI Emacs on MacOS, but it becomes a problem in terminal emacs, where it doesn't recognize the key. I was ...
user129393192's user avatar
0 votes
1 answer
273 views

I'm using vanilla emacs and since I'm using a nonstandard keyboard layout, I've used dual-function-keys to modify the left alt key so it sends left alt if it is tapped and right alt if it is held. I ...
Alexander Praehauser's user avatar
2 votes
1 answer
419 views

I want C-d to act as a kind of modifier for the <left> and <right> arrow keys in a similar way to how Shift is a modifier that allows letters to be capitalized. Shift Analogy When I press ...
Nika's user avatar
  • 121
0 votes
2 answers
152 views

I'm doing some remote work using Azure & Bastion to access a customer site. The problem is that in this context, with Emacs, my right Ctrl key doesn't work normally. What it's doing instead is ...
Sapient Fridge's user avatar
0 votes
0 answers
23 views

I am running the graphical version of Emacs 26.1 on osX, and I have (when (eq system-type 'darwin) (setq ns-command-modifier 'super)) in my init.el. However, when I do e.g. s-t, it brings up the ...
Andrew's user avatar
  • 611
0 votes
1 answer
239 views

I want to be able to bind ⌥← to move the cursor to the previous word, ⌥→ to the next word, ⌥↓ to scroll down a page etc. in Emacs on Mac OS, as in native text editing controls, but also still be able ...
Daphne Preston-Kendal's user avatar
1 vote
1 answer
2k views

I noticed that I've rarely used Right Control Key and Right Alt Key in my keyboard, so I'm wondering if I can use them as Alt/Super/Hyper modifier key in Emacs. Is such a thing possible in Windows 10? ...
dualism's user avatar
  • 304

15 30 50 per page