import au3.keywords.user.abbreviations import au3.UserUdfs autocompleteword.automatic = 1 # set UTF8 code.page=65001 character.set=128 # set SJIS (Japanese) # code.page=932 # character.set=128 # code.page=0 # character.set=204 # font setting if PLAT_WIN technology=1 font.monospace=font:HackGen,size:16 font.base=$(font.monospace) font.small=$(font.monospace) font.comment=$(font.monospace) font.text=$(font.monospace) font.text.comment=$(font.monospace) font.embedded.base=$(font.monospace) font.embedded.comment=$(font.monospace) font.vbs=$(font.monospace) # .au3 style # Comment line style.au3.1=fore:#008000 # Comment block style.au3.2=fore:#008000 tabbar.visible=1 tabbar.multiline=1 statusbar.visible=1 title.full.path=1 # line number line.margin.visible=1 line.margin.width=6+ margin.width=4 # tab size tabsize=4 indent.size=4 use.tabs=0 # recent file save.recent=1 save.session=1 load.on.activate=1 #save.on.deactivate=1 are.you.sure.on.reload=1 virtual.space=1 visible.policy.strict=1 visible.policy.lines=4 # fold.symbols=3 # shortcut keys user.shortcuts=\ $(user.shortcuts)\ Ctrl+Space|IDM_COMPLETEWORD|\ Alt+Up|2620|\ Alt+Down|2621|