【问题标题】:AutoHotKey. Hotstrings and Auto-replace not working in Visual Studio 2008自动热键。热字串和自动替换在 Visual Studio 2008 中不起作用
【发布时间】:2010-12-26 02:46:25
【问题描述】:

是否有可能在 Visual Studio 2008 中保留 Hotstrings 的工作。

例如,我想得到以下结果: "ras" => 替换为 runat="server"

我使用以下脚本,它可以在另一个应用程序中工作,除了 VS 2008。

::ras::runat="服务器"

【问题讨论】:

  • 我能够在 VS2008 中使用该热字串。是否有可能由于 AHK 脚本中的其他变量而无法加载?

标签: visual-studio hotkeys autohotkey


【解决方案1】:

您是否在同一个帐户下运行?

这里发布的解决方案怎么样: Why is visual studio catching key events before autohotkey?

【讨论】:

  • 来自给定链接的答案:以下任一解决了问题: - 以当前用户身份运行 vs 和 ahk - 编译脚本并以管理员身份运行 vs 和编译后的应用程序
猜你喜欢
  • 2020-02-09
  • 2023-03-03
  • 1970-01-01
  • 2023-04-03
  • 1970-01-01
  • 2012-11-16
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多