jituTechnology

jituTechnology

A program to read the graphical character and print their equivalent ASCII code and vice versa

Here is the C source code to read the graphical characters given by user and print their equivalent ASCII code using simple input output operation. /*A program to read the graphical character and print their equivalent ASCII code*/ #include <stdio.h> #include <conio.h> void main() {     char a; //variable declaration    printf(“enter the graphical character […]

read more

Windows Media Player Shortcut Keys

Shortcut Task Alt+1 Zoom to 50% Alt+2 Zoom at 100% Alt+3 Zoom to 200% Alt+Enter Toggle display for full screen video Alt+Left Arrow Retrace your step back through your most recent views in the player Alt+Right arrow Retrace your steps forward through your most recent views in the player Ctrl+1 Switch to full screen Ctrl+2 […]

read more

WINAMP shortcut keys

Shortcut Keys Action Ctrl+O(oh) Open playlist Ctrl+S Save playlist Alt+F3 View file info Ctrl+A Select all file L Open file location Ctrl+L Open URL Shift+L Open folder Ctrl+Alt+I Edit bookmark Ctrl+Alt+B Add current bookmark X Play C Pause V Stop Z Previous B Next Left arrow Back 5 second Right arrow Forward 5 second R […]

read more

Word And Excel Shortcut keys

Word shortcut keys Shortcuts                                             Actions Alt+Shift+D                                         Date field Ctrl+Backspace                              Delete back        word Ctrl+Delete                                         Delete Word Alt+Shift+F7                                       Dictionary Alt+Shift+F9                                       Do field click Ctrl+w or Ctrl+F4                              Doc close Ctrl+F7                                                  Doc move Ctrl+F10                                               Document Move Ctrl+F5                                                  Document Restore Ctrl+F8                                                  Document size Ctrl+Shift+D                                       Double Underline Alt+Page down                                 […]

read more

Real Player Media Player and KM player Shortcuts Key

Real Player Shortcuts key Shortcuts                                             Actions Ctrl+shift+F4                                      Fast Forward Ctrl+Shift+F3                                      Rewind Hold down Ctrl+[                              Seek back Hold down Alt+[                               10X Seek back Hold down Ctrl+]                              seek forward Hold down Alt+]                               10X Seek Forward Ctrl+Up arrow                                   Volume up Ctrl+Down arrow                             Volume Down Ctrl+P                                                    Play/Pause Ctrl+Left arrow                                 Previous clip Ctrl+Right arrow                               Next xlip Ctrl+S                                                    Stop F11                                                         Mute […]

read more