Created
October 8, 2022 00:08
-
-
Save EmmaG2/d7cece53861ec47596485c5c9693fdb5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#SingleInstance, Force | |
;#IfWinActive ahk_exe ProPresenter.exe | |
SendMode Input | |
SetWorkingDir, %A_ScriptDir% | |
; AT | |
::gn::Génesis | |
::ex::Éxodo | |
::nm::Números | |
::lv::Levítico | |
::dt::Deuteronomio | |
::js::Josué | |
::ju::Jueces | |
::rt::Rut | |
::1sa::1 Samuel | |
::2sa::2 Samuel | |
::1re::1 Reyes | |
::2re::2 Reyes | |
::1cr::1 Crónicas | |
::2cr::2 Crónicas | |
::esd::Esdras | |
::ne::Nehemías | |
::er::Ester | |
::jb::Job | |
::sal::Salmos | |
::pr::Proverbios | |
::ec::Eclesiastés | |
::cant::Cantar de los Cantares | |
::is::Isaías | |
::jr::Jeremías | |
::lm::Lamentaciones | |
::ez::Ezequiel | |
::dn::Daniel | |
::os::Oseas | |
::jl::Joel | |
::am::Amós | |
::ab::Abdías | |
::jon::Jonás | |
::mi::Miqueas | |
::na::Nahum | |
::ha::Habacuc | |
::sof::Sofonías | |
::hg::Hageo | |
::zc::Zacarías | |
::ml::Malaquías | |
; NT | |
::mt::Mateo | |
::mc::Marcos | |
::lc::Lucas | |
::jn::Juan | |
::hch::Hechos | |
::ro::Romanos | |
::1co::1 Corintios | |
::2co::2 Corintios | |
::gal::Gálatas | |
::ef::Efesios | |
::flp::Filipenses | |
::col::Colosenses | |
::1ts::1 Tesalonicenses | |
::2ts::2 Tesalonicenses | |
::1tim::1 Timoteo | |
::2tim::2 Timoteo | |
::ti::Tito | |
::flm::Filemón | |
::heb::Hebreos | |
::st::Santiago | |
::1pe::1 Pedro | |
::2pe::2 Pedro | |
::1jn::1 Juan | |
::2jn::2 Juan | |
::3jn::3 Juan | |
::jd::Judas | |
::ap::Apocalipsis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment