Skip to content

Commit 42b4fa0

Browse files
committed
Set Ctrl+Shift+Q U as shortcut for inserting the current UNIX timestamp
1 parent ffc3ceb commit 42b4fa0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

nbproject/genfiles.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
build.xml.data.CRC32=36db2f28
1+
build.xml.data.CRC32=8e0756ce
22
build.xml.script.CRC32=3fa314a7
33
build.xml.stylesheet.CRC32=15ca8a54@2.75.1
44
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
55
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6-
nbproject/build-impl.xml.data.CRC32=36db2f28
6+
nbproject/build-impl.xml.data.CRC32=8e0756ce
77
nbproject/build-impl.xml.script.CRC32=8f8bb75c
88
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.75.1

src/com/github/zoliszabo/netbeans/quickinsert/InsertCurrentTimestamp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
)
4747
@ActionReferences({
4848
@ActionReference(path = "Menu/Source", position = 9100, separatorBefore = 9050, separatorAfter = 9150),
49-
@ActionReference(path = "Shortcuts", name = "DS-U")
49+
@ActionReference(path = "Shortcuts", name = "DS-Q U")
5050
})
5151
@Messages("CTL_InsertCurrentTimestamp=Insert Current (UNIX) Timestamp")
5252
public final class InsertCurrentTimestamp implements ActionListener {

0 commit comments

Comments
 (0)