tzual
termux x11 not recognizing external keyboard keymappings
hi! i am running termux on a galaxy tab s9 with the book cover keyboard case. in the android system settings i have remapped CAPS LOCK to CTRL but it doesn't seem to be picking up in xfce native desktop or proot debian. do i need to do any additional configuration to get those desktop environments to pick up the keybind?
3 replies
installing doom emacs and keybindings
i was able to install doom emacs successfully on my phone with no errors and it seems to be functioning although i feel like i'm missing something according to this guide that seems to be floating around: http://yuchen-lea.github.io/2024-02-04-android-emacs-with-doom-emacs-en/
here are the steps that I followed:
1. install emacs with
pkg install emacs
2. run git clone https://github.com/doomemacs/doomemacs ~/.emacs.d
3. cd .emacs.d/bin/
and run doom install
4. run doom doctor
and ensure there are no errors
5. launch emacs
so my understanding is that there is .emacs.d
or .config/emacs
. running doom install
creates a .doom.d
directory for your config. i haven't tested the install within the .config
directory, is there a difference between the two in the context of termux?
another thing I seem to notice is that ENTER
is different than RETURN
? in doom emacs, if i'm editing a .org
file i will typically do C-Enter
to create a headline of the same type. does this not work on mobile due to different input codes for the key?8 replies