emms-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emms-help] emms and dbus


From: Yoni Rabkin
Subject: Re: [emms-help] emms and dbus
Date: Mon, 25 Feb 2008 16:36:07 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

address@hidden writes:

> Some improvements I would like to examine:
> - My laptop keyboard only has 4 multimedia keys, how to control emms
> efficiently then(only play, stop next previous, no seek)?

I got the following in my .emacs to use the "Fn" keys on my X60
laptop. Works great with GNU Emacs 23.0.60.2 of 2008-02-24:

(global-set-key (kbd "<XF86AudioStop>") 'emms-stop)
(global-set-key (kbd "<XF86AudioNext>") 'emms-next)
(global-set-key (kbd "<XF86AudioPrev>") 'emms-previous)
(global-set-key (kbd "<XF86AudioPause>") 'emms-pause)

-- 
   "Cut your own wood and it will warm you twice"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]