2011-11-24 53 views
4

美妙的AutoHotKey允許您在輸入縮寫時自動擴展縮寫。AutoHotKey的縮寫列表

所以,你可以有一個.ahk腳本與許多縮寫是這樣的:

::btw::by the way 
::iirc::if I remember correctly 

的問題是,我不覺得自己寫出明確所有我在這個文件中使用的縮寫!

是否有任何地方有通用縮寫的現成文件?

回答

13

自動展開縮寫非常個人化。這取決於你的詞彙量。就我而言,隨着時間的推移,這份名單已經成長,因爲我按照要求添加了詞彙。

您可以快速編輯例如這兩個Ctrl + + 替代組合。

^!#e:: ; Edit the script by Alt+Ctrl++Win+E 

;run, C:\Program Files\PSPad editor\PSPad.exe "%A_ScriptDir%\AutoHotkey-Robert-Dell.ahk" 

Edit 

return 

^!#r:: ; Reload the script by Alt+Ctrl++Win+R 

TrayTip, Restarted, Restart,1 

Reload ; Reload AHK File 

Return 

我的修剪列表(大部分是荷蘭文)看起來像這樣。 我經常使用斜線(/)來結束,因爲這樣可以更容易地使用也可以是單詞的一部分的縮寫組合。 通過使用斜槓,我可以很容易地例如在單詞後添加「s」。

:?*:&&::&" "& 

:?*:&^&::&" `; "& 

:?*:&*&::&", "& 

:?*:&@&::&"@"& 

:?*:&$&::&"€"& 

:?*:''::"{Space} ; Turn two single quotes into a single double quote on a Dutch Keyboard setting 

:?*:1l/::" One-Liner"{space} 

:*:=vl::=vlookup(

:*:ahk/::AutoHotKey 

:*:ad/::Active Directory 

:?*:adm/::administration 

:*:am/::Account Management 

:*:actm/::Active Monitoring 

:?*:appl/::application 

:*:bf/::Break/Fix 

:*:bl/::Business Line 

:*:btw/::by the way 

:*:bu/::Buiness Unit 

:*:cc/::Competence Center 

:*:cert/::certification 

:*:col/::colleagues 

:*:config/::configuration 

:*:cons/::consultant 

:*:cp/::c-Projects 

:*:ce/::Coördination Engineer 

:*:co/::Coordinator 

:*:e/::E.Nr 

:*:emp/::employee 

:*:eng/::engineer 

:*:fe/::Field Engineer 

:*:feg/::Field Engineering 

:*:gk/::Global Knowledge 

:*:hr/::Human Resources 

:*:hw/::Hardware 

:*:ie/::Incident Engineer 

:*:inc/::incident 

:*:inf/::information 

:*:inst/::installation 

:*:ka/::knowledge article 

:*:kb/::Knowledge Base 

:*:km/::Knowledge Management 

:*:ko/::knowledge object 

:*:l/::level 

:*:lab/::laboratory 

:*:ld/::Learning & Development 

:*:maint/::maintenance 

:?*:mgr/::manager 

:?*:mgt/::management 

:?*:mkt/::marketing 

:*:MOC/::Microsoft Office Communicator 

:*:mssp/::MS SharePoint 

:*:ms/::Microsoft 

:?*:ops/::operations 

:?*:org/::organisation 

:?*:prof/::profile 

:?*:prod/::product 

:?*:proj/::project 

:?*:pos/::position 

:*:ps/::Partnership 

:*:pwd/::password 

:*:q/::Qualification 

:*:qd/::Quick & Dirty 

:*:qn/::question 

:*:qe/::Qualification Engineer 

:*:sa/::support agent 

:*:sc/::Sales Consulting 

:*:scy/:: Sales Consultancy 

:*:std/::standaard 

:?*:svc/::service 

:*:sme/::subject matter expert 

:*:sm/::Sales & Marketing 

:*:sw/::Software 

:*:te/::Technical Engineer 

:*:tc/::Technical Consultant 

:*:tcy/::Technical Consultancy 

:?*:trng/::training 

:*:tpm/::Third Party Maintenance 

:*:var/::Value Added Reseller 

:*:vc/::VoIP Connect 

; MAANDEN 

:*:jan/::januari 

:*:feb/::februari 

:*:mrt/::maart 

:*:apr/::april 

:*:aug/::augustus 

:*:sep/::september 

:*:okt/::oktober 

:*:nov/::november 

:*:dec/::december 

:*:$$::€ ; Two $$ will turn into a € 
+0

我仍然認爲有一個更大,更廣泛的縮寫列表的空間,我會很高興看到一個。 –

+0

問:爲什麼在冒號中間有* s和?* s?如果什麼都沒有,它不會工作嗎? – wKavey

+0

查看這個頁面的一半,瞭解這些特殊字符的作用:http://www.autohotkey.com/docs/Hotstrings.htm –

0

簡答:應該有,但還沒有見過。我已經通過添加「醫療轉錄」文件夾自己解決了這個問題(如果您搜索此文件,您可以在此基礎上進行一些解析)

我有幾個類似的列表,用於不同的語言(編程語言(包括許多快捷鍵),瑞典語,英語),並且由於使用Breevy來組織它們(因爲它對1000個以上的縮寫詞更容易)。它列出了你正在尋找的內容,如果你在線看,你可以找到其他列表(你必須修改以適應AutoHotkey腳本語言)。