IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
figure1_WindowKeyPressFcn.m
Go to the documentation of this file.
1 %>@ingroup misc
2 %>@file
3 %>@brief Part of the context-sensitive help system
4 %> Executes on key press with focus on figure1 or any of its controls.
5 function figure1_WindowKeyPressFcn(hObject, eventdata, handles)
6 if ismember(eventdata.Key, {'f1', 'F1'})
7  call_help(hObject);
8 end;
function figure1_WindowKeyPressFcn(in hObject, in eventdata, in handles)
function call_help(in hFigure)