Page 1 of 1

:home

Posted: 23 Oct 2013 07:31
by armsys
Besides :home, what other built-in XY icons are available?

Re: :home

Posted: 23 Oct 2013 07:41
by binocular222
There's a script XYIcon made by someone on this forum but I cannot find back.
Anyway, I had a copy here:

Code: Select all

":autorefresh|:autorefresh" CopyText Self(icon);
":backupto|:backupto" CopyText Self(icon);
":back|:back" CopyText Self(icon);
":bfop|:bfop" CopyText Self(icon);
":browsenetwork|:browsenetwork" CopyText Self(icon);
":calcfosi|:calcfosi" CopyText Self(icon);
":cat|:cat" CopyText Self(icon);
":cfi|:cfi" CopyText Self(icon);
":cks|:cks" CopyText Self(icon);
":clip|:clip" CopyText Self(icon);
":closetab|:closetab" CopyText Self(icon);
":cofi|:cofi" CopyText Self(icon);
":conf|:conf" CopyText Self(icon);
":copypath|:copypath" CopyText Self(icon);
":copyto|:copyto" CopyText Self(icon);
":copy|:copy" CopyText Self(icon);
":ctb1|:ctb1" CopyText Self(icon);
":cucopy|:cucopy" CopyText Self(icon);
":cut|:cut" CopyText Self(icon);
":del|:del" CopyText Self(icon);
":dosbox|:dosbox" CopyText Self(icon);
":dp1|:dp1" CopyText Self(icon);
":dp2|:dp2" CopyText Self(icon);
":dpcopyto|:dpcopyto" CopyText Self(icon);
":dpmoveto|:dpmoveto" CopyText Self(icon);
":dp|:dp" CopyText Self(icon);
":drives|:drives" CopyText Self(icon);
":exitnosave|:exitnosave" CopyText Self(icon);
":favfiles|:favfiles" CopyText Self(icon);
":favs|:favs" CopyText Self(icon);
":findlabel|:findlabel" CopyText Self(icon);
":find|:find" CopyText Self(icon);
":flatview|:flatview" CopyText Self(icon);
":fore|:fore" CopyText Self(icon);
":fp|:fp" CopyText Self(icon);
":fvs|:fvs" CopyText Self(icon);
":goprev|:goprev" CopyText Self(icon);
":go|:go" CopyText Self(icon);
":grid|:grid" CopyText Self(icon);
":hidenav|:hidenav" CopyText Self(icon);
":hightree|:hightree" CopyText Self(icon);
":home|:home" CopyText Self(icon);
":hotlist|:hotlist" CopyText Self(icon);
":icf|:icf" CopyText Self(icon);
":labels|:labels" CopyText Self(icon);
":lasttarget|:lasttarget" CopyText Self(icon);
":locktab|:locktab" CopyText Self(icon);
":lstmgmt|:lstmgmt" CopyText Self(icon);
":meta|:meta" CopyText Self(icon);
":minitree|:minitree" CopyText Self(icon);
":moveto|:moveto" CopyText Self(icon);
":mru|:mru" CopyText Self(icon);
":myco|:myco" CopyText Self(icon);
":netmap|:netmap" CopyText Self(icon);
":netunmap|:netunmap" CopyText Self(icon);
":newfolder|:newfolder" CopyText Self(icon);
":newtab|:newtab" CopyText Self(icon);
":nuke|:nuke" CopyText Self(icon);
":openwith|:openwith" CopyText Self(icon);
":panellast|:panellast" CopyText Self(icon);
":panelmax|:panelmax" CopyText Self(icon);
":panelshow|:panelshow" CopyText Self(icon);
":paste|:paste" CopyText Self(icon);
":previewfull|:previewfull" CopyText Self(icon);
":preview|:preview" CopyText Self(icon);
":props|:props" CopyText Self(icon);
":qfv|:qfv" CopyText Self(icon);
":qns|:qns" CopyText Self(icon);
":queue|:queue" CopyText Self(icon);
":redo|:redo" CopyText Self(icon);
":refreshsus|:refreshsus" CopyText Self(icon);
":refresh|:refresh" CopyText Self(icon);
":rename|:rename" CopyText Self(icon);
":rfo|:rfo" CopyText Self(icon);
":savesett|:savesett" CopyText Self(icon);
":select|:select" CopyText Self(icon);
":shellprops|:shellprops" CopyText Self(icon);
":showfolders|:showfolders" CopyText Self(icon);
":showhidden|:showhidden" CopyText Self(icon);
":showsystem|:showsystem" CopyText Self(icon);
":sort|:sort" CopyText Self(icon);
":steps|:steps" CopyText Self(icon);
":sticky|:sticky" CopyText Self(icon);
":stop|:stop" CopyText Self(icon);
":syncscroll|:syncscroll" CopyText Self(icon);
":tablist|:tablist" CopyText Self(icon);
":tabsets|:tabsets" CopyText Self(icon);
":tagsadd|:tagsadd" CopyText Self(icon);
":tagsfind|:tagsfind" CopyText Self(icon);
":tagsrmv|:tagsrmv" CopyText Self(icon);
":tagsset|:tagsset" CopyText Self(icon);
":tpt|:tpt" CopyText Self(icon);
":treeshow|:treeshow" CopyText Self(icon);
":tsf|:tsf" CopyText Self(icon);
":udc|:udc" CopyText Self(icon);
":undo|:undo" CopyText Self(icon);
":up|:up" CopyText Self(icon);
":viewdetails|:viewdetails" CopyText Self(icon);
":viewlist|:viewlist" CopyText Self(icon);
":views|:views" CopyText Self(icon);
":viewthumbs|:viewthumbs" CopyText Self(icon);
":visualfilter|:visualfilter" CopyText Self(icon);
":wipe|:wipe" CopyText Self(icon);
":zoomin|:zoomin" CopyText Self(icon);
":zoomout|:zoomout" CopyText Self(icon);

Re: :home

Posted: 23 Oct 2013 07:57
by armsys
binocular222,
Are you a museum curator or national archive admin?
Wow, you kept all 105 secret XY built-in icons.
Yes, these're real things. All show up in the custom tabs. That's very impressive.
Now I use a SQLite to keep track of the secret XY icons.
Hope Don to declassify and leak the secret XY icons to us soon.

Re: :home

Posted: 23 Oct 2013 08:00
by armsys
binocular222,
By AHK, do you mean AutoHotkey or Air Hong Kong (http://en.wikipedia.org/wiki/AHK)?

Re: :home

Posted: 23 Oct 2013 08:03
by binocular222
Autohotkey (But I recommend Python, if you want to start programming).
I work in financial service sector. Programming is just a hobby.
XY built-in icons are not secret at all. Simply Customize toolbar > Look at the left pane, all the codes are there
Hey, wait, just checked again, the "Customize toolbar" dialog now doesn't show the icon code anymore?!
Don hide them recently or any special setting come in?

Re: :home

Posted: 23 Oct 2013 08:06
by armsys
binocular222 wrote:Autohotkey (But I recommend Python, if you want to start programming)
That's exactly my plan. Thanks.

Re: :home

Posted: 23 Oct 2013 08:26
by armsys
I merely rearrange binocular222's icons list above for easy reference:

Code: Select all

:autorefresh
:back
:backupto
:bfop
:browsenetwork
:calcfosi
:cat
:cfi
:cks
:clip
:closetab
:cofi
:conf
:copy
:copypath
:copyto
:ctb1
:cucopy
:cut
:del
:dosbox
:dp
:dp1
:dp2
:dpcopyto
:dpmoveto
:drives
:exitnosave
:favfiles
:favs
:find
:findlabel
:flatview
:fore
:fp
:fvs
:go
:goprev
:grid
:hidenav
:hightree
:home
:hotlist
:icf
:labels
:lasttarget
:locktab
:lstmgmt
:meta
:minitree
:moveto
:mru
:myco
:netmap
:netunmap
:newfolder
:newtab
:nuke
:openwith
:panellast
:panelmax
:panelshow
:paste
:preview
:previewfull
:props
:qfv
:qns
:queue
:redo
:refresh
:refreshsus
:rename
:rfo
:savesett
:select
:shellprops
:showfolders
:showhidden
:showsystem
:sort
:steps
:sticky
:stop
:syncscroll
:tablist
:tabsets
:tagsadd
:tagsfind
:tagsrmv
:tagsset
:tpt
:treeshow
:tsf
:udc
:undo
:up
:viewdetails
:viewlist
:views
:viewthumbs
:visualfilter
:wipe
:zoomin
:zoomout

Re: :home

Posted: 23 Oct 2013 08:48
by eil
binocular222 wrote:Don hide them recently or any special setting come in?
they are shown when editing a custom button already placed on toolbar.

Re: :home

Posted: 23 Oct 2013 09:05
by armsys
eil wrote:
binocular222 wrote:Don hide them recently or any special setting come in?
they are shown when editing a custom button already placed on toolbar.
Eil, that makes the code breaking effort easier. Thanks.
I also discover Don's another secret rule. All built-in icons must be named in lower case. Otherwise it just won't show.
Try: MyTab|:nuke