cursors.properties
来自「MJFS 可以在任何有 Java 支持的系统平台上运行。为了您使用方便」· PROPERTIES 代码 · 共 42 行
PROPERTIES
42 行
## @(#)cursors.properties 1.5 99/07/12## Cursors Properties file## Names GIF89 sources for Custom Cursors and their associated HotSpots## Note: the syntax of the property name is significant and is parsed# by java.awt.Cursor## The syntax is: Cursor.<name>.<geom>.File=win32_<filename># Cursor.<name>.<geom>.HotSpot=<x>,<y># Cursor.<name>.<geom>.Name=<localized name>#Cursor.CopyDrop.32x32.File=win32_CopyDrop32x32.gifCursor.CopyDrop.32x32.HotSpot=0,0Cursor.CopyDrop.32x32.Name=CopyDrop32x32#Cursor.MoveDrop.32x32.File=win32_MoveDrop32x32.gifCursor.MoveDrop.32x32.HotSpot=0,0Cursor.MoveDrop.32x32.Name=MoveDrop32x32#Cursor.LinkDrop.32x32.File=win32_LinkDrop32x32.gifCursor.LinkDrop.32x32.HotSpot=0,0Cursor.LinkDrop.32x32.Name=LinkDrop32x32#Cursor.CopyNoDrop.32x32.File=win32_CopyNoDrop32x32.gifCursor.CopyNoDrop.32x32.HotSpot=6,2Cursor.CopyNoDrop.32x32.Name=CopyNoDrop32x32#Cursor.MoveNoDrop.32x32.File=win32_MoveNoDrop32x32.gifCursor.MoveNoDrop.32x32.HotSpot=6,2Cursor.MoveNoDrop.32x32.Name=MoveNoDrop32x32#Cursor.LinkNoDrop.32x32.File=win32_LinkNoDrop32x32.gifCursor.LinkNoDrop.32x32.HotSpot=6,2Cursor.LinkNoDrop.32x32.Name=LinkNoDrop32x32#Cursor.Invalid.32x32.File=invalid32x32.gifCursor.Invalid.32x32.HotSpot=6,2Cursor.Invalid.32x32.Name=Invalid32x32
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?