LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   AZERTY-friendly Emacs bindings ? (https://www.linuxquestions.org/questions/linux-software-2/azerty-friendly-emacs-bindings-141465/)

cuboidz 02-02-2004 02:41 PM

AZERTY-friendly Emacs bindings ?
 
Are there AZERTY-friendly bindings available for Emacs or can you somehow change the default bindings ?

I ask this because of certain commands that require numbers and on a AZERTY keyboard you have to press shift to access numbers.

e.g. when I need to split windows vertically I have to press CTRL+x followed by SHIFT+&, which is kind of a hassle :rolleyes:

mfeat 02-03-2004 10:25 AM

put these in your .emacs file in your home directory, use whatever function keys you want instead of f5 & f6

(global-set-key [f5] 'split-window-vertically)
(global-set-key [f6] 'split-window-horizontally)


All times are GMT -5. The time now is 11:00 PM.