You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/JPEGView/Config/KeyMap.txt
+2
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
#define IDM_PRINT 1700 // print image
15
15
#define IDM_COPY 2000 // copy image to clipboard in screen size
16
16
#define IDM_COPY_FULL 2500 // copy image to clipboard in original size
17
+
#define IDM_COPY_PATH 2525 // copy image path to clipboard
17
18
#define IDM_PASTE 2550 // paste image from clipboard
18
19
#define IDM_BATCH_COPY 2600 // open batch copy dialog
19
20
#define IDM_RENAME 2610 // rename current file, only works when image processing panel can be shown (i.e. panel not disabled in INI and window size big enough)
m_pHelpDisplay->AddLine(_KeyDesc(IDM_COPY, IDM_COPY_FULL), CNLS::GetString(_T("Copy screen to clipboard/ Copy processed full size image to clipboard")));
69
+
m_pHelpDisplay->AddLine(_KeyDesc(IDM_COPY_PATH), CNLS::GetString(_T("Copy file path of the image to clipboard")));
69
70
m_pHelpDisplay->AddLine(_KeyDesc(IDM_OPEN), CNLS::GetString(_T("Open new image or slideshow file")));
70
71
m_pHelpDisplay->AddLine(_KeyDesc(IDM_SAVE_ALLOW_NO_PROMPT), CNLS::GetString(_T("Save processed image to JPEG file (original size)")));
71
72
m_pHelpDisplay->AddLine(_KeyDesc(IDM_SAVE_SCREEN), CNLS::GetString(_T("Save processed image to JPEG file (screen size)")));
0 commit comments