Skip to content

Commit

Permalink
release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-SF committed Oct 15, 2017
1 parent 3a38a7f commit 8c7dbd0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
12 changes: 7 additions & 5 deletions atom latex autorun.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,17 @@ IfMsgBox, Yes
exitapp
return

; SHORTCUT UM PDF ZU ÖFFNEN

^5::
; SHORTCUT UM PDF ZU ÖFFNEN / entsprechende pdf
^5:: ;GEHT NICHT
open_c("sumatra",0)
return

~f5:: ;f5 nicht blockieren
if (winactive("ahk_exe atom.exe")=false)
if (winactive("ahk_exe atom.exe")=false)
return

;mehrere texteditoren durchgehen dementsprechend filepath getten modifizieren
;die entsprechende methode uma alle paramater zu bekommen abhängig vom texteditor machen

keys_save_texteditor()

Expand Down Expand Up @@ -132,7 +134,7 @@ run_line() {

open_c(program,path) {

global ;path als starting dir benutzen
global ;programme starparam übergeben : path

if (program = "conemu") {
programexe := conemuexe
Expand Down
9 changes: 6 additions & 3 deletions atom latex autorun.ahk.bak
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,16 @@ return

; SHORTCUT UM PDF ZU �FFNEN

^5::
^5:: ;GEHT NICHT
open_c("sumatra",0)
return

~f5:: ;f5 nicht blockieren
if (winactive("ahk_exe atom.exe")=false)
if (winactive("ahk_exe atom.exe")=false)
return

;mehrere texteditoren durchgehen dementsprechend filepath getten modifizieren
;die entsprechende methode uma alle paramater zu bekommen abh�ngig vom texteditor machen

keys_save_texteditor()

Expand Down Expand Up @@ -132,7 +135,7 @@ run_line() {

open_c(program,path) {

global ;path als starting dir benutzen
global ;programme starparam �bergeben : path

if (program = "conemu") {
programexe := conemuexe
Expand Down

0 comments on commit 8c7dbd0

Please sign in to comment.