Topic: Tag Alias: hermaphrodite/female -> herm/female

Posted under Tag Alias and Implication Suggestions

Definitely +1 this alias. It's a time-saver to write an abbreviated form than the whole thing, such as fnaf and mlp.

Updated by anonymous

Genjar

Former Staff

Yeah, those would be useful.
Though I highly recommend using macro software for heavy-duty tagging.

I use AutoHotkey, with one to three letter shortcuts for common tags. It's a massive timesaver. Especially for hard-to-spell tags such as heterochromia and onomatopoeia .

Updated by anonymous

GameManiac said:
Definitely +1 this alias. It's a time-saver to write an abbreviated form than the whole thing, such as fnaf and mlp.

It's a time saver for those who are accustomed to TXTing, perhaps, but I'm more of an essay writer than a texter.

Updated by anonymous

GameManiac said:
Definitely +1 this alias. It's a time-saver to write an abbreviated form than the whole thing, such as fnaf and mlp.

i second this. in this case abbreviation will help for sure

Updated by anonymous

Hudson

Former Staff

Genjar said:
I use AutoHotkey, with one to three letter shortcuts for common tags. It's a massive timesaver. Especially for hard-to-spell tags such as heterochromia and onomatopoeia.

I checked it out. In the meantime figuring out how all that works, I'd have 50000000000 tag edits by hand instead already .-.

Updated by anonymous

Genjar

Former Staff

It's not that complicated.
The scripts are stored as plain text (.ahk filetype), and executed directly from those files.

Basic script looks like this (snippet from mine):

::l:: female/female
::la:: lineart
::lb:: looking_back
::lbv:: looking_back looking_at_viewer rear_view
::leb:: leaning_back
::lf:: leaning_forward

::<key sequence>:: <output>
For instance, I type 'lbv' and it automatically replaces that by ' looking_back looking_at_viewer rear_view '. Which is pretty handy.

Updated by anonymous

Genjar said:
It's not that complicated.
The scripts are stored as plain text (.ahk filetype), and executed directly from those files.

Basic script looks like this (snippet from mine):

::l:: female/female
::la:: lineart
::lb:: looking_back
::lbv:: looking_back looking_at_viewer rear_view
::leb:: leaning_back
::lf:: leaning_forward

::<key sequence>:: <output>
For instance, I type 'lbv' and it automatically replaces that by ' looking_back looking_at_viewer rear_view '. Which is pretty handy.

I did something similar with text replacement when I had an iPad.

http://i.imgur.com/Hozt8T4.png

Updated by anonymous