From Design pattern
Jump to: navigation, search
Line 1: Line 1:
 +
{{#css:
 +
#mw-content-text h3 span {
 +
font-weight: 600;
 +
padding-left: 0px;
 +
}
 +
 +
.mw-headline {
 +
font-weight: 600;
 +
}
 +
 +
span.mw-editsection {
 +
font-weight: 200;
 +
position: relative;
 +
float:right;
 +
margin-right: 25px
 +
}
 +
 +
span.mw-editsection a {
 +
font-weight: 200;
 +
}
 +
 +
.art-subpage {
 +
background: #F7F7F7;
 +
}
 +
 +
#mw-content-text p {
 +
padding-top: 0px;
 +
padding-bottom: 6px;
 +
}
 +
 +
.mw-content-ltr ul {
 +
margin: 0.3em 0 0 42px;
 +
}
 +
 +
 +
hr {
 +
margin-top: 0px;
 +
margin-bottom: 0px;
 +
margin-left: -31px;
 +
width: 720px;
 +
border-bottom: 1px solid #E0E0DD;
 +
border-left: 0px;
 +
border-right: 0px;
 +
border-top: 30px solid #F7F7F7;
 +
}
 +
<!--
 +
#sun-col {
 +
-webkit-column-count:2; /* Chrome, Safari, Opera */
 +
-moz-column-count:2; /* Firefox */
 +
column-count:2;
 +
}
 +
 +
#sun-col p {
 +
padding-left: 0px;
 +
-->
 +
}
 +
 +
}}
 
Enter using special interface는 특수 목적의 입력장치를 통해 문자나 그림을 입력하는 pattern이다.
 
Enter using special interface는 특수 목적의 입력장치를 통해 문자나 그림을 입력하는 pattern이다.
 +
 +
 +
===With this pattern, we can solve...===
  
 
== Enter using special interface ==
 
== Enter using special interface ==
Line 7: Line 68:
 
* 모스부호의 점과 선의 개념을 가진 버튼을 이용하여 문자를 입력한다.  
 
* 모스부호의 점과 선의 개념을 가진 버튼을 이용하여 문자를 입력한다.  
 
<videoflash type="vimeo">94636661|665|374</videoflash>
 
<videoflash type="vimeo">94636661|665|374</videoflash>
 +
 +
=== MIT media lab : Collapsible input device ===
 +
{{#Widget:Youtube|id=nlo2HwUeqQs|width=665||height=374}}
  
 
<!--
 
<!--

Revision as of 13:56, 29 May 2014

Enter using special interface는 특수 목적의 입력장치를 통해 문자나 그림을 입력하는 pattern이다.


With this pattern, we can solve...

Enter using special interface

Android_EyExtension Keyboard

  • 시각장애인들이 스마트폰을 이용하여 텍스트를 작성할 수 있도록 모스부호를 이용한 키보드에 키보드를 tap할 경우 소리를 통하여 피드백을 준다.
  • 모스부호의 점과 선의 개념을 가진 버튼을 이용하여 문자를 입력한다.

MIT media lab : Collapsible input device

""