如何在英式键盘上的 TextMate for Mac 中插入井号?
在 Mac 上使用 TextMate 处理 HTML(以及任何其他语言)时,我无法使用键盘输入哈希 (#
) 符号。英式键盘的 3 键上有一个 £ 符号,它取代了井号。
在其他几个 Mac 应用程序中,您可以按 alt+3 来获取哈希符号,但在 TextMate 中,这不起作用。
有比我更有经验的 Mac 程序员知道的替代方案吗?
When using TextMate on a Mac for HTML (and indeed any other language) I can't enter the hash (#
) symbol using the keyboard. British keyboards have a £ symbol on the 3 key which displaces the hash symbol.
In several other Mac application, you can press alt+3 to get the hash symbol, but in TextMate, that doesn't work.
Is there an alternative that more experienced Mac programmers than me know of?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于编程来说,切换到美国键盘布局通常是个好主意 - 这只会真正影响 Shift + 3 与 Option + < 的使用kbd>3(£ 和 # 切换 - 您仍然可以通过 Option + 3 获得 £)。
系统偏好设置->语言与文字->输入源 ->美国(并选中“在菜单栏中显示输入菜单”以方便在美国和英国键盘布局之间切换)。
For programming it's generally a good idea to switch to a US keyboard layout - this only really affects the use of Shift + 3 vs Option + 3 (£ and # get toggled - you can still get £ via Option + 3).
System Preferences -> Language & Text -> Input Sources -> U.S. (and check "Show Input menu in menu bar" for convenient toggling between US and UK keyboard layouts).
Alt-3 不适合你吗?
我刚刚在 MBP 上检查过,效果很好。 (我必须首先通过以下方式启用/激活另一个键盘:系统首选项 > 语言和文本 > 输入源 >(选中要启用的语言旁边的复选框。关闭系统首选项,然后单击右上角的标志然后单击菜单栏的手角“显示键盘查看器”或“显示字符查看器”——两者都会显示此键绑定
——当我第一次查看此问题时,保罗的答案不在其中。在我发出我的(显然是多余的)答案后注意到了这一点。
Doesn't Alt-3 work for you?
I just checked it on my MBP and it works fine. (I had to first enable/activate another keyboard by: system preference > Language & Text > Input Sources > (the check the boxes next the languages you want to enable. Close Sys Pref, then click on flag in upper right hand corner of your menubar. Then click on either "Show Keyboard Viewer" or "Show Character Viewer"--either will show you this key binding.
My bust--Paul's answer wasn't in when i first looked at this Q; only noticed it after i fired off my (obviously redundant) answer.