(→Key magnifier) |
|||
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; | ||
+ | |||
+ | } | ||
+ | --> | ||
+ | |||
+ | .thumb { | ||
+ | margin: 0px 25px 5px 25px; | ||
+ | } | ||
+ | |||
+ | }} | ||
+ | |||
Keyboard magnifier는 특정 키를 hold하고 있으면 키보드에 표시되지 않은 관련 문자들이 활성화되어, hold 상태에서 그 중 하나로 drag하여 입력하는 pattern이다. | Keyboard magnifier는 특정 키를 hold하고 있으면 키보드에 표시되지 않은 관련 문자들이 활성화되어, hold 상태에서 그 중 하나로 drag하여 입력하는 pattern이다. | ||
− | == Key magnifier ( | + | 기존 입력 방식보다 더 빠르게하기 위해 단축키와 같은 기능을 하는 경우와, 한정된 keyboard 버튼을 가지고 더 다양한 문자를 입력하기 위해 추가적인 key를 제공하는 경우로 나누어진다. |
+ | |||
+ | === With this pattern, we can solve... === | ||
+ | |||
+ | |||
+ | == Key magnifier (Shortcuts) == | ||
<div id="sun-col"> | <div id="sun-col"> | ||
=== iOS_Message === | === iOS_Message === | ||
Line 11: | Line 80: | ||
</div> | </div> | ||
− | == Key magnifier (Hidden | + | == Key magnifier (Hidden keys) == |
<div id="sun-col"> | <div id="sun-col"> | ||
=== iOS_Memo === | === iOS_Memo === |
Keyboard magnifier는 특정 키를 hold하고 있으면 키보드에 표시되지 않은 관련 문자들이 활성화되어, hold 상태에서 그 중 하나로 drag하여 입력하는 pattern이다.
기존 입력 방식보다 더 빠르게하기 위해 단축키와 같은 기능을 하는 경우와, 한정된 keyboard 버튼을 가지고 더 다양한 문자를 입력하기 위해 추가적인 key를 제공하는 경우로 나누어진다.