1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
|
# cursorlinks
# Part of ComixCursors, a desktop cursor theme.
#
# Copyright © 2011–2013 Ben Finney <ben+opendesktop@benfinney.id.au>
# Copyright © 2006–2013 Jens Luetkens <j.luetkens@limitland.de>
#
# This work is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This work is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this work. If not, see <http://www.gnu.org/licenses/>.
# Cursor-name links to make them work on various desktops.
#
# Each link is represented as a whitespace-delimited tuple of:
# original_filename new_filename
# and are used as the two arguments to an ‘ln -s’ command.
# Blank lines and comments are ignored.
# some basic X11 cursors
default left_ptr # kcontrol mouse theme selection
right-arrow right_ptr # not seen by now
right-arrow arrow # nedit menu
up-arrow center_ptr # QT examples cursors
cell cross # QT examples cursors
all-scroll fleur # mozilla move cursor
help question_arrow # kcontrol mouse theme selection
wait watch # kcontrol mouse theme selection
progress left_ptr_watch # kcontrol mouse theme selection
pointer hand2 # kcontrol mouse theme selection
col-resize sb_h_double_arrow # kcontrol mouse theme selection, mozilla resize cursor
row-resize sb_v_double_arrow # mozilla resize cursor
text xterm # konsole, konqueror, ...
# the KDE/Qt Cursor Hashes
col-resize 14fef782d02440884392942c11205230
row-resize 2870a09082c103050810ffdffffe0204
nwse-resize c7088f0f3e6c8088236ef8e1e3e70000
nesw-resize fcf1c3c7cd4491d801f1e1c78f100000
ns-resize 00008160000006810000408080010102
ew-resize 028006030e0e7ebffc7f7070c0600140
pointer e29285e634086352946a0e7090d73106
move 4498f0e0c1937ffe01fd06f973665830
alias 640fb0e74195791501fd1ed57b41487f
copy 6407b0e94181790501fd1e167b474872
no-drop 03b6e0fcb3499374a867c041f52298f0
help d9ce0ab605698f320427677b458ad60b
wait 0426c94ea35c87780ff01dc239897213
progress 9116a3ea924ed2162ecab71ba103b17f
all-scroll 9d800788f1b08800ae810202380a0822 # hand1, not seen by now
progress 3ecb610c1bf2410f44200f48c40d3599 # left_ptr_watch, not seen by now
copy 1081e37283d90000800003c07f3ef6bf # copy, not seen by now
alias 3085a0e285430894940527032f8b26df # link, not seen by now
move 9081237383d90e509aa00f00170e968f # move, not seen by now
# the Gnome cursor links
nesw-resize top_right_corner
nesw-resize bottom_left_corner
nwse-resize top_left_corner
nwse-resize bottom_right_corner
ew-resize left_side
ew-resize right_side
ns-resize top_side
ns-resize bottom_side
all-scroll plus
# since gtk 2.8
help dnd-ask
copy dnd-copy
alias dnd-link
move dnd-move
no-drop dnd-none
# the Mozilla cursor hashes
progress 08e8e1c95fe2fc01f976f1e063a24ccd # moz-spinning
help 5c6cd98b3f3ebcb1f9c7f1c204630408 # mozilla's question_arrow
all-scroll 5aca4d189052212118709018842178c0 # moz-grab
grabbing 208530c400c041818281048008011002 # moz-grabbing
zoom-in f41c0e382c94c0958e07017e42b00462 # moz-zoom-in
zoom-out f41c0e382c97c0938e07017e42800402 # moz-zoom-out
copy 08ffe1cb5fe6fc01f906f1c063814ccf # moz-copy
alias 0876e1c15ff2fc01f906f1c363074c0f # moz-alias
context-menu 08ffe1e65f80fcfdf9fff11263e74c48 # moz-context-menu
# what is moz-cell?
# Mozilla cursor hashes for CSS3 cursor property
no-drop 03b6e0fcb3499374a867d041f52298f0 # no-drop/not-allowed
vertical-text 048008013003cff3c00c801001200000 # vertical-text
col-resize 043a9f68147c53184671403ffa811cc5 # col-resize
row-resize c07385c7190e701020ff7ffffd08103c # row-resize
nesw-resize 50585d75b494802d0151028115016902 # nesw-resize
nwse-resize 38c5dff7c7b8962045400281044508d2 # nwse-resize
# Qt4 cursor names
# Reference: <URL:http://doc.trolltech.com/4.6/qcursor.html#a-note-for-x11-users>
default left_ptr
up-arrow up_arrow
crosshair cross
text ibeam
# wait wait
progress left_ptr_watch
not-allowed forbidden
pointer pointing_hand
help whats_this
ns-resize size_ver
ew-resize size_hor
nesw-resize size_bdiag
nwse-resize size_fdiag
all-scroll size_all
row-resize split_v
col-resize split_h
all-scroll openhand
grabbing closedhand
|