mirror of
				http://git.whoc.org.uk/git/password-manager.git
				synced 2025-10-31 11:27:34 +01:00 
			
		
		
		
	Changed the shortcut to select all cards
This commit is contained in:
		| @@ -48,8 +48,8 @@ Clipperz.PM.UI.Components.HelpClass = React.createClass({ | ||||
| 							]), React.DOM.dd({}, "search cards"), | ||||
| 							React.DOM.dt({}, [ | ||||
| 								React.DOM.span({'className':'key'}, '*'), | ||||
| 								React.DOM.span({'className':'operator'}, 'then'), | ||||
| 								React.DOM.span({'className':'key'}, 'a'), | ||||
| //								React.DOM.span({'className':'operator'}, 'then'), | ||||
| //								React.DOM.span({'className':'key'}, 'a'), | ||||
| 							]), React.DOM.dd({}, "select all cards"), | ||||
| 						]) | ||||
| 					]), | ||||
|   | ||||
| @@ -95,7 +95,7 @@ Clipperz.PM.UI.MainController = function() { | ||||
| 	Mousetrap.bind(['up',    'k'],			MochiKit.Base.method(this, 'selectPreviousCard')); | ||||
| 	Mousetrap.bind(['down',  'j'],			MochiKit.Base.method(this, 'selectNextCard')); | ||||
|  | ||||
| 	Mousetrap.bind(['* a'],					MochiKit.Base.method(this, 'selectAllCards_handler')); | ||||
| 	Mousetrap.bind(['*'],					MochiKit.Base.method(this, 'selectAllCards_handler')); | ||||
|  | ||||
| 	Mousetrap.bind(['?'],					MochiKit.Base.method(this, 'showHelp_handler')); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Giulio Cesare Solaroli
					Giulio Cesare Solaroli