1 Mar 2009 04:26
X Shifted Function Keys
Sean MacLennan <seanm <at> seanm.ca>
2009-03-01 03:26:21 GMT
2009-03-01 03:26:21 GMT
How are people handling shifted function keys under SXEmacs? I have a patch I have been applying for years now, but surely the problem has been solved by now? For example I have the following in my init file: (global-set-key [f5] 'query-replace) (global-set-key [(shift f5)] 'query-replace-regexp) (global-set-key [XF86_Switch_VT_5] 'query-replace-regexp) So F5 does a query replace and shifted F5 switches it to the regexp version. The XF86_Switch_VT_5 solved the problem for one release of the X server and then it was back. Do people just not use shifted function keys, or do shifted function keys just work for you? Cheers, Sean








I just tried and they don't work for me.
RSS Feed