模仿VIMD的模式的简化代码示例

Posted zhanglei1371

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了模仿VIMD的模式的简化代码示例相关的知识,希望对你有一定的参考价值。

按numpad0来切换模式,按t显示不同的结果;

Numpad0::  
tfmode:=!tfmode  
aaa:=(tfmode=1?"AAAA":"BBBB")  
    SplashImage Off  
    SplashImage, "",X500 Y500 W200 B fs10 CT00FFFF CW000000,%aaa%, , 切换模式提示  
    WinSet, Transparent, 180, ahk_class AutoHotkey2  
    sleep 1300  
    SplashImage Off  
return  
t::  
if tfmode  
    MsgBox 1111  
else  
    MsgBox 222  
return  

 

.

按numpad0来切换模式,按t显示不同的结果;

 

[plain] view plain copy
 
 技术分享技术分享
  1. Numpad0::  
  2. tfmode:=!tfmode  
  3. aaa:=(tfmode=1?"AAAA":"BBBB")  
  4.     SplashImage Off  
  5.     SplashImage, "",X500 Y500 W200 B fs10 CT00FFFF CW000000,%aaa%, , 切换模式提示  
  6.     WinSet, Transparent, 180, ahk_class AutoHotkey2  
  7.     sleep 1300  
  8.     SplashImage Off  
  9. return  
  10. t::  
  11. if tfmode  
  12.     MsgBox 1111  
  13. else  
  14.     MsgBox 222  
  15. return  

 

以上是关于模仿VIMD的模式的简化代码示例的主要内容,如果未能解决你的问题,请参考以下文章

为啥我的 C 代码片段不起作用?简化版可以。为 unsigned long long 传递不带 VA_ARGS 的 args

需要示例代码片段帮助

设计模式---桥接模式

处理屏幕旋转上的片段重复(带有示例代码)

JUC并发编程 共享模式之工具 JUC CountdownLatch(倒计时锁) -- CountdownLatch应用(等待多个线程准备完毕( 可以覆盖上次的打印内)等待多个远程调用结束)(代码片段

Sublime Text自定制代码片段(Code Snippets)