开发者

How can I get backward window cycling (cmd-shift-`) to work with Emacs.app?

Cmd-` works fine, but when I try cmd-shift-`, I get the message, "s-~ is undefined开发者_JAVA技巧."


Try this:

(global-set-key (kbd "s-~") 'ns-prev-frame)
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜