Subversion Repositories Kolibri OS

Rev

Rev 5508 | Rev 7475 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5508 Rev 5821
Line 39... Line 39...
39
		"Copyright 2006-2011 Artifex Sofware, Inc.\n";
39
		"Copyright 2006-2011 Artifex Sofware, Inc.\n";
40
}
40
}
Line 41... Line 41...
41
 
41
 
42
char *pdfapp_usage(pdfapp_t *app)
42
char *pdfapp_usage(pdfapp_t *app)
43
{
43
{
-
 
44
	return " ";
44
	return
45
	/*
45
		"L\t\t-- rotate left\n"
46
		"L\t\t-- rotate left\n"
46
		"R\t\t-- rotate right\n"
47
		"R\t\t-- rotate right\n"
47
		"h\t\t-- scroll left\n"
48
		"h\t\t-- scroll left\n"
48
		"j down\t\t-- scroll down\n"
49
		"j down\t\t-- scroll down\n"
Line 63... Line 64...
63
		"123g\t\t-- go to page 123\n"
64
		"123g\t\t-- go to page 123\n"
64
		"/\t\t-- search for text\n"
65
		"/\t\t-- search for text\n"
65
		"n\t\t-- find next search result\n"
66
		"n\t\t-- find next search result\n"
66
		"N\t\t-- find previous search result\n"
67
		"N\t\t-- find previous search result\n"
67
		"c\t\t-- toggle between color and grayscale\n"
68
		"c\t\t-- toggle between color and grayscale\n"
68
	;
69
	; */
69
}
70
}
Line 70... Line 71...
70
 
71
 
71
void pdfapp_init(pdfapp_t *app)
72
void pdfapp_init(pdfapp_t *app)
72
{
73
{